Shades of Harvest Gold #F0B973
Tints of Harvest Gold #F0B973
RGB
CMYK
RGB Variations
Color information
#F0B973 (or 0xF0B973) is known color: Harvest Gold. HEX triplet: F0, B9 and 73. RGB value is (240,185,115). Sum of RGB (Red+Green+Blue) = 240+185+115=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B973 is #0F468C. Grayscale: #C1C1C1. Windows color (decimal): -1001101 or 7584240. OLE color: 7584240.
HSL color Cylindrical-coordinate representation of color #F0B973: hue angle of 33.6º 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 #F0B973 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 115 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.06 |
| HSL | 33.6º | 0.81% | 0.7% | - |
| HSV(B) | 33.6º | 0.52% | 0.94% | - |
| XYZ | 56.38 | 54.46 | 23.76 | - |
| YUV | 193.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 115 | 0 | 0.23 | 0.52 | 0.06 | 33.6 | 0.81 | 0.7 |
| Hex | F0 | B9 | 73 | 0 | 17 | 34 | 6 | 22 | 51 | 46 |
| Octal | 360 | 271 | 163 | 0 | 27 | 64 | 6 | 42 | 121 | 106 |
| Binary | 11110000 | 10111001 | 1110011 | 0 | 10111 | 110100 | 110 | 100010 | 1010001 | 1000110 |
Color Harmonies of #F0B973
Complementary color
Monochromatic Colors of #F0B973
Black with #F0B973
Text Example
Text Example
White with #F0B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B973; }
p { color: rgb(240,185,115); }
H1.HeaderClassName
{
color: #F0B973;
}
.AnyTagClassName
{
color: #F0B973;
}
</style>
background-color css
<style>
a { background-color: #F0B973; }
a { background-color: rgb(240,185,115); }
div.DivClassName
{
background-color: #F0B973;
}
.BgClassName
{
background-color: #F0B973;
}
</style>
border-color css
<style>
span { border-color: #F0B973; }
span { border-color: rgb(240,185,115); }
td.TdClassName
{
border-color: #F0B973;
}
.TagClassName
{
border-color: #F0B973;
}
</style>