Shades of Drover #FAF09B
Tints of Drover #FAF09B
RGB
CMYK
RGB Variations
Color information
#FAF09B (or 0xFAF09B) is known color: Drover. HEX triplet: FA, F0 and 9B. RGB value is (250,240,155). Sum of RGB (Red+Green+Blue) = 250+240+155=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 155 (60.94% from 255 or 24.03% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF09B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF09B is #050F64. Grayscale: #E9E9E9. Windows color (decimal): -331621 or 10219770. OLE color: 10219770.
HSL color Cylindrical-coordinate representation of color #FAF09B: hue angle of 53.68º degrees, saturation: 0.9, 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 #FAF09B is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 155 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.02 |
| HSL | 53.68º | 0.9% | 0.79% | - |
| HSV(B) | 53.68º | 0.38% | 0.98% | - |
| XYZ | 76.5 | 85.01 | 43.39 | - |
| YUV | 233.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 155 | 0 | 0.04 | 0.38 | 0.02 | 53.68 | 0.9 | 0.79 |
| Hex | FA | F0 | 9B | 0 | 4 | 26 | 2 | 36 | 5A | 4F |
| Octal | 372 | 360 | 233 | 0 | 4 | 46 | 2 | 66 | 132 | 117 |
| Binary | 11111010 | 11110000 | 10011011 | 0 | 100 | 100110 | 10 | 110110 | 1011010 | 1001111 |
Color Harmonies of #FAF09B
Complementary color
Monochromatic Colors of #FAF09B
Black with #FAF09B
Text Example
Text Example
White with #FAF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF09B; }
p { color: rgb(250,240,155); }
H1.HeaderClassName
{
color: #FAF09B;
}
.AnyTagClassName
{
color: #FAF09B;
}
</style>
background-color css
<style>
a { background-color: #FAF09B; }
a { background-color: rgb(250,240,155); }
div.DivClassName
{
background-color: #FAF09B;
}
.BgClassName
{
background-color: #FAF09B;
}
</style>
border-color css
<style>
span { border-color: #FAF09B; }
span { border-color: rgb(250,240,155); }
td.TdClassName
{
border-color: #FAF09B;
}
.TagClassName
{
border-color: #FAF09B;
}
</style>