Shades of Harvest Gold #F0C271
Tints of Harvest Gold #F0C271
RGB
CMYK
RGB Variations
Color information
#F0C271 (or 0xF0C271) is known color: Harvest Gold. HEX triplet: F0, C2 and 71. RGB value is (240,194,113). Sum of RGB (Red+Green+Blue) = 240+194+113=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C271 is #0F3D8E. Grayscale: #C6C6C6. Windows color (decimal): -998799 or 7455472. OLE color: 7455472.
HSL color Cylindrical-coordinate representation of color #F0C271: hue angle of 38.27º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0C271 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 113 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.06 |
| HSL | 38.27º | 0.81% | 0.69% | - |
| HSV(B) | 38.27º | 0.53% | 0.94% | - |
| XYZ | 58.21 | 58.3 | 23.81 | - |
| YUV | 198.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 113 | 0 | 0.19 | 0.53 | 0.06 | 38.27 | 0.81 | 0.69 |
| Hex | F0 | C2 | 71 | 0 | 13 | 35 | 6 | 26 | 51 | 45 |
| Octal | 360 | 302 | 161 | 0 | 23 | 65 | 6 | 46 | 121 | 105 |
| Binary | 11110000 | 11000010 | 1110001 | 0 | 10011 | 110101 | 110 | 100110 | 1010001 | 1000101 |
Color Harmonies of #F0C271
Complementary color
Monochromatic Colors of #F0C271
Black with #F0C271
Text Example
Text Example
White with #F0C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C271; }
p { color: rgb(240,194,113); }
H1.HeaderClassName
{
color: #F0C271;
}
.AnyTagClassName
{
color: #F0C271;
}
</style>
background-color css
<style>
a { background-color: #F0C271; }
a { background-color: rgb(240,194,113); }
div.DivClassName
{
background-color: #F0C271;
}
.BgClassName
{
background-color: #F0C271;
}
</style>
border-color css
<style>
span { border-color: #F0C271; }
span { border-color: rgb(240,194,113); }
td.TdClassName
{
border-color: #F0C271;
}
.TagClassName
{
border-color: #F0C271;
}
</style>