Shades of Harvest Gold #F0BC61
Tints of Harvest Gold #F0BC61
RGB
CMYK
RGB Variations
Color information
#F0BC61 (or 0xF0BC61) is known color: Harvest Gold. HEX triplet: F0, BC and 61. RGB value is (240,188,97). Sum of RGB (Red+Green+Blue) = 240+188+97=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC61 is #0F439E. Grayscale: #C1C1C1. Windows color (decimal): -1000351 or 6405360. OLE color: 6405360.
HSL color Cylindrical-coordinate representation of color #F0BC61: hue angle of 38.18º 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 #F0BC61 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 97 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.06 |
| HSL | 38.18º | 0.83% | 0.66% | - |
| HSV(B) | 38.18º | 0.6% | 0.94% | - |
| XYZ | 56.08 | 55.35 | 19.04 | - |
| YUV | 193.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 97 | 0 | 0.22 | 0.60 | 0.06 | 38.18 | 0.83 | 0.66 |
| Hex | F0 | BC | 61 | 0 | 16 | 3C | 6 | 26 | 53 | 42 |
| Octal | 360 | 274 | 141 | 0 | 26 | 74 | 6 | 46 | 123 | 102 |
| Binary | 11110000 | 10111100 | 1100001 | 0 | 10110 | 111100 | 110 | 100110 | 1010011 | 1000010 |
Color Harmonies of #F0BC61
Complementary color
Monochromatic Colors of #F0BC61
Black with #F0BC61
Text Example
Text Example
White with #F0BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC61; }
p { color: rgb(240,188,97); }
H1.HeaderClassName
{
color: #F0BC61;
}
.AnyTagClassName
{
color: #F0BC61;
}
</style>
background-color css
<style>
a { background-color: #F0BC61; }
a { background-color: rgb(240,188,97); }
div.DivClassName
{
background-color: #F0BC61;
}
.BgClassName
{
background-color: #F0BC61;
}
</style>
border-color css
<style>
span { border-color: #F0BC61; }
span { border-color: rgb(240,188,97); }
td.TdClassName
{
border-color: #F0BC61;
}
.TagClassName
{
border-color: #F0BC61;
}
</style>