Shades of Harvest Gold #F0B666
Tints of Harvest Gold #F0B666
RGB
CMYK
RGB Variations
Color information
#F0B666 (or 0xF0B666) is known color: Harvest Gold. HEX triplet: F0, B6 and 66. RGB value is (240,182,102). Sum of RGB (Red+Green+Blue) = 240+182+102=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B666 is #0F4999. Grayscale: #BEBEBE. Windows color (decimal): -1001882 or 6731504. OLE color: 6731504.
HSL color Cylindrical-coordinate representation of color #F0B666: hue angle of 34.78º 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 #F0B666 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 102 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.06 |
| HSL | 34.78º | 0.82% | 0.67% | - |
| HSV(B) | 34.78º | 0.58% | 0.94% | - |
| XYZ | 55.06 | 52.94 | 19.89 | - |
| YUV | 190.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 102 | 0 | 0.24 | 0.58 | 0.06 | 34.78 | 0.82 | 0.67 |
| Hex | F0 | B6 | 66 | 0 | 18 | 3A | 6 | 23 | 52 | 43 |
| Octal | 360 | 266 | 146 | 0 | 30 | 72 | 6 | 43 | 122 | 103 |
| Binary | 11110000 | 10110110 | 1100110 | 0 | 11000 | 111010 | 110 | 100011 | 1010010 | 1000011 |
Color Harmonies of #F0B666
Complementary color
Monochromatic Colors of #F0B666
Black with #F0B666
Text Example
Text Example
White with #F0B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B666; }
p { color: rgb(240,182,102); }
H1.HeaderClassName
{
color: #F0B666;
}
.AnyTagClassName
{
color: #F0B666;
}
</style>
background-color css
<style>
a { background-color: #F0B666; }
a { background-color: rgb(240,182,102); }
div.DivClassName
{
background-color: #F0B666;
}
.BgClassName
{
background-color: #F0B666;
}
</style>
border-color css
<style>
span { border-color: #F0B666; }
span { border-color: rgb(240,182,102); }
td.TdClassName
{
border-color: #F0B666;
}
.TagClassName
{
border-color: #F0B666;
}
</style>