Shades of Harvest Gold #F0BC6B
Tints of Harvest Gold #F0BC6B
RGB
CMYK
RGB Variations
Color information
#F0BC6B (or 0xF0BC6B) is known color: Harvest Gold. HEX triplet: F0, BC and 6B. RGB value is (240,188,107). Sum of RGB (Red+Green+Blue) = 240+188+107=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC6B is #0F4394. Grayscale: #C2C2C2. Windows color (decimal): -1000341 or 7060720. OLE color: 7060720.
HSL color Cylindrical-coordinate representation of color #F0BC6B: hue angle of 36.54º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0BC6B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 107 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.06 |
| HSL | 36.54º | 0.82% | 0.68% | - |
| HSV(B) | 36.54º | 0.55% | 0.94% | - |
| XYZ | 56.57 | 55.55 | 21.65 | - |
| YUV | 194.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 107 | 0 | 0.22 | 0.55 | 0.06 | 36.54 | 0.82 | 0.68 |
| Hex | F0 | BC | 6B | 0 | 16 | 37 | 6 | 25 | 52 | 44 |
| Octal | 360 | 274 | 153 | 0 | 26 | 67 | 6 | 45 | 122 | 104 |
| Binary | 11110000 | 10111100 | 1101011 | 0 | 10110 | 110111 | 110 | 100101 | 1010010 | 1000100 |
Color Harmonies of #F0BC6B
Complementary color
Monochromatic Colors of #F0BC6B
Black with #F0BC6B
Text Example
Text Example
White with #F0BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC6B; }
p { color: rgb(240,188,107); }
H1.HeaderClassName
{
color: #F0BC6B;
}
.AnyTagClassName
{
color: #F0BC6B;
}
</style>
background-color css
<style>
a { background-color: #F0BC6B; }
a { background-color: rgb(240,188,107); }
div.DivClassName
{
background-color: #F0BC6B;
}
.BgClassName
{
background-color: #F0BC6B;
}
</style>
border-color css
<style>
span { border-color: #F0BC6B; }
span { border-color: rgb(240,188,107); }
td.TdClassName
{
border-color: #F0BC6B;
}
.TagClassName
{
border-color: #F0BC6B;
}
</style>