Shades of Harvest Gold #F0BA73
Tints of Harvest Gold #F0BA73
RGB
CMYK
RGB Variations
Color information
#F0BA73 (or 0xF0BA73) is known color: Harvest Gold. HEX triplet: F0, BA and 73. RGB value is (240,186,115). Sum of RGB (Red+Green+Blue) = 240+186+115=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA73 is #0F458C. Grayscale: #C2C2C2. Windows color (decimal): -1000845 or 7584496. OLE color: 7584496.
HSL color Cylindrical-coordinate representation of color #F0BA73: hue angle of 34.08º 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 #F0BA73 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 115 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.06 |
| HSL | 34.08º | 0.81% | 0.7% | - |
| HSV(B) | 34.08º | 0.52% | 0.94% | - |
| XYZ | 56.59 | 54.88 | 23.83 | - |
| YUV | 194.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 115 | 0 | 0.22 | 0.52 | 0.06 | 34.08 | 0.81 | 0.7 |
| Hex | F0 | BA | 73 | 0 | 16 | 34 | 6 | 22 | 51 | 46 |
| Octal | 360 | 272 | 163 | 0 | 26 | 64 | 6 | 42 | 121 | 106 |
| Binary | 11110000 | 10111010 | 1110011 | 0 | 10110 | 110100 | 110 | 100010 | 1010001 | 1000110 |
Color Harmonies of #F0BA73
Complementary color
Monochromatic Colors of #F0BA73
Black with #F0BA73
Text Example
Text Example
White with #F0BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA73; }
p { color: rgb(240,186,115); }
H1.HeaderClassName
{
color: #F0BA73;
}
.AnyTagClassName
{
color: #F0BA73;
}
</style>
background-color css
<style>
a { background-color: #F0BA73; }
a { background-color: rgb(240,186,115); }
div.DivClassName
{
background-color: #F0BA73;
}
.BgClassName
{
background-color: #F0BA73;
}
</style>
border-color css
<style>
span { border-color: #F0BA73; }
span { border-color: rgb(240,186,115); }
td.TdClassName
{
border-color: #F0BA73;
}
.TagClassName
{
border-color: #F0BA73;
}
</style>