Shades of Harvest Gold #F0BB6B
Tints of Harvest Gold #F0BB6B
RGB
CMYK
RGB Variations
Color information
#F0BB6B (or 0xF0BB6B) is known color: Harvest Gold. HEX triplet: F0, BB and 6B. RGB value is (240,187,107). Sum of RGB (Red+Green+Blue) = 240+187+107=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB6B is #0F4494. Grayscale: #C2C2C2. Windows color (decimal): -1000597 or 7060464. OLE color: 7060464.
HSL color Cylindrical-coordinate representation of color #F0BB6B: hue angle of 36.09º 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 #F0BB6B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 107 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.06 |
| HSL | 36.09º | 0.82% | 0.68% | - |
| HSV(B) | 36.09º | 0.55% | 0.94% | - |
| XYZ | 56.36 | 55.13 | 21.58 | - |
| YUV | 193.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 107 | 0 | 0.22 | 0.55 | 0.06 | 36.09 | 0.82 | 0.68 |
| Hex | F0 | BB | 6B | 0 | 16 | 37 | 6 | 24 | 52 | 44 |
| Octal | 360 | 273 | 153 | 0 | 26 | 67 | 6 | 44 | 122 | 104 |
| Binary | 11110000 | 10111011 | 1101011 | 0 | 10110 | 110111 | 110 | 100100 | 1010010 | 1000100 |
Color Harmonies of #F0BB6B
Complementary color
Monochromatic Colors of #F0BB6B
Black with #F0BB6B
Text Example
Text Example
White with #F0BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB6B; }
p { color: rgb(240,187,107); }
H1.HeaderClassName
{
color: #F0BB6B;
}
.AnyTagClassName
{
color: #F0BB6B;
}
</style>
background-color css
<style>
a { background-color: #F0BB6B; }
a { background-color: rgb(240,187,107); }
div.DivClassName
{
background-color: #F0BB6B;
}
.BgClassName
{
background-color: #F0BB6B;
}
</style>
border-color css
<style>
span { border-color: #F0BB6B; }
span { border-color: rgb(240,187,107); }
td.TdClassName
{
border-color: #F0BB6B;
}
.TagClassName
{
border-color: #F0BB6B;
}
</style>