Shades of Harvest Gold #F0B760
Tints of Harvest Gold #F0B760
RGB
CMYK
RGB Variations
Color information
#F0B760 (or 0xF0B760) is known color: Harvest Gold. HEX triplet: F0, B7 and 60. RGB value is (240,183,96). Sum of RGB (Red+Green+Blue) = 240+183+96=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B760 is #0F489F. Grayscale: #BEBEBE. Windows color (decimal): -1001632 or 6338544. OLE color: 6338544.
HSL color Cylindrical-coordinate representation of color #F0B760: hue angle of 36.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0B760 is Cyan = 0, Magento = 0.24, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 96 | - |
| CMYK | 0 | 0.24 | 0.6 | 0.06 |
| HSL | 36.25º | 0.83% | 0.66% | - |
| HSV(B) | 36.25º | 0.6% | 0.94% | - |
| XYZ | 54.98 | 53.24 | 18.44 | - |
| YUV | 190.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 96 | 0 | 0.24 | 0.6 | 0.06 | 36.25 | 0.83 | 0.66 |
| Hex | F0 | B7 | 60 | 0 | 18 | 3C | 6 | 24 | 53 | 42 |
| Octal | 360 | 267 | 140 | 0 | 30 | 74 | 6 | 44 | 123 | 102 |
| Binary | 11110000 | 10110111 | 1100000 | 0 | 11000 | 111100 | 110 | 100100 | 1010011 | 1000010 |
Color Harmonies of #F0B760
Complementary color
Monochromatic Colors of #F0B760
Black with #F0B760
Text Example
Text Example
White with #F0B760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B760; }
p { color: rgb(240,183,96); }
H1.HeaderClassName
{
color: #F0B760;
}
.AnyTagClassName
{
color: #F0B760;
}
</style>
background-color css
<style>
a { background-color: #F0B760; }
a { background-color: rgb(240,183,96); }
div.DivClassName
{
background-color: #F0B760;
}
.BgClassName
{
background-color: #F0B760;
}
</style>
border-color css
<style>
span { border-color: #F0B760; }
span { border-color: rgb(240,183,96); }
td.TdClassName
{
border-color: #F0B760;
}
.TagClassName
{
border-color: #F0B760;
}
</style>