Shades of Harvest Gold #F0C36D
Tints of Harvest Gold #F0C36D
RGB
CMYK
RGB Variations
Color information
#F0C36D (or 0xF0C36D) is known color: Harvest Gold. HEX triplet: F0, C3 and 6D. RGB value is (240,195,109). Sum of RGB (Red+Green+Blue) = 240+195+109=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C36D is #0F3C92. Grayscale: #C7C7C7. Windows color (decimal): -998547 or 7193584. OLE color: 7193584.
HSL color Cylindrical-coordinate representation of color #F0C36D: hue angle of 39.39º 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 #F0C36D is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 109 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.06 |
| HSL | 39.39º | 0.81% | 0.68% | - |
| HSV(B) | 39.39º | 0.55% | 0.94% | - |
| XYZ | 58.21 | 58.66 | 22.72 | - |
| YUV | 198.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 109 | 0 | 0.19 | 0.55 | 0.06 | 39.39 | 0.81 | 0.68 |
| Hex | F0 | C3 | 6D | 0 | 13 | 37 | 6 | 27 | 51 | 44 |
| Octal | 360 | 303 | 155 | 0 | 23 | 67 | 6 | 47 | 121 | 104 |
| Binary | 11110000 | 11000011 | 1101101 | 0 | 10011 | 110111 | 110 | 100111 | 1010001 | 1000100 |
Color Harmonies of #F0C36D
Complementary color
Monochromatic Colors of #F0C36D
Black with #F0C36D
Text Example
Text Example
White with #F0C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C36D; }
p { color: rgb(240,195,109); }
H1.HeaderClassName
{
color: #F0C36D;
}
.AnyTagClassName
{
color: #F0C36D;
}
</style>
background-color css
<style>
a { background-color: #F0C36D; }
a { background-color: rgb(240,195,109); }
div.DivClassName
{
background-color: #F0C36D;
}
.BgClassName
{
background-color: #F0C36D;
}
</style>
border-color css
<style>
span { border-color: #F0C36D; }
span { border-color: rgb(240,195,109); }
td.TdClassName
{
border-color: #F0C36D;
}
.TagClassName
{
border-color: #F0C36D;
}
</style>