Shades of Harvest Gold #F0BA62
Tints of Harvest Gold #F0BA62
RGB
CMYK
RGB Variations
Color information
#F0BA62 (or 0xF0BA62) is known color: Harvest Gold. HEX triplet: F0, BA and 62. RGB value is (240,186,98). Sum of RGB (Red+Green+Blue) = 240+186+98=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA62 is #0F459D. Grayscale: #C0C0C0. Windows color (decimal): -1000862 or 6470384. OLE color: 6470384.
HSL color Cylindrical-coordinate representation of color #F0BA62: hue angle of 37.18º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0BA62 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 98 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.06 |
| HSL | 37.18º | 0.83% | 0.66% | - |
| HSV(B) | 37.18º | 0.59% | 0.94% | - |
| XYZ | 55.7 | 54.52 | 19.14 | - |
| YUV | 192.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 98 | 0 | 0.22 | 0.59 | 0.06 | 37.18 | 0.83 | 0.66 |
| Hex | F0 | BA | 62 | 0 | 16 | 3B | 6 | 25 | 53 | 42 |
| Octal | 360 | 272 | 142 | 0 | 26 | 73 | 6 | 45 | 123 | 102 |
| Binary | 11110000 | 10111010 | 1100010 | 0 | 10110 | 111011 | 110 | 100101 | 1010011 | 1000010 |
Color Harmonies of #F0BA62
Complementary color
Monochromatic Colors of #F0BA62
Black with #F0BA62
Text Example
Text Example
White with #F0BA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA62; }
p { color: rgb(240,186,98); }
H1.HeaderClassName
{
color: #F0BA62;
}
.AnyTagClassName
{
color: #F0BA62;
}
</style>
background-color css
<style>
a { background-color: #F0BA62; }
a { background-color: rgb(240,186,98); }
div.DivClassName
{
background-color: #F0BA62;
}
.BgClassName
{
background-color: #F0BA62;
}
</style>
border-color css
<style>
span { border-color: #F0BA62; }
span { border-color: rgb(240,186,98); }
td.TdClassName
{
border-color: #F0BA62;
}
.TagClassName
{
border-color: #F0BA62;
}
</style>