Shades of Harvest Gold #F0BC63
Tints of Harvest Gold #F0BC63
RGB
CMYK
RGB Variations
Color information
#F0BC63 (or 0xF0BC63) is known color: Harvest Gold. HEX triplet: F0, BC and 63. RGB value is (240,188,99). Sum of RGB (Red+Green+Blue) = 240+188+99=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC63 is #0F439C. Grayscale: #C1C1C1. Windows color (decimal): -1000349 or 6536432. OLE color: 6536432.
HSL color Cylindrical-coordinate representation of color #F0BC63: hue angle of 37.87º degrees, saturation: 0.82, 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 #F0BC63 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 99 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.06 |
| HSL | 37.87º | 0.82% | 0.66% | - |
| HSV(B) | 37.87º | 0.59% | 0.94% | - |
| XYZ | 56.17 | 55.39 | 19.54 | - |
| YUV | 193.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 99 | 0 | 0.22 | 0.59 | 0.06 | 37.87 | 0.82 | 0.66 |
| Hex | F0 | BC | 63 | 0 | 16 | 3B | 6 | 26 | 52 | 42 |
| Octal | 360 | 274 | 143 | 0 | 26 | 73 | 6 | 46 | 122 | 102 |
| Binary | 11110000 | 10111100 | 1100011 | 0 | 10110 | 111011 | 110 | 100110 | 1010010 | 1000010 |
Color Harmonies of #F0BC63
Complementary color
Monochromatic Colors of #F0BC63
Black with #F0BC63
Text Example
Text Example
White with #F0BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC63; }
p { color: rgb(240,188,99); }
H1.HeaderClassName
{
color: #F0BC63;
}
.AnyTagClassName
{
color: #F0BC63;
}
</style>
background-color css
<style>
a { background-color: #F0BC63; }
a { background-color: rgb(240,188,99); }
div.DivClassName
{
background-color: #F0BC63;
}
.BgClassName
{
background-color: #F0BC63;
}
</style>
border-color css
<style>
span { border-color: #F0BC63; }
span { border-color: rgb(240,188,99); }
td.TdClassName
{
border-color: #F0BC63;
}
.TagClassName
{
border-color: #F0BC63;
}
</style>