Shades of Harvest Gold #F0BA70
Tints of Harvest Gold #F0BA70
RGB
CMYK
RGB Variations
Color information
#F0BA70 (or 0xF0BA70) is known color: Harvest Gold. HEX triplet: F0, BA and 70. RGB value is (240,186,112). Sum of RGB (Red+Green+Blue) = 240+186+112=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA70 is #0F458F. Grayscale: #C2C2C2. Windows color (decimal): -1000848 or 7387888. OLE color: 7387888.
HSL color Cylindrical-coordinate representation of color #F0BA70: hue angle of 34.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0BA70 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 112 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.06 |
| HSL | 34.69º | 0.81% | 0.69% | - |
| HSV(B) | 34.69º | 0.53% | 0.94% | - |
| XYZ | 56.42 | 54.81 | 22.94 | - |
| YUV | 193.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 112 | 0 | 0.22 | 0.53 | 0.06 | 34.69 | 0.81 | 0.69 |
| Hex | F0 | BA | 70 | 0 | 16 | 35 | 6 | 23 | 51 | 45 |
| Octal | 360 | 272 | 160 | 0 | 26 | 65 | 6 | 43 | 121 | 105 |
| Binary | 11110000 | 10111010 | 1110000 | 0 | 10110 | 110101 | 110 | 100011 | 1010001 | 1000101 |
Color Harmonies of #F0BA70
Complementary color
Monochromatic Colors of #F0BA70
Black with #F0BA70
Text Example
Text Example
White with #F0BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA70; }
p { color: rgb(240,186,112); }
H1.HeaderClassName
{
color: #F0BA70;
}
.AnyTagClassName
{
color: #F0BA70;
}
</style>
background-color css
<style>
a { background-color: #F0BA70; }
a { background-color: rgb(240,186,112); }
div.DivClassName
{
background-color: #F0BA70;
}
.BgClassName
{
background-color: #F0BA70;
}
</style>
border-color css
<style>
span { border-color: #F0BA70; }
span { border-color: rgb(240,186,112); }
td.TdClassName
{
border-color: #F0BA70;
}
.TagClassName
{
border-color: #F0BA70;
}
</style>