Shades of Drover #FEF09D
Tints of Drover #FEF09D
RGB
CMYK
RGB Variations
Color information
#FEF09D (or 0xFEF09D) is known color: Drover. HEX triplet: FE, F0 and 9D. RGB value is (254,240,157). Sum of RGB (Red+Green+Blue) = 254+240+157=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 157 (61.72% from 255 or 24.12% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF09D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF09D is #010F62. Grayscale: #EBEBEB. Windows color (decimal): -69475 or 10350846. OLE color: 10350846.
HSL color Cylindrical-coordinate representation of color #FEF09D: hue angle of 51.34º 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 #FEF09D is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 157 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.00 |
| HSL | 51.34º | 0.98% | 0.81% | - |
| HSV(B) | 51.34º | 0.38% | 1% | - |
| XYZ | 78.12 | 85.83 | 44.35 | - |
| YUV | 234.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 157 | 0 | 0.06 | 0.38 | 0.00 | 51.34 | 0.98 | 0.81 |
| Hex | FE | F0 | 9D | 0 | 6 | 26 | 0 | 33 | 62 | 51 |
| Octal | 376 | 360 | 235 | 0 | 6 | 46 | 0 | 63 | 142 | 121 |
| Binary | 11111110 | 11110000 | 10011101 | 0 | 110 | 100110 | 0 | 110011 | 1100010 | 1010001 |
Color Harmonies of #FEF09D
Complementary color
Monochromatic Colors of #FEF09D
Black with #FEF09D
Text Example
Text Example
White with #FEF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF09D; }
p { color: rgb(254,240,157); }
H1.HeaderClassName
{
color: #FEF09D;
}
.AnyTagClassName
{
color: #FEF09D;
}
</style>
background-color css
<style>
a { background-color: #FEF09D; }
a { background-color: rgb(254,240,157); }
div.DivClassName
{
background-color: #FEF09D;
}
.BgClassName
{
background-color: #FEF09D;
}
</style>
border-color css
<style>
span { border-color: #FEF09D; }
span { border-color: rgb(254,240,157); }
td.TdClassName
{
border-color: #FEF09D;
}
.TagClassName
{
border-color: #FEF09D;
}
</style>