Shades of Harvest Gold #F0C273
Tints of Harvest Gold #F0C273
RGB
CMYK
RGB Variations
Color information
#F0C273 (or 0xF0C273) is known color: Harvest Gold. HEX triplet: F0, C2 and 73. RGB value is (240,194,115). Sum of RGB (Red+Green+Blue) = 240+194+115=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C273 is #0F3D8C. Grayscale: #C7C7C7. Windows color (decimal): -998797 or 7586544. OLE color: 7586544.
HSL color Cylindrical-coordinate representation of color #F0C273: hue angle of 37.92º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0C273 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 115 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.06 |
| HSL | 37.92º | 0.81% | 0.7% | - |
| HSV(B) | 37.92º | 0.52% | 0.94% | - |
| XYZ | 58.32 | 58.35 | 24.41 | - |
| YUV | 198.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 115 | 0 | 0.19 | 0.52 | 0.06 | 37.92 | 0.81 | 0.7 |
| Hex | F0 | C2 | 73 | 0 | 13 | 34 | 6 | 26 | 51 | 46 |
| Octal | 360 | 302 | 163 | 0 | 23 | 64 | 6 | 46 | 121 | 106 |
| Binary | 11110000 | 11000010 | 1110011 | 0 | 10011 | 110100 | 110 | 100110 | 1010001 | 1000110 |
Color Harmonies of #F0C273
Complementary color
Monochromatic Colors of #F0C273
Black with #F0C273
Text Example
Text Example
White with #F0C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C273; }
p { color: rgb(240,194,115); }
H1.HeaderClassName
{
color: #F0C273;
}
.AnyTagClassName
{
color: #F0C273;
}
</style>
background-color css
<style>
a { background-color: #F0C273; }
a { background-color: rgb(240,194,115); }
div.DivClassName
{
background-color: #F0C273;
}
.BgClassName
{
background-color: #F0C273;
}
</style>
border-color css
<style>
span { border-color: #F0C273; }
span { border-color: rgb(240,194,115); }
td.TdClassName
{
border-color: #F0C273;
}
.TagClassName
{
border-color: #F0C273;
}
</style>