Shades of Drover #FAF09A
Tints of Drover #FAF09A
RGB
CMYK
RGB Variations
Color information
#FAF09A (or 0xFAF09A) is known color: Drover. HEX triplet: FA, F0 and 9A. RGB value is (250,240,154). Sum of RGB (Red+Green+Blue) = 250+240+154=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 154 (60.55% from 255 or 23.91% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF09A is #050F65. Grayscale: #E9E9E9. Windows color (decimal): -331622 or 10154234. OLE color: 10154234.
HSL color Cylindrical-coordinate representation of color #FAF09A: hue angle of 53.75º 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 #FAF09A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 154 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.02 |
| HSL | 53.75º | 0.91% | 0.79% | - |
| HSV(B) | 53.75º | 0.38% | 0.98% | - |
| XYZ | 76.42 | 84.98 | 42.95 | - |
| YUV | 233.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 154 | 0 | 0.04 | 0.38 | 0.02 | 53.75 | 0.91 | 0.79 |
| Hex | FA | F0 | 9A | 0 | 4 | 26 | 2 | 36 | 5B | 4F |
| Octal | 372 | 360 | 232 | 0 | 4 | 46 | 2 | 66 | 133 | 117 |
| Binary | 11111010 | 11110000 | 10011010 | 0 | 100 | 100110 | 10 | 110110 | 1011011 | 1001111 |
Color Harmonies of #FAF09A
Complementary color
Monochromatic Colors of #FAF09A
Black with #FAF09A
Text Example
Text Example
White with #FAF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF09A; }
p { color: rgb(250,240,154); }
H1.HeaderClassName
{
color: #FAF09A;
}
.AnyTagClassName
{
color: #FAF09A;
}
</style>
background-color css
<style>
a { background-color: #FAF09A; }
a { background-color: rgb(250,240,154); }
div.DivClassName
{
background-color: #FAF09A;
}
.BgClassName
{
background-color: #FAF09A;
}
</style>
border-color css
<style>
span { border-color: #FAF09A; }
span { border-color: rgb(250,240,154); }
td.TdClassName
{
border-color: #FAF09A;
}
.TagClassName
{
border-color: #FAF09A;
}
</style>