Shades of Harvest Gold #F0BA61
Tints of Harvest Gold #F0BA61
RGB
CMYK
RGB Variations
Color information
#F0BA61 (or 0xF0BA61) is known color: Harvest Gold. HEX triplet: F0, BA and 61. RGB value is (240,186,97). Sum of RGB (Red+Green+Blue) = 240+186+97=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA61 is #0F459E. Grayscale: #C0C0C0. Windows color (decimal): -1000863 or 6404848. OLE color: 6404848.
HSL color Cylindrical-coordinate representation of color #F0BA61: hue angle of 37.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0BA61 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 97 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.06 |
| HSL | 37.34º | 0.83% | 0.66% | - |
| HSV(B) | 37.34º | 0.6% | 0.94% | - |
| XYZ | 55.65 | 54.51 | 18.9 | - |
| YUV | 192 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 97 | 0 | 0.22 | 0.60 | 0.06 | 37.34 | 0.83 | 0.66 |
| Hex | F0 | BA | 61 | 0 | 16 | 3C | 6 | 25 | 53 | 42 |
| Octal | 360 | 272 | 141 | 0 | 26 | 74 | 6 | 45 | 123 | 102 |
| Binary | 11110000 | 10111010 | 1100001 | 0 | 10110 | 111100 | 110 | 100101 | 1010011 | 1000010 |
Color Harmonies of #F0BA61
Complementary color
Monochromatic Colors of #F0BA61
Black with #F0BA61
Text Example
Text Example
White with #F0BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA61; }
p { color: rgb(240,186,97); }
H1.HeaderClassName
{
color: #F0BA61;
}
.AnyTagClassName
{
color: #F0BA61;
}
</style>
background-color css
<style>
a { background-color: #F0BA61; }
a { background-color: rgb(240,186,97); }
div.DivClassName
{
background-color: #F0BA61;
}
.BgClassName
{
background-color: #F0BA61;
}
</style>
border-color css
<style>
span { border-color: #F0BA61; }
span { border-color: rgb(240,186,97); }
td.TdClassName
{
border-color: #F0BA61;
}
.TagClassName
{
border-color: #F0BA61;
}
</style>