Shades of Drover #FEF19A
Tints of Drover #FEF19A
RGB
CMYK
RGB Variations
Color information
#FEF19A (or 0xFEF19A) is known color: Drover. HEX triplet: FE, F1 and 9A. RGB value is (254,241,154). Sum of RGB (Red+Green+Blue) = 254+241+154=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 154 (60.55% from 255 or 23.73% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF19A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF19A is #010E65. Grayscale: #EBEBEB. Windows color (decimal): -69222 or 10154494. OLE color: 10154494.
HSL color Cylindrical-coordinate representation of color #FEF19A: hue angle of 52.2º 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 #FEF19A is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 154 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.00 |
| HSL | 52.2º | 0.98% | 0.8% | - |
| HSV(B) | 52.2º | 0.39% | 1% | - |
| XYZ | 78.16 | 86.31 | 43.11 | - |
| YUV | 234.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 154 | 0 | 0.05 | 0.39 | 0.00 | 52.2 | 0.98 | 0.8 |
| Hex | FE | F1 | 9A | 0 | 5 | 27 | 0 | 34 | 62 | 50 |
| Octal | 376 | 361 | 232 | 0 | 5 | 47 | 0 | 64 | 142 | 120 |
| Binary | 11111110 | 11110001 | 10011010 | 0 | 101 | 100111 | 0 | 110100 | 1100010 | 1010000 |
Color Harmonies of #FEF19A
Complementary color
Monochromatic Colors of #FEF19A
Black with #FEF19A
Text Example
Text Example
White with #FEF19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF19A; }
p { color: rgb(254,241,154); }
H1.HeaderClassName
{
color: #FEF19A;
}
.AnyTagClassName
{
color: #FEF19A;
}
</style>
background-color css
<style>
a { background-color: #FEF19A; }
a { background-color: rgb(254,241,154); }
div.DivClassName
{
background-color: #FEF19A;
}
.BgClassName
{
background-color: #FEF19A;
}
</style>
border-color css
<style>
span { border-color: #FEF19A; }
span { border-color: rgb(254,241,154); }
td.TdClassName
{
border-color: #FEF19A;
}
.TagClassName
{
border-color: #FEF19A;
}
</style>