Shades of Harvest Gold #F0B76D
Tints of Harvest Gold #F0B76D
RGB
CMYK
RGB Variations
Color information
#F0B76D (or 0xF0B76D) is known color: Harvest Gold. HEX triplet: F0, B7 and 6D. RGB value is (240,183,109). Sum of RGB (Red+Green+Blue) = 240+183+109=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B76D is #0F4892. Grayscale: #BFBFBF. Windows color (decimal): -1001619 or 7190512. OLE color: 7190512.
HSL color Cylindrical-coordinate representation of color #F0B76D: hue angle of 33.89º 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 #F0B76D is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 109 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.06 |
| HSL | 33.89º | 0.81% | 0.68% | - |
| HSV(B) | 33.89º | 0.55% | 0.94% | - |
| XYZ | 55.63 | 53.5 | 21.86 | - |
| YUV | 191.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 109 | 0 | 0.24 | 0.55 | 0.06 | 33.89 | 0.81 | 0.68 |
| Hex | F0 | B7 | 6D | 0 | 18 | 37 | 6 | 22 | 51 | 44 |
| Octal | 360 | 267 | 155 | 0 | 30 | 67 | 6 | 42 | 121 | 104 |
| Binary | 11110000 | 10110111 | 1101101 | 0 | 11000 | 110111 | 110 | 100010 | 1010001 | 1000100 |
Color Harmonies of #F0B76D
Complementary color
Monochromatic Colors of #F0B76D
Black with #F0B76D
Text Example
Text Example
White with #F0B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B76D; }
p { color: rgb(240,183,109); }
H1.HeaderClassName
{
color: #F0B76D;
}
.AnyTagClassName
{
color: #F0B76D;
}
</style>
background-color css
<style>
a { background-color: #F0B76D; }
a { background-color: rgb(240,183,109); }
div.DivClassName
{
background-color: #F0B76D;
}
.BgClassName
{
background-color: #F0B76D;
}
</style>
border-color css
<style>
span { border-color: #F0B76D; }
span { border-color: rgb(240,183,109); }
td.TdClassName
{
border-color: #F0B76D;
}
.TagClassName
{
border-color: #F0B76D;
}
</style>