Shades of Harvest Gold #F0BB6D
Tints of Harvest Gold #F0BB6D
RGB
CMYK
RGB Variations
Color information
#F0BB6D (or 0xF0BB6D) is known color: Harvest Gold. HEX triplet: F0, BB and 6D. RGB value is (240,187,109). Sum of RGB (Red+Green+Blue) = 240+187+109=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB6D is #0F4492. Grayscale: #C2C2C2. Windows color (decimal): -1000595 or 7191536. OLE color: 7191536.
HSL color Cylindrical-coordinate representation of color #F0BB6D: hue angle of 35.73º degrees, saturation: 0.81, 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 #F0BB6D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 109 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.06 |
| HSL | 35.73º | 0.81% | 0.68% | - |
| HSV(B) | 35.73º | 0.55% | 0.94% | - |
| XYZ | 56.47 | 55.17 | 22.14 | - |
| YUV | 193.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 109 | 0 | 0.22 | 0.55 | 0.06 | 35.73 | 0.81 | 0.68 |
| Hex | F0 | BB | 6D | 0 | 16 | 37 | 6 | 24 | 51 | 44 |
| Octal | 360 | 273 | 155 | 0 | 26 | 67 | 6 | 44 | 121 | 104 |
| Binary | 11110000 | 10111011 | 1101101 | 0 | 10110 | 110111 | 110 | 100100 | 1010001 | 1000100 |
Color Harmonies of #F0BB6D
Complementary color
Monochromatic Colors of #F0BB6D
Black with #F0BB6D
Text Example
Text Example
White with #F0BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB6D; }
p { color: rgb(240,187,109); }
H1.HeaderClassName
{
color: #F0BB6D;
}
.AnyTagClassName
{
color: #F0BB6D;
}
</style>
background-color css
<style>
a { background-color: #F0BB6D; }
a { background-color: rgb(240,187,109); }
div.DivClassName
{
background-color: #F0BB6D;
}
.BgClassName
{
background-color: #F0BB6D;
}
</style>
border-color css
<style>
span { border-color: #F0BB6D; }
span { border-color: rgb(240,187,109); }
td.TdClassName
{
border-color: #F0BB6D;
}
.TagClassName
{
border-color: #F0BB6D;
}
</style>