Shades of Harvest Gold #F0C272
Tints of Harvest Gold #F0C272
RGB
CMYK
RGB Variations
Color information
#F0C272 (or 0xF0C272) is known color: Harvest Gold. HEX triplet: F0, C2 and 72. RGB value is (240,194,114). Sum of RGB (Red+Green+Blue) = 240+194+114=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C272 is #0F3D8D. Grayscale: #C6C6C6. Windows color (decimal): -998798 or 7521008. OLE color: 7521008.
HSL color Cylindrical-coordinate representation of color #F0C272: hue angle of 38.1º 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 #F0C272 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 114 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.06 |
| HSL | 38.1º | 0.81% | 0.69% | - |
| HSV(B) | 38.1º | 0.53% | 0.94% | - |
| XYZ | 58.26 | 58.32 | 24.11 | - |
| YUV | 198.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 114 | 0 | 0.19 | 0.52 | 0.06 | 38.1 | 0.81 | 0.69 |
| Hex | F0 | C2 | 72 | 0 | 13 | 34 | 6 | 26 | 51 | 45 |
| Octal | 360 | 302 | 162 | 0 | 23 | 64 | 6 | 46 | 121 | 105 |
| Binary | 11110000 | 11000010 | 1110010 | 0 | 10011 | 110100 | 110 | 100110 | 1010001 | 1000101 |
Color Harmonies of #F0C272
Complementary color
Monochromatic Colors of #F0C272
Black with #F0C272
Text Example
Text Example
White with #F0C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C272; }
p { color: rgb(240,194,114); }
H1.HeaderClassName
{
color: #F0C272;
}
.AnyTagClassName
{
color: #F0C272;
}
</style>
background-color css
<style>
a { background-color: #F0C272; }
a { background-color: rgb(240,194,114); }
div.DivClassName
{
background-color: #F0C272;
}
.BgClassName
{
background-color: #F0C272;
}
</style>
border-color css
<style>
span { border-color: #F0C272; }
span { border-color: rgb(240,194,114); }
td.TdClassName
{
border-color: #F0C272;
}
.TagClassName
{
border-color: #F0C272;
}
</style>