Shades of Drover #FFF29A
Tints of Drover #FFF29A
RGB
CMYK
RGB Variations
Color information
#FFF29A (or 0xFFF29A) is known color: Drover. HEX triplet: FF, F2 and 9A. RGB value is (255,242,154). Sum of RGB (Red+Green+Blue) = 255+242+154=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 154 (60.55% from 255 or 23.66% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF29A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF29A is #000D65. Grayscale: #ECECEC. Windows color (decimal): -3430 or 10154751. OLE color: 10154751.
HSL color Cylindrical-coordinate representation of color #FFF29A: hue angle of 52.28º 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 #FFF29A is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 154 | - |
| CMYK | 0 | 0.05 | 0.40 | 0 |
| HSL | 52.28º | 1% | 0.8% | - |
| HSV(B) | 52.28º | 0.4% | 1% | - |
| XYZ | 78.82 | 87.1 | 43.23 | - |
| YUV | 235.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 154 | 0 | 0.05 | 0.40 | 0 | 52.28 | 1 | 0.8 |
| Hex | FF | F2 | 9A | 0 | 5 | 28 | 0 | 34 | 64 | 50 |
| Octal | 377 | 362 | 232 | 0 | 5 | 50 | 0 | 64 | 144 | 120 |
| Binary | 11111111 | 11110010 | 10011010 | 0 | 101 | 101000 | 0 | 110100 | 1100100 | 1010000 |
Color Harmonies of #FFF29A
Complementary color
Monochromatic Colors of #FFF29A
Black with #FFF29A
Text Example
Text Example
White with #FFF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF29A; }
p { color: rgb(255,242,154); }
H1.HeaderClassName
{
color: #FFF29A;
}
.AnyTagClassName
{
color: #FFF29A;
}
</style>
background-color css
<style>
a { background-color: #FFF29A; }
a { background-color: rgb(255,242,154); }
div.DivClassName
{
background-color: #FFF29A;
}
.BgClassName
{
background-color: #FFF29A;
}
</style>
border-color css
<style>
span { border-color: #FFF29A; }
span { border-color: rgb(255,242,154); }
td.TdClassName
{
border-color: #FFF29A;
}
.TagClassName
{
border-color: #FFF29A;
}
</style>