Shades of Harvest Gold #F0BA72
Tints of Harvest Gold #F0BA72
RGB
CMYK
RGB Variations
Color information
#F0BA72 (or 0xF0BA72) is known color: Harvest Gold. HEX triplet: F0, BA and 72. RGB value is (240,186,114). Sum of RGB (Red+Green+Blue) = 240+186+114=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA72 is #0F458D. Grayscale: #C2C2C2. Windows color (decimal): -1000846 or 7518960. OLE color: 7518960.
HSL color Cylindrical-coordinate representation of color #F0BA72: hue angle of 34.29º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0BA72 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 114 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.06 |
| HSL | 34.29º | 0.81% | 0.69% | - |
| HSV(B) | 34.29º | 0.53% | 0.94% | - |
| XYZ | 56.53 | 54.86 | 23.53 | - |
| YUV | 193.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 114 | 0 | 0.22 | 0.52 | 0.06 | 34.29 | 0.81 | 0.69 |
| Hex | F0 | BA | 72 | 0 | 16 | 34 | 6 | 22 | 51 | 45 |
| Octal | 360 | 272 | 162 | 0 | 26 | 64 | 6 | 42 | 121 | 105 |
| Binary | 11110000 | 10111010 | 1110010 | 0 | 10110 | 110100 | 110 | 100010 | 1010001 | 1000101 |
Color Harmonies of #F0BA72
Complementary color
Monochromatic Colors of #F0BA72
Black with #F0BA72
Text Example
Text Example
White with #F0BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA72; }
p { color: rgb(240,186,114); }
H1.HeaderClassName
{
color: #F0BA72;
}
.AnyTagClassName
{
color: #F0BA72;
}
</style>
background-color css
<style>
a { background-color: #F0BA72; }
a { background-color: rgb(240,186,114); }
div.DivClassName
{
background-color: #F0BA72;
}
.BgClassName
{
background-color: #F0BA72;
}
</style>
border-color css
<style>
span { border-color: #F0BA72; }
span { border-color: rgb(240,186,114); }
td.TdClassName
{
border-color: #F0BA72;
}
.TagClassName
{
border-color: #F0BA72;
}
</style>