Shades of Drover #FEF29E
Tints of Drover #FEF29E
RGB
CMYK
RGB Variations
Color information
#FEF29E (or 0xFEF29E) is known color: Drover. HEX triplet: FE, F2 and 9E. RGB value is (254,242,158). Sum of RGB (Red+Green+Blue) = 254+242+158=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 158 (62.11% from 255 or 24.16% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF29E is #010D61. Grayscale: #ECECEC. Windows color (decimal): -68962 or 10416894. OLE color: 10416894.
HSL color Cylindrical-coordinate representation of color #FEF29E: hue angle of 52.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEF29E is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 158 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.00 |
| HSL | 52.5º | 0.98% | 0.81% | - |
| HSV(B) | 52.5º | 0.38% | 1% | - |
| XYZ | 78.8 | 87.04 | 45 | - |
| YUV | 236.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 158 | 0 | 0.05 | 0.38 | 0.00 | 52.5 | 0.98 | 0.81 |
| Hex | FE | F2 | 9E | 0 | 5 | 26 | 0 | 34 | 62 | 51 |
| Octal | 376 | 362 | 236 | 0 | 5 | 46 | 0 | 64 | 142 | 121 |
| Binary | 11111110 | 11110010 | 10011110 | 0 | 101 | 100110 | 0 | 110100 | 1100010 | 1010001 |
Color Harmonies of #FEF29E
Complementary color
Monochromatic Colors of #FEF29E
Black with #FEF29E
Text Example
Text Example
White with #FEF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF29E; }
p { color: rgb(254,242,158); }
H1.HeaderClassName
{
color: #FEF29E;
}
.AnyTagClassName
{
color: #FEF29E;
}
</style>
background-color css
<style>
a { background-color: #FEF29E; }
a { background-color: rgb(254,242,158); }
div.DivClassName
{
background-color: #FEF29E;
}
.BgClassName
{
background-color: #FEF29E;
}
</style>
border-color css
<style>
span { border-color: #FEF29E; }
span { border-color: rgb(254,242,158); }
td.TdClassName
{
border-color: #FEF29E;
}
.TagClassName
{
border-color: #FEF29E;
}
</style>