Shades of Drover #FFF09A
Tints of Drover #FFF09A
RGB
CMYK
RGB Variations
Color information
#FFF09A (or 0xFFF09A) is known color: Drover. HEX triplet: FF, F0 and 9A. RGB value is (255,240,154). Sum of RGB (Red+Green+Blue) = 255+240+154=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 154 (60.55% from 255 or 23.73% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF09A is #000F65. Grayscale: #EBEBEB. Windows color (decimal): -3942 or 10154239. OLE color: 10154239.
HSL color Cylindrical-coordinate representation of color #FFF09A: hue angle of 51.09º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFF09A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 154 | - |
| CMYK | 0 | 0.06 | 0.40 | 0 |
| HSL | 51.09º | 1% | 0.8% | - |
| HSV(B) | 51.09º | 0.4% | 1% | - |
| XYZ | 78.23 | 85.91 | 43.03 | - |
| YUV | 234.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 154 | 0 | 0.06 | 0.40 | 0 | 51.09 | 1 | 0.8 |
| Hex | FF | F0 | 9A | 0 | 6 | 28 | 0 | 33 | 64 | 50 |
| Octal | 377 | 360 | 232 | 0 | 6 | 50 | 0 | 63 | 144 | 120 |
| Binary | 11111111 | 11110000 | 10011010 | 0 | 110 | 101000 | 0 | 110011 | 1100100 | 1010000 |
Color Harmonies of #FFF09A
Complementary color
Monochromatic Colors of #FFF09A
Black with #FFF09A
Text Example
Text Example
White with #FFF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF09A; }
p { color: rgb(255,240,154); }
H1.HeaderClassName
{
color: #FFF09A;
}
.AnyTagClassName
{
color: #FFF09A;
}
</style>
background-color css
<style>
a { background-color: #FFF09A; }
a { background-color: rgb(255,240,154); }
div.DivClassName
{
background-color: #FFF09A;
}
.BgClassName
{
background-color: #FFF09A;
}
</style>
border-color css
<style>
span { border-color: #FFF09A; }
span { border-color: rgb(255,240,154); }
td.TdClassName
{
border-color: #FFF09A;
}
.TagClassName
{
border-color: #FFF09A;
}
</style>