Shades of Harvest Gold #F0B162
Tints of Harvest Gold #F0B162
RGB
CMYK
RGB Variations
Color information
#F0B162 (or 0xF0B162) is known color: Harvest Gold. HEX triplet: F0, B1 and 62. RGB value is (240,177,98). Sum of RGB (Red+Green+Blue) = 240+177+98=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B162 is #0F4E9D. Grayscale: #BBBBBB. Windows color (decimal): -1003166 or 6468080. OLE color: 6468080.
HSL color Cylindrical-coordinate representation of color #F0B162: hue angle of 33.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0B162 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 98 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.06 |
| HSL | 33.38º | 0.83% | 0.66% | - |
| HSV(B) | 33.38º | 0.59% | 0.94% | - |
| XYZ | 53.86 | 50.85 | 18.53 | - |
| YUV | 186.83 | 77.87 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 98 | 0 | 0.26 | 0.59 | 0.06 | 33.38 | 0.83 | 0.66 |
| Hex | F0 | B1 | 62 | 0 | 1A | 3B | 6 | 21 | 53 | 42 |
| Octal | 360 | 261 | 142 | 0 | 32 | 73 | 6 | 41 | 123 | 102 |
| Binary | 11110000 | 10110001 | 1100010 | 0 | 11010 | 111011 | 110 | 100001 | 1010011 | 1000010 |
Color Harmonies of #F0B162
Complementary color
Monochromatic Colors of #F0B162
Black with #F0B162
Text Example
Text Example
White with #F0B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B162; }
p { color: rgb(240,177,98); }
H1.HeaderClassName
{
color: #F0B162;
}
.AnyTagClassName
{
color: #F0B162;
}
</style>
background-color css
<style>
a { background-color: #F0B162; }
a { background-color: rgb(240,177,98); }
div.DivClassName
{
background-color: #F0B162;
}
.BgClassName
{
background-color: #F0B162;
}
</style>
border-color css
<style>
span { border-color: #F0B162; }
span { border-color: rgb(240,177,98); }
td.TdClassName
{
border-color: #F0B162;
}
.TagClassName
{
border-color: #F0B162;
}
</style>