Shades of Harvest Gold #F0C173
Tints of Harvest Gold #F0C173
RGB
CMYK
RGB Variations
Color information
#F0C173 (or 0xF0C173) is known color: Harvest Gold. HEX triplet: F0, C1 and 73. RGB value is (240,193,115). Sum of RGB (Red+Green+Blue) = 240+193+115=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C173 is #0F3E8C. Grayscale: #C6C6C6. Windows color (decimal): -999053 or 7586288. OLE color: 7586288.
HSL color Cylindrical-coordinate representation of color #F0C173: hue angle of 37.44º 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 #F0C173 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 115 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.06 |
| HSL | 37.44º | 0.81% | 0.7% | - |
| HSV(B) | 37.44º | 0.52% | 0.94% | - |
| XYZ | 58.1 | 57.9 | 24.33 | - |
| YUV | 198.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 115 | 0 | 0.20 | 0.52 | 0.06 | 37.44 | 0.81 | 0.7 |
| Hex | F0 | C1 | 73 | 0 | 14 | 34 | 6 | 25 | 51 | 46 |
| Octal | 360 | 301 | 163 | 0 | 24 | 64 | 6 | 45 | 121 | 106 |
| Binary | 11110000 | 11000001 | 1110011 | 0 | 10100 | 110100 | 110 | 100101 | 1010001 | 1000110 |
Color Harmonies of #F0C173
Complementary color
Monochromatic Colors of #F0C173
Black with #F0C173
Text Example
Text Example
White with #F0C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C173; }
p { color: rgb(240,193,115); }
H1.HeaderClassName
{
color: #F0C173;
}
.AnyTagClassName
{
color: #F0C173;
}
</style>
background-color css
<style>
a { background-color: #F0C173; }
a { background-color: rgb(240,193,115); }
div.DivClassName
{
background-color: #F0C173;
}
.BgClassName
{
background-color: #F0C173;
}
</style>
border-color css
<style>
span { border-color: #F0C173; }
span { border-color: rgb(240,193,115); }
td.TdClassName
{
border-color: #F0C173;
}
.TagClassName
{
border-color: #F0C173;
}
</style>