Shades of Harvest Gold #F0BC65
Tints of Harvest Gold #F0BC65
RGB
CMYK
RGB Variations
Color information
#F0BC65 (or 0xF0BC65) is known color: Harvest Gold. HEX triplet: F0, BC and 65. RGB value is (240,188,101). Sum of RGB (Red+Green+Blue) = 240+188+101=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC65 is #0F439A. Grayscale: #C2C2C2. Windows color (decimal): -1000347 or 6667504. OLE color: 6667504.
HSL color Cylindrical-coordinate representation of color #F0BC65: hue angle of 37.55º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0BC65 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 101 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.06 |
| HSL | 37.55º | 0.82% | 0.67% | - |
| HSV(B) | 37.55º | 0.58% | 0.94% | - |
| XYZ | 56.27 | 55.43 | 20.05 | - |
| YUV | 193.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 101 | 0 | 0.22 | 0.58 | 0.06 | 37.55 | 0.82 | 0.67 |
| Hex | F0 | BC | 65 | 0 | 16 | 3A | 6 | 26 | 52 | 43 |
| Octal | 360 | 274 | 145 | 0 | 26 | 72 | 6 | 46 | 122 | 103 |
| Binary | 11110000 | 10111100 | 1100101 | 0 | 10110 | 111010 | 110 | 100110 | 1010010 | 1000011 |
Color Harmonies of #F0BC65
Complementary color
Monochromatic Colors of #F0BC65
Black with #F0BC65
Text Example
Text Example
White with #F0BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC65; }
p { color: rgb(240,188,101); }
H1.HeaderClassName
{
color: #F0BC65;
}
.AnyTagClassName
{
color: #F0BC65;
}
</style>
background-color css
<style>
a { background-color: #F0BC65; }
a { background-color: rgb(240,188,101); }
div.DivClassName
{
background-color: #F0BC65;
}
.BgClassName
{
background-color: #F0BC65;
}
</style>
border-color css
<style>
span { border-color: #F0BC65; }
span { border-color: rgb(240,188,101); }
td.TdClassName
{
border-color: #F0BC65;
}
.TagClassName
{
border-color: #F0BC65;
}
</style>