Shades of Harvest Gold #F0B66E
Tints of Harvest Gold #F0B66E
RGB
CMYK
RGB Variations
Color information
#F0B66E (or 0xF0B66E) is known color: Harvest Gold. HEX triplet: F0, B6 and 6E. RGB value is (240,182,110). Sum of RGB (Red+Green+Blue) = 240+182+110=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B66E is #0F4991. Grayscale: #BFBFBF. Windows color (decimal): -1001874 or 7255792. OLE color: 7255792.
HSL color Cylindrical-coordinate representation of color #F0B66E: hue angle of 33.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0B66E is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 110 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.06 |
| HSL | 33.23º | 0.81% | 0.69% | - |
| HSV(B) | 33.23º | 0.54% | 0.94% | - |
| XYZ | 55.48 | 53.11 | 22.08 | - |
| YUV | 191.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 110 | 0 | 0.24 | 0.54 | 0.06 | 33.23 | 0.81 | 0.69 |
| Hex | F0 | B6 | 6E | 0 | 18 | 36 | 6 | 21 | 51 | 45 |
| Octal | 360 | 266 | 156 | 0 | 30 | 66 | 6 | 41 | 121 | 105 |
| Binary | 11110000 | 10110110 | 1101110 | 0 | 11000 | 110110 | 110 | 100001 | 1010001 | 1000101 |
Color Harmonies of #F0B66E
Complementary color
Monochromatic Colors of #F0B66E
Black with #F0B66E
Text Example
Text Example
White with #F0B66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B66E; }
p { color: rgb(240,182,110); }
H1.HeaderClassName
{
color: #F0B66E;
}
.AnyTagClassName
{
color: #F0B66E;
}
</style>
background-color css
<style>
a { background-color: #F0B66E; }
a { background-color: rgb(240,182,110); }
div.DivClassName
{
background-color: #F0B66E;
}
.BgClassName
{
background-color: #F0B66E;
}
</style>
border-color css
<style>
span { border-color: #F0B66E; }
span { border-color: rgb(240,182,110); }
td.TdClassName
{
border-color: #F0B66E;
}
.TagClassName
{
border-color: #F0B66E;
}
</style>