Shades of Harvest Gold #F0C46E
Tints of Harvest Gold #F0C46E
RGB
CMYK
RGB Variations
Color information
#F0C46E (or 0xF0C46E) is known color: Harvest Gold. HEX triplet: F0, C4 and 6E. RGB value is (240,196,110). Sum of RGB (Red+Green+Blue) = 240+196+110=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C46E is #0F3B91. Grayscale: #C7C7C7. Windows color (decimal): -998290 or 7259376. OLE color: 7259376.
HSL color Cylindrical-coordinate representation of color #F0C46E: hue angle of 39.69º 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 #F0C46E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 110 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.06 |
| HSL | 39.69º | 0.81% | 0.69% | - |
| HSV(B) | 39.69º | 0.54% | 0.94% | - |
| XYZ | 58.49 | 59.13 | 23.08 | - |
| YUV | 199.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 110 | 0 | 0.18 | 0.54 | 0.06 | 39.69 | 0.81 | 0.69 |
| Hex | F0 | C4 | 6E | 0 | 12 | 36 | 6 | 28 | 51 | 45 |
| Octal | 360 | 304 | 156 | 0 | 22 | 66 | 6 | 50 | 121 | 105 |
| Binary | 11110000 | 11000100 | 1101110 | 0 | 10010 | 110110 | 110 | 101000 | 1010001 | 1000101 |
Color Harmonies of #F0C46E
Complementary color
Monochromatic Colors of #F0C46E
Black with #F0C46E
Text Example
Text Example
White with #F0C46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C46E; }
p { color: rgb(240,196,110); }
H1.HeaderClassName
{
color: #F0C46E;
}
.AnyTagClassName
{
color: #F0C46E;
}
</style>
background-color css
<style>
a { background-color: #F0C46E; }
a { background-color: rgb(240,196,110); }
div.DivClassName
{
background-color: #F0C46E;
}
.BgClassName
{
background-color: #F0C46E;
}
</style>
border-color css
<style>
span { border-color: #F0C46E; }
span { border-color: rgb(240,196,110); }
td.TdClassName
{
border-color: #F0C46E;
}
.TagClassName
{
border-color: #F0C46E;
}
</style>