Shades of Drover #FEF0A2
Tints of Drover #FEF0A2
RGB
CMYK
RGB Variations
Color information
#FEF0A2 (or 0xFEF0A2) is known color: Drover. HEX triplet: FE, F0 and A2. RGB value is (254,240,162). Sum of RGB (Red+Green+Blue) = 254+240+162=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 162 (63.67% from 255 or 24.70% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0A2 is #010F5D. Grayscale: #EBEBEB. Windows color (decimal): -69470 or 10678526. OLE color: 10678526.
HSL color Cylindrical-coordinate representation of color #FEF0A2: hue angle of 50.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEF0A2 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 162 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.00 |
| HSL | 50.87º | 0.98% | 0.82% | - |
| HSV(B) | 50.87º | 0.36% | 1% | - |
| XYZ | 78.55 | 86 | 46.64 | - |
| YUV | 235.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 162 | 0 | 0.06 | 0.36 | 0.00 | 50.87 | 0.98 | 0.82 |
| Hex | FE | F0 | A2 | 0 | 6 | 24 | 0 | 33 | 62 | 52 |
| Octal | 376 | 360 | 242 | 0 | 6 | 44 | 0 | 63 | 142 | 122 |
| Binary | 11111110 | 11110000 | 10100010 | 0 | 110 | 100100 | 0 | 110011 | 1100010 | 1010010 |
Color Harmonies of #FEF0A2
Complementary color
Monochromatic Colors of #FEF0A2
Black with #FEF0A2
Text Example
Text Example
White with #FEF0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0A2; }
p { color: rgb(254,240,162); }
H1.HeaderClassName
{
color: #FEF0A2;
}
.AnyTagClassName
{
color: #FEF0A2;
}
</style>
background-color css
<style>
a { background-color: #FEF0A2; }
a { background-color: rgb(254,240,162); }
div.DivClassName
{
background-color: #FEF0A2;
}
.BgClassName
{
background-color: #FEF0A2;
}
</style>
border-color css
<style>
span { border-color: #FEF0A2; }
span { border-color: rgb(254,240,162); }
td.TdClassName
{
border-color: #FEF0A2;
}
.TagClassName
{
border-color: #FEF0A2;
}
</style>