Shades of Drover #FEF0A7
Tints of Drover #FEF0A7
RGB
CMYK
RGB Variations
Color information
#FEF0A7 (or 0xFEF0A7) is known color: Drover. HEX triplet: FE, F0 and A7. RGB value is (254,240,167). Sum of RGB (Red+Green+Blue) = 254+240+167=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 167 (65.62% from 255 or 25.26% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0A7 is #010F58. Grayscale: #ECECEC. Windows color (decimal): -69465 or 11006206. OLE color: 11006206.
HSL color Cylindrical-coordinate representation of color #FEF0A7: hue angle of 50.34º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEF0A7 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 167 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.00 |
| HSL | 50.34º | 0.98% | 0.83% | - |
| HSV(B) | 50.34º | 0.34% | 1% | - |
| XYZ | 79.01 | 86.18 | 49.03 | - |
| YUV | 235.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 167 | 0 | 0.06 | 0.34 | 0.00 | 50.34 | 0.98 | 0.83 |
| Hex | FE | F0 | A7 | 0 | 6 | 22 | 0 | 32 | 62 | 53 |
| Octal | 376 | 360 | 247 | 0 | 6 | 42 | 0 | 62 | 142 | 123 |
| Binary | 11111110 | 11110000 | 10100111 | 0 | 110 | 100010 | 0 | 110010 | 1100010 | 1010011 |
Color Harmonies of #FEF0A7
Complementary color
Monochromatic Colors of #FEF0A7
Black with #FEF0A7
Text Example
Text Example
White with #FEF0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0A7; }
p { color: rgb(254,240,167); }
H1.HeaderClassName
{
color: #FEF0A7;
}
.AnyTagClassName
{
color: #FEF0A7;
}
</style>
background-color css
<style>
a { background-color: #FEF0A7; }
a { background-color: rgb(254,240,167); }
div.DivClassName
{
background-color: #FEF0A7;
}
.BgClassName
{
background-color: #FEF0A7;
}
</style>
border-color css
<style>
span { border-color: #FEF0A7; }
span { border-color: rgb(254,240,167); }
td.TdClassName
{
border-color: #FEF0A7;
}
.TagClassName
{
border-color: #FEF0A7;
}
</style>