Shades of Drover #FAE99A
Tints of Drover #FAE99A
RGB
CMYK
RGB Variations
Color information
#FAE99A (or 0xFAE99A) is known color: Drover. HEX triplet: FA, E9 and 9A. RGB value is (250,233,154). Sum of RGB (Red+Green+Blue) = 250+233+154=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 154 (60.55% from 255 or 24.18% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE99A is #051665. Grayscale: #E5E5E5. Windows color (decimal): -333414 or 10152442. OLE color: 10152442.
HSL color Cylindrical-coordinate representation of color #FAE99A: hue angle of 49.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAE99A is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 154 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.02 |
| HSL | 49.38º | 0.91% | 0.79% | - |
| HSV(B) | 49.38º | 0.38% | 0.98% | - |
| XYZ | 74.4 | 80.93 | 42.27 | - |
| YUV | 229.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 154 | 0 | 0.07 | 0.38 | 0.02 | 49.38 | 0.91 | 0.79 |
| Hex | FA | E9 | 9A | 0 | 7 | 26 | 2 | 31 | 5B | 4F |
| Octal | 372 | 351 | 232 | 0 | 7 | 46 | 2 | 61 | 133 | 117 |
| Binary | 11111010 | 11101001 | 10011010 | 0 | 111 | 100110 | 10 | 110001 | 1011011 | 1001111 |
Color Harmonies of #FAE99A
Complementary color
Monochromatic Colors of #FAE99A
Black with #FAE99A
Text Example
Text Example
White with #FAE99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE99A; }
p { color: rgb(250,233,154); }
H1.HeaderClassName
{
color: #FAE99A;
}
.AnyTagClassName
{
color: #FAE99A;
}
</style>
background-color css
<style>
a { background-color: #FAE99A; }
a { background-color: rgb(250,233,154); }
div.DivClassName
{
background-color: #FAE99A;
}
.BgClassName
{
background-color: #FAE99A;
}
</style>
border-color css
<style>
span { border-color: #FAE99A; }
span { border-color: rgb(250,233,154); }
td.TdClassName
{
border-color: #FAE99A;
}
.TagClassName
{
border-color: #FAE99A;
}
</style>