Shades of Drover #FAF09C
Tints of Drover #FAF09C
RGB
CMYK
RGB Variations
Color information
#FAF09C (or 0xFAF09C) is known color: Drover. HEX triplet: FA, F0 and 9C. RGB value is (250,240,156). Sum of RGB (Red+Green+Blue) = 250+240+156=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 156 (61.33% from 255 or 24.15% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF09C is #050F63. Grayscale: #E9E9E9. Windows color (decimal): -331620 or 10285306. OLE color: 10285306.
HSL color Cylindrical-coordinate representation of color #FAF09C: hue angle of 53.62º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAF09C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 156 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.02 |
| HSL | 53.62º | 0.9% | 0.8% | - |
| HSV(B) | 53.62º | 0.38% | 0.98% | - |
| XYZ | 76.59 | 85.04 | 43.83 | - |
| YUV | 233.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 156 | 0 | 0.04 | 0.38 | 0.02 | 53.62 | 0.9 | 0.8 |
| Hex | FA | F0 | 9C | 0 | 4 | 26 | 2 | 36 | 5A | 50 |
| Octal | 372 | 360 | 234 | 0 | 4 | 46 | 2 | 66 | 132 | 120 |
| Binary | 11111010 | 11110000 | 10011100 | 0 | 100 | 100110 | 10 | 110110 | 1011010 | 1010000 |
Color Harmonies of #FAF09C
Complementary color
Monochromatic Colors of #FAF09C
Black with #FAF09C
Text Example
Text Example
White with #FAF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF09C; }
p { color: rgb(250,240,156); }
H1.HeaderClassName
{
color: #FAF09C;
}
.AnyTagClassName
{
color: #FAF09C;
}
</style>
background-color css
<style>
a { background-color: #FAF09C; }
a { background-color: rgb(250,240,156); }
div.DivClassName
{
background-color: #FAF09C;
}
.BgClassName
{
background-color: #FAF09C;
}
</style>
border-color css
<style>
span { border-color: #FAF09C; }
span { border-color: rgb(250,240,156); }
td.TdClassName
{
border-color: #FAF09C;
}
.TagClassName
{
border-color: #FAF09C;
}
</style>