Shades of Harvest Gold #F0BB73
Tints of Harvest Gold #F0BB73
RGB
CMYK
RGB Variations
Color information
#F0BB73 (or 0xF0BB73) is known color: Harvest Gold. HEX triplet: F0, BB and 73. RGB value is (240,187,115). Sum of RGB (Red+Green+Blue) = 240+187+115=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB73 is #0F448C. Grayscale: #C2C2C2. Windows color (decimal): -1000589 or 7584752. OLE color: 7584752.
HSL color Cylindrical-coordinate representation of color #F0BB73: hue angle of 34.56º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0BB73 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 115 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.06 |
| HSL | 34.56º | 0.81% | 0.7% | - |
| HSV(B) | 34.56º | 0.52% | 0.94% | - |
| XYZ | 56.8 | 55.3 | 23.9 | - |
| YUV | 194.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 115 | 0 | 0.22 | 0.52 | 0.06 | 34.56 | 0.81 | 0.7 |
| Hex | F0 | BB | 73 | 0 | 16 | 34 | 6 | 23 | 51 | 46 |
| Octal | 360 | 273 | 163 | 0 | 26 | 64 | 6 | 43 | 121 | 106 |
| Binary | 11110000 | 10111011 | 1110011 | 0 | 10110 | 110100 | 110 | 100011 | 1010001 | 1000110 |
Color Harmonies of #F0BB73
Complementary color
Monochromatic Colors of #F0BB73
Black with #F0BB73
Text Example
Text Example
White with #F0BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB73; }
p { color: rgb(240,187,115); }
H1.HeaderClassName
{
color: #F0BB73;
}
.AnyTagClassName
{
color: #F0BB73;
}
</style>
background-color css
<style>
a { background-color: #F0BB73; }
a { background-color: rgb(240,187,115); }
div.DivClassName
{
background-color: #F0BB73;
}
.BgClassName
{
background-color: #F0BB73;
}
</style>
border-color css
<style>
span { border-color: #F0BB73; }
span { border-color: rgb(240,187,115); }
td.TdClassName
{
border-color: #F0BB73;
}
.TagClassName
{
border-color: #F0BB73;
}
</style>