Shades of Harvest Gold #F0C36E
Tints of Harvest Gold #F0C36E
RGB
CMYK
RGB Variations
Color information
#F0C36E (or 0xF0C36E) is known color: Harvest Gold. HEX triplet: F0, C3 and 6E. RGB value is (240,195,110). Sum of RGB (Red+Green+Blue) = 240+195+110=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C36E is #0F3C91. Grayscale: #C7C7C7. Windows color (decimal): -998546 or 7259120. OLE color: 7259120.
HSL color Cylindrical-coordinate representation of color #F0C36E: hue angle of 39.23º 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 #F0C36E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 110 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.06 |
| HSL | 39.23º | 0.81% | 0.69% | - |
| HSV(B) | 39.23º | 0.54% | 0.94% | - |
| XYZ | 58.26 | 58.68 | 23.01 | - |
| YUV | 198.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 110 | 0 | 0.19 | 0.54 | 0.06 | 39.23 | 0.81 | 0.69 |
| Hex | F0 | C3 | 6E | 0 | 13 | 36 | 6 | 27 | 51 | 45 |
| Octal | 360 | 303 | 156 | 0 | 23 | 66 | 6 | 47 | 121 | 105 |
| Binary | 11110000 | 11000011 | 1101110 | 0 | 10011 | 110110 | 110 | 100111 | 1010001 | 1000101 |
Color Harmonies of #F0C36E
Complementary color
Monochromatic Colors of #F0C36E
Black with #F0C36E
Text Example
Text Example
White with #F0C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C36E; }
p { color: rgb(240,195,110); }
H1.HeaderClassName
{
color: #F0C36E;
}
.AnyTagClassName
{
color: #F0C36E;
}
</style>
background-color css
<style>
a { background-color: #F0C36E; }
a { background-color: rgb(240,195,110); }
div.DivClassName
{
background-color: #F0C36E;
}
.BgClassName
{
background-color: #F0C36E;
}
</style>
border-color css
<style>
span { border-color: #F0C36E; }
span { border-color: rgb(240,195,110); }
td.TdClassName
{
border-color: #F0C36E;
}
.TagClassName
{
border-color: #F0C36E;
}
</style>