Shades of Drover #FEF09A
Tints of Drover #FEF09A
RGB
CMYK
RGB Variations
Color information
#FEF09A (or 0xFEF09A) is known color: Drover. HEX triplet: FE, F0 and 9A. RGB value is (254,240,154). Sum of RGB (Red+Green+Blue) = 254+240+154=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 154 (60.55% from 255 or 23.77% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF09A is #010F65. Grayscale: #EAEAEA. Windows color (decimal): -69478 or 10154238. OLE color: 10154238.
HSL color Cylindrical-coordinate representation of color #FEF09A: hue angle of 51.6º 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 #FEF09A is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 154 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.00 |
| HSL | 51.6º | 0.98% | 0.8% | - |
| HSV(B) | 51.6º | 0.39% | 1% | - |
| XYZ | 77.87 | 85.72 | 43.01 | - |
| YUV | 234.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 154 | 0 | 0.06 | 0.39 | 0.00 | 51.6 | 0.98 | 0.8 |
| Hex | FE | F0 | 9A | 0 | 6 | 27 | 0 | 34 | 62 | 50 |
| Octal | 376 | 360 | 232 | 0 | 6 | 47 | 0 | 64 | 142 | 120 |
| Binary | 11111110 | 11110000 | 10011010 | 0 | 110 | 100111 | 0 | 110100 | 1100010 | 1010000 |
Color Harmonies of #FEF09A
Complementary color
Monochromatic Colors of #FEF09A
Black with #FEF09A
Text Example
Text Example
White with #FEF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF09A; }
p { color: rgb(254,240,154); }
H1.HeaderClassName
{
color: #FEF09A;
}
.AnyTagClassName
{
color: #FEF09A;
}
</style>
background-color css
<style>
a { background-color: #FEF09A; }
a { background-color: rgb(254,240,154); }
div.DivClassName
{
background-color: #FEF09A;
}
.BgClassName
{
background-color: #FEF09A;
}
</style>
border-color css
<style>
span { border-color: #FEF09A; }
span { border-color: rgb(254,240,154); }
td.TdClassName
{
border-color: #FEF09A;
}
.TagClassName
{
border-color: #FEF09A;
}
</style>