Shades of Harvest Gold #F0B966
Tints of Harvest Gold #F0B966
RGB
CMYK
RGB Variations
Color information
#F0B966 (or 0xF0B966) is known color: Harvest Gold. HEX triplet: F0, B9 and 66. RGB value is (240,185,102). Sum of RGB (Red+Green+Blue) = 240+185+102=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B966 is #0F4699. Grayscale: #C0C0C0. Windows color (decimal): -1001114 or 6732272. OLE color: 6732272.
HSL color Cylindrical-coordinate representation of color #F0B966: hue angle of 36.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0B966 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 102 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.06 |
| HSL | 36.09º | 0.82% | 0.67% | - |
| HSV(B) | 36.09º | 0.58% | 0.94% | - |
| XYZ | 55.68 | 54.18 | 20.09 | - |
| YUV | 191.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 102 | 0 | 0.23 | 0.58 | 0.06 | 36.09 | 0.82 | 0.67 |
| Hex | F0 | B9 | 66 | 0 | 17 | 3A | 6 | 24 | 52 | 43 |
| Octal | 360 | 271 | 146 | 0 | 27 | 72 | 6 | 44 | 122 | 103 |
| Binary | 11110000 | 10111001 | 1100110 | 0 | 10111 | 111010 | 110 | 100100 | 1010010 | 1000011 |
Color Harmonies of #F0B966
Complementary color
Monochromatic Colors of #F0B966
Black with #F0B966
Text Example
Text Example
White with #F0B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B966; }
p { color: rgb(240,185,102); }
H1.HeaderClassName
{
color: #F0B966;
}
.AnyTagClassName
{
color: #F0B966;
}
</style>
background-color css
<style>
a { background-color: #F0B966; }
a { background-color: rgb(240,185,102); }
div.DivClassName
{
background-color: #F0B966;
}
.BgClassName
{
background-color: #F0B966;
}
</style>
border-color css
<style>
span { border-color: #F0B966; }
span { border-color: rgb(240,185,102); }
td.TdClassName
{
border-color: #F0B966;
}
.TagClassName
{
border-color: #F0B966;
}
</style>