Native/default colors for hovered title text and background

css, hover, html

Solution

Took a screen capture, opened it in photoshop, used the color picker to find the values.

In OSX/Chrome the tooltip yellow background is:

#ffffca

In OSX/Chrome the tooltip text is:

#000023

In OSX/FF the tooltip yellow background is:

#feffcd

in OSX/FF the tooltip text is:

#000

There are actually minor variations at some points in the Chrome bg, it's not a purely solid color. I'm not sure what would cause that anomaly. But the hex value I took was the most consistent, and any variations are negligible anyway.

Text is of course antialiased, and values were taken from what I perceived to be the darkest area of the text, which would correspond to its actual RGB/HEX value.

Problem

Natively in chrome/firefox, hovering over an element shows its title with a yellow background with black text. Does anyone know the exact HEX or RGB colors for each? thanks, tim

Original source