Shades of Harvest Gold #F0C26E
Tints of Harvest Gold #F0C26E
RGB
CMYK
RGB Variations
Color information
#F0C26E (or 0xF0C26E) is known color: Harvest Gold. HEX triplet: F0, C2 and 6E. RGB value is (240,194,110). Sum of RGB (Red+Green+Blue) = 240+194+110=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C26E is #0F3D91. Grayscale: #C6C6C6. Windows color (decimal): -998802 or 7258864. OLE color: 7258864.
HSL color Cylindrical-coordinate representation of color #F0C26E: hue angle of 38.77º 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 #F0C26E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 110 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.06 |
| HSL | 38.77º | 0.81% | 0.69% | - |
| HSV(B) | 38.77º | 0.54% | 0.94% | - |
| XYZ | 58.04 | 58.23 | 22.93 | - |
| YUV | 198.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 110 | 0 | 0.19 | 0.54 | 0.06 | 38.77 | 0.81 | 0.69 |
| Hex | F0 | C2 | 6E | 0 | 13 | 36 | 6 | 27 | 51 | 45 |
| Octal | 360 | 302 | 156 | 0 | 23 | 66 | 6 | 47 | 121 | 105 |
| Binary | 11110000 | 11000010 | 1101110 | 0 | 10011 | 110110 | 110 | 100111 | 1010001 | 1000101 |
Color Harmonies of #F0C26E
Complementary color
Monochromatic Colors of #F0C26E
Black with #F0C26E
Text Example
Text Example
White with #F0C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C26E; }
p { color: rgb(240,194,110); }
H1.HeaderClassName
{
color: #F0C26E;
}
.AnyTagClassName
{
color: #F0C26E;
}
</style>
background-color css
<style>
a { background-color: #F0C26E; }
a { background-color: rgb(240,194,110); }
div.DivClassName
{
background-color: #F0C26E;
}
.BgClassName
{
background-color: #F0C26E;
}
</style>
border-color css
<style>
span { border-color: #F0C26E; }
span { border-color: rgb(240,194,110); }
td.TdClassName
{
border-color: #F0C26E;
}
.TagClassName
{
border-color: #F0C26E;
}
</style>