Shades of Harvest Gold #F0C162
Tints of Harvest Gold #F0C162
RGB
CMYK
RGB Variations
Color information
#F0C162 (or 0xF0C162) is known color: Harvest Gold. HEX triplet: F0, C1 and 62. RGB value is (240,193,98). Sum of RGB (Red+Green+Blue) = 240+193+98=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C162 is #0F3E9D. Grayscale: #C4C4C4. Windows color (decimal): -999070 or 6472176. OLE color: 6472176.
HSL color Cylindrical-coordinate representation of color #F0C162: hue angle of 40.14º 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 #F0C162 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 98 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.06 |
| HSL | 40.14º | 0.83% | 0.66% | - |
| HSV(B) | 40.14º | 0.59% | 0.94% | - |
| XYZ | 57.21 | 57.55 | 19.65 | - |
| YUV | 196.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 98 | 0 | 0.20 | 0.59 | 0.06 | 40.14 | 0.83 | 0.66 |
| Hex | F0 | C1 | 62 | 0 | 14 | 3B | 6 | 28 | 53 | 42 |
| Octal | 360 | 301 | 142 | 0 | 24 | 73 | 6 | 50 | 123 | 102 |
| Binary | 11110000 | 11000001 | 1100010 | 0 | 10100 | 111011 | 110 | 101000 | 1010011 | 1000010 |
Color Harmonies of #F0C162
Complementary color
Monochromatic Colors of #F0C162
Black with #F0C162
Text Example
Text Example
White with #F0C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C162; }
p { color: rgb(240,193,98); }
H1.HeaderClassName
{
color: #F0C162;
}
.AnyTagClassName
{
color: #F0C162;
}
</style>
background-color css
<style>
a { background-color: #F0C162; }
a { background-color: rgb(240,193,98); }
div.DivClassName
{
background-color: #F0C162;
}
.BgClassName
{
background-color: #F0C162;
}
</style>
border-color css
<style>
span { border-color: #F0C162; }
span { border-color: rgb(240,193,98); }
td.TdClassName
{
border-color: #F0C162;
}
.TagClassName
{
border-color: #F0C162;
}
</style>