Shades of Drover #FAE899
Tints of Drover #FAE899
RGB
CMYK
RGB Variations
Color information
#FAE899 (or 0xFAE899) is known color: Drover. HEX triplet: FA, E8 and 99. RGB value is (250,232,153). Sum of RGB (Red+Green+Blue) = 250+232+153=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 153 (60.16% from 255 or 24.09% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE899 is #051766. Grayscale: #E4E4E4. Windows color (decimal): -333671 or 10086650. OLE color: 10086650.
HSL color Cylindrical-coordinate representation of color #FAE899: hue angle of 48.87º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAE899 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 153 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.02 |
| HSL | 48.87º | 0.91% | 0.79% | - |
| HSV(B) | 48.87º | 0.39% | 0.98% | - |
| XYZ | 74.03 | 80.34 | 41.74 | - |
| YUV | 228.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 153 | 0 | 0.07 | 0.39 | 0.02 | 48.87 | 0.91 | 0.79 |
| Hex | FA | E8 | 99 | 0 | 7 | 27 | 2 | 31 | 5B | 4F |
| Octal | 372 | 350 | 231 | 0 | 7 | 47 | 2 | 61 | 133 | 117 |
| Binary | 11111010 | 11101000 | 10011001 | 0 | 111 | 100111 | 10 | 110001 | 1011011 | 1001111 |
Color Harmonies of #FAE899
Complementary color
Monochromatic Colors of #FAE899
Black with #FAE899
Text Example
Text Example
White with #FAE899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE899; }
p { color: rgb(250,232,153); }
H1.HeaderClassName
{
color: #FAE899;
}
.AnyTagClassName
{
color: #FAE899;
}
</style>
background-color css
<style>
a { background-color: #FAE899; }
a { background-color: rgb(250,232,153); }
div.DivClassName
{
background-color: #FAE899;
}
.BgClassName
{
background-color: #FAE899;
}
</style>
border-color css
<style>
span { border-color: #FAE899; }
span { border-color: rgb(250,232,153); }
td.TdClassName
{
border-color: #FAE899;
}
.TagClassName
{
border-color: #FAE899;
}
</style>