Shades of Harvest Gold #F0C372
Tints of Harvest Gold #F0C372
RGB
CMYK
RGB Variations
Color information
#F0C372 (or 0xF0C372) is known color: Harvest Gold. HEX triplet: F0, C3 and 72. RGB value is (240,195,114). Sum of RGB (Red+Green+Blue) = 240+195+114=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C372 is #0F3C8D. Grayscale: #C7C7C7. Windows color (decimal): -998542 or 7521264. OLE color: 7521264.
HSL color Cylindrical-coordinate representation of color #F0C372: hue angle of 38.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0C372 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 114 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.06 |
| HSL | 38.57º | 0.81% | 0.69% | - |
| HSV(B) | 38.57º | 0.53% | 0.94% | - |
| XYZ | 58.49 | 58.77 | 24.18 | - |
| YUV | 199.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 114 | 0 | 0.19 | 0.52 | 0.06 | 38.57 | 0.81 | 0.69 |
| Hex | F0 | C3 | 72 | 0 | 13 | 34 | 6 | 27 | 51 | 45 |
| Octal | 360 | 303 | 162 | 0 | 23 | 64 | 6 | 47 | 121 | 105 |
| Binary | 11110000 | 11000011 | 1110010 | 0 | 10011 | 110100 | 110 | 100111 | 1010001 | 1000101 |
Color Harmonies of #F0C372
Complementary color
Monochromatic Colors of #F0C372
Black with #F0C372
Text Example
Text Example
White with #F0C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C372; }
p { color: rgb(240,195,114); }
H1.HeaderClassName
{
color: #F0C372;
}
.AnyTagClassName
{
color: #F0C372;
}
</style>
background-color css
<style>
a { background-color: #F0C372; }
a { background-color: rgb(240,195,114); }
div.DivClassName
{
background-color: #F0C372;
}
.BgClassName
{
background-color: #F0C372;
}
</style>
border-color css
<style>
span { border-color: #F0C372; }
span { border-color: rgb(240,195,114); }
td.TdClassName
{
border-color: #F0C372;
}
.TagClassName
{
border-color: #F0C372;
}
</style>