Shades of Harvest Gold #F0C36C
Tints of Harvest Gold #F0C36C
RGB
CMYK
RGB Variations
Color information
#F0C36C (or 0xF0C36C) is known color: Harvest Gold. HEX triplet: F0, C3 and 6C. RGB value is (240,195,108). Sum of RGB (Red+Green+Blue) = 240+195+108=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C36C is #0F3C93. Grayscale: #C6C6C6. Windows color (decimal): -998548 or 7128048. OLE color: 7128048.
HSL color Cylindrical-coordinate representation of color #F0C36C: hue angle of 39.55º 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 #F0C36C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 108 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.06 |
| HSL | 39.55º | 0.81% | 0.68% | - |
| HSV(B) | 39.55º | 0.55% | 0.94% | - |
| XYZ | 58.16 | 58.64 | 22.44 | - |
| YUV | 198.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 108 | 0 | 0.19 | 0.55 | 0.06 | 39.55 | 0.81 | 0.68 |
| Hex | F0 | C3 | 6C | 0 | 13 | 37 | 6 | 28 | 51 | 44 |
| Octal | 360 | 303 | 154 | 0 | 23 | 67 | 6 | 50 | 121 | 104 |
| Binary | 11110000 | 11000011 | 1101100 | 0 | 10011 | 110111 | 110 | 101000 | 1010001 | 1000100 |
Color Harmonies of #F0C36C
Complementary color
Monochromatic Colors of #F0C36C
Black with #F0C36C
Text Example
Text Example
White with #F0C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C36C; }
p { color: rgb(240,195,108); }
H1.HeaderClassName
{
color: #F0C36C;
}
.AnyTagClassName
{
color: #F0C36C;
}
</style>
background-color css
<style>
a { background-color: #F0C36C; }
a { background-color: rgb(240,195,108); }
div.DivClassName
{
background-color: #F0C36C;
}
.BgClassName
{
background-color: #F0C36C;
}
</style>
border-color css
<style>
span { border-color: #F0C36C; }
span { border-color: rgb(240,195,108); }
td.TdClassName
{
border-color: #F0C36C;
}
.TagClassName
{
border-color: #F0C36C;
}
</style>