Shades of Drover #FEF29A
Tints of Drover #FEF29A
RGB
CMYK
RGB Variations
Color information
#FEF29A (or 0xFEF29A) is known color: Drover. HEX triplet: FE, F2 and 9A. RGB value is (254,242,154). Sum of RGB (Red+Green+Blue) = 254+242+154=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 154 (60.55% from 255 or 23.69% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF29A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF29A is #010D65. Grayscale: #EBEBEB. Windows color (decimal): -68966 or 10154750. OLE color: 10154750.
HSL color Cylindrical-coordinate representation of color #FEF29A: hue angle of 52.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEF29A is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 154 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.00 |
| HSL | 52.8º | 0.98% | 0.8% | - |
| HSV(B) | 52.8º | 0.39% | 1% | - |
| XYZ | 78.46 | 86.91 | 43.21 | - |
| YUV | 235.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 154 | 0 | 0.05 | 0.39 | 0.00 | 52.8 | 0.98 | 0.8 |
| Hex | FE | F2 | 9A | 0 | 5 | 27 | 0 | 35 | 62 | 50 |
| Octal | 376 | 362 | 232 | 0 | 5 | 47 | 0 | 65 | 142 | 120 |
| Binary | 11111110 | 11110010 | 10011010 | 0 | 101 | 100111 | 0 | 110101 | 1100010 | 1010000 |
Color Harmonies of #FEF29A
Complementary color
Monochromatic Colors of #FEF29A
Black with #FEF29A
Text Example
Text Example
White with #FEF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF29A; }
p { color: rgb(254,242,154); }
H1.HeaderClassName
{
color: #FEF29A;
}
.AnyTagClassName
{
color: #FEF29A;
}
</style>
background-color css
<style>
a { background-color: #FEF29A; }
a { background-color: rgb(254,242,154); }
div.DivClassName
{
background-color: #FEF29A;
}
.BgClassName
{
background-color: #FEF29A;
}
</style>
border-color css
<style>
span { border-color: #FEF29A; }
span { border-color: rgb(254,242,154); }
td.TdClassName
{
border-color: #FEF29A;
}
.TagClassName
{
border-color: #FEF29A;
}
</style>