Shades of Drover #FEF098
Tints of Drover #FEF098
RGB
CMYK
RGB Variations
Color information
#FEF098 (or 0xFEF098) is known color: Drover. HEX triplet: FE, F0 and 98. RGB value is (254,240,152). Sum of RGB (Red+Green+Blue) = 254+240+152=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 152 (59.77% from 255 or 23.53% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF098 is #010F67. Grayscale: #EAEAEA. Windows color (decimal): -69480 or 10023166. OLE color: 10023166.
HSL color Cylindrical-coordinate representation of color #FEF098: hue angle of 51.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEF098 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 152 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.00 |
| HSL | 51.76º | 0.98% | 0.8% | - |
| HSV(B) | 51.76º | 0.4% | 1% | - |
| XYZ | 77.7 | 85.66 | 42.14 | - |
| YUV | 234.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 152 | 0 | 0.06 | 0.40 | 0.00 | 51.76 | 0.98 | 0.8 |
| Hex | FE | F0 | 98 | 0 | 6 | 28 | 0 | 34 | 62 | 50 |
| Octal | 376 | 360 | 230 | 0 | 6 | 50 | 0 | 64 | 142 | 120 |
| Binary | 11111110 | 11110000 | 10011000 | 0 | 110 | 101000 | 0 | 110100 | 1100010 | 1010000 |
Color Harmonies of #FEF098
Complementary color
Monochromatic Colors of #FEF098
Black with #FEF098
Text Example
Text Example
White with #FEF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF098; }
p { color: rgb(254,240,152); }
H1.HeaderClassName
{
color: #FEF098;
}
.AnyTagClassName
{
color: #FEF098;
}
</style>
background-color css
<style>
a { background-color: #FEF098; }
a { background-color: rgb(254,240,152); }
div.DivClassName
{
background-color: #FEF098;
}
.BgClassName
{
background-color: #FEF098;
}
</style>
border-color css
<style>
span { border-color: #FEF098; }
span { border-color: rgb(254,240,152); }
td.TdClassName
{
border-color: #FEF098;
}
.TagClassName
{
border-color: #FEF098;
}
</style>