Shades of Drover #FBF0A0
Tints of Drover #FBF0A0
RGB
CMYK
RGB Variations
Color information
#FBF0A0 (or 0xFBF0A0) is known color: Drover. HEX triplet: FB, F0 and A0. RGB value is (251,240,160). Sum of RGB (Red+Green+Blue) = 251+240+160=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 160 (62.89% from 255 or 24.58% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0A0 is #040F5F. Grayscale: #EAEAEA. Windows color (decimal): -266080 or 10547451. OLE color: 10547451.
HSL color Cylindrical-coordinate representation of color #FBF0A0: hue angle of 52.75º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBF0A0 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 160 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.02 |
| HSL | 52.75º | 0.92% | 0.81% | - |
| HSV(B) | 52.75º | 0.36% | 0.98% | - |
| XYZ | 77.29 | 85.37 | 45.66 | - |
| YUV | 234.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 160 | 0 | 0.04 | 0.36 | 0.02 | 52.75 | 0.92 | 0.81 |
| Hex | FB | F0 | A0 | 0 | 4 | 24 | 2 | 35 | 5C | 51 |
| Octal | 373 | 360 | 240 | 0 | 4 | 44 | 2 | 65 | 134 | 121 |
| Binary | 11111011 | 11110000 | 10100000 | 0 | 100 | 100100 | 10 | 110101 | 1011100 | 1010001 |
Color Harmonies of #FBF0A0
Complementary color
Monochromatic Colors of #FBF0A0
Black with #FBF0A0
Text Example
Text Example
White with #FBF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0A0; }
p { color: rgb(251,240,160); }
H1.HeaderClassName
{
color: #FBF0A0;
}
.AnyTagClassName
{
color: #FBF0A0;
}
</style>
background-color css
<style>
a { background-color: #FBF0A0; }
a { background-color: rgb(251,240,160); }
div.DivClassName
{
background-color: #FBF0A0;
}
.BgClassName
{
background-color: #FBF0A0;
}
</style>
border-color css
<style>
span { border-color: #FBF0A0; }
span { border-color: rgb(251,240,160); }
td.TdClassName
{
border-color: #FBF0A0;
}
.TagClassName
{
border-color: #FBF0A0;
}
</style>