Shades of Harvest Gold #F0C26C
Tints of Harvest Gold #F0C26C
RGB
CMYK
RGB Variations
Color information
#F0C26C (or 0xF0C26C) is known color: Harvest Gold. HEX triplet: F0, C2 and 6C. RGB value is (240,194,108). Sum of RGB (Red+Green+Blue) = 240+194+108=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C26C is #0F3D93. Grayscale: #C6C6C6. Windows color (decimal): -998804 or 7127792. OLE color: 7127792.
HSL color Cylindrical-coordinate representation of color #F0C26C: hue angle of 39.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0C26C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 108 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.06 |
| HSL | 39.09º | 0.81% | 0.68% | - |
| HSV(B) | 39.09º | 0.55% | 0.94% | - |
| XYZ | 57.93 | 58.19 | 22.37 | - |
| YUV | 197.95 | 77.24 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 108 | 0 | 0.19 | 0.55 | 0.06 | 39.09 | 0.81 | 0.68 |
| Hex | F0 | C2 | 6C | 0 | 13 | 37 | 6 | 27 | 51 | 44 |
| Octal | 360 | 302 | 154 | 0 | 23 | 67 | 6 | 47 | 121 | 104 |
| Binary | 11110000 | 11000010 | 1101100 | 0 | 10011 | 110111 | 110 | 100111 | 1010001 | 1000100 |
Color Harmonies of #F0C26C
Complementary color
Monochromatic Colors of #F0C26C
Black with #F0C26C
Text Example
Text Example
White with #F0C26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C26C; }
p { color: rgb(240,194,108); }
H1.HeaderClassName
{
color: #F0C26C;
}
.AnyTagClassName
{
color: #F0C26C;
}
</style>
background-color css
<style>
a { background-color: #F0C26C; }
a { background-color: rgb(240,194,108); }
div.DivClassName
{
background-color: #F0C26C;
}
.BgClassName
{
background-color: #F0C26C;
}
</style>
border-color css
<style>
span { border-color: #F0C26C; }
span { border-color: rgb(240,194,108); }
td.TdClassName
{
border-color: #F0C26C;
}
.TagClassName
{
border-color: #F0C26C;
}
</style>