Shades of Harvest Gold #F0BC69
Tints of Harvest Gold #F0BC69
RGB
CMYK
RGB Variations
Color information
#F0BC69 (or 0xF0BC69) is known color: Harvest Gold. HEX triplet: F0, BC and 69. RGB value is (240,188,105). Sum of RGB (Red+Green+Blue) = 240+188+105=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC69 is #0F4396. Grayscale: #C2C2C2. Windows color (decimal): -1000343 or 6929648. OLE color: 6929648.
HSL color Cylindrical-coordinate representation of color #F0BC69: hue angle of 36.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0BC69 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 105 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.06 |
| HSL | 36.89º | 0.82% | 0.68% | - |
| HSV(B) | 36.89º | 0.56% | 0.94% | - |
| XYZ | 56.47 | 55.51 | 21.1 | - |
| YUV | 194.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 105 | 0 | 0.22 | 0.56 | 0.06 | 36.89 | 0.82 | 0.68 |
| Hex | F0 | BC | 69 | 0 | 16 | 38 | 6 | 25 | 52 | 44 |
| Octal | 360 | 274 | 151 | 0 | 26 | 70 | 6 | 45 | 122 | 104 |
| Binary | 11110000 | 10111100 | 1101001 | 0 | 10110 | 111000 | 110 | 100101 | 1010010 | 1000100 |
Color Harmonies of #F0BC69
Complementary color
Monochromatic Colors of #F0BC69
Black with #F0BC69
Text Example
Text Example
White with #F0BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC69; }
p { color: rgb(240,188,105); }
H1.HeaderClassName
{
color: #F0BC69;
}
.AnyTagClassName
{
color: #F0BC69;
}
</style>
background-color css
<style>
a { background-color: #F0BC69; }
a { background-color: rgb(240,188,105); }
div.DivClassName
{
background-color: #F0BC69;
}
.BgClassName
{
background-color: #F0BC69;
}
</style>
border-color css
<style>
span { border-color: #F0BC69; }
span { border-color: rgb(240,188,105); }
td.TdClassName
{
border-color: #F0BC69;
}
.TagClassName
{
border-color: #F0BC69;
}
</style>