Shades of Drover #FEF29C
Tints of Drover #FEF29C
RGB
CMYK
RGB Variations
Color information
#FEF29C (or 0xFEF29C) is known color: Drover. HEX triplet: FE, F2 and 9C. RGB value is (254,242,156). Sum of RGB (Red+Green+Blue) = 254+242+156=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 156 (61.33% from 255 or 23.93% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF29C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF29C is #010D63. Grayscale: #ECECEC. Windows color (decimal): -68964 or 10285822. OLE color: 10285822.
HSL color Cylindrical-coordinate representation of color #FEF29C: hue angle of 52.65º 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 #FEF29C is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 156 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.00 |
| HSL | 52.65º | 0.98% | 0.8% | - |
| HSV(B) | 52.65º | 0.39% | 1% | - |
| XYZ | 78.63 | 86.98 | 44.1 | - |
| YUV | 235.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 156 | 0 | 0.05 | 0.39 | 0.00 | 52.65 | 0.98 | 0.8 |
| Hex | FE | F2 | 9C | 0 | 5 | 27 | 0 | 35 | 62 | 50 |
| Octal | 376 | 362 | 234 | 0 | 5 | 47 | 0 | 65 | 142 | 120 |
| Binary | 11111110 | 11110010 | 10011100 | 0 | 101 | 100111 | 0 | 110101 | 1100010 | 1010000 |
Color Harmonies of #FEF29C
Complementary color
Monochromatic Colors of #FEF29C
Black with #FEF29C
Text Example
Text Example
White with #FEF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF29C; }
p { color: rgb(254,242,156); }
H1.HeaderClassName
{
color: #FEF29C;
}
.AnyTagClassName
{
color: #FEF29C;
}
</style>
background-color css
<style>
a { background-color: #FEF29C; }
a { background-color: rgb(254,242,156); }
div.DivClassName
{
background-color: #FEF29C;
}
.BgClassName
{
background-color: #FEF29C;
}
</style>
border-color css
<style>
span { border-color: #FEF29C; }
span { border-color: rgb(254,242,156); }
td.TdClassName
{
border-color: #FEF29C;
}
.TagClassName
{
border-color: #FEF29C;
}
</style>