Shades of Harvest Gold #F2C271
Tints of Harvest Gold #F2C271
RGB
CMYK
RGB Variations
Color information
#F2C271 (or 0xF2C271) is known color: Harvest Gold. HEX triplet: F2, C2 and 71. RGB value is (242,194,113). Sum of RGB (Red+Green+Blue) = 242+194+113=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C271 is #0D3D8E. Grayscale: #C7C7C7. Windows color (decimal): -867727 or 7455474. OLE color: 7455474.
HSL color Cylindrical-coordinate representation of color #F2C271: hue angle of 37.67º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2C271 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 113 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.05 |
| HSL | 37.67º | 0.83% | 0.7% | - |
| HSV(B) | 37.67º | 0.53% | 0.95% | - |
| XYZ | 58.89 | 58.65 | 23.84 | - |
| YUV | 199.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 113 | 0 | 0.20 | 0.53 | 0.05 | 37.67 | 0.83 | 0.7 |
| Hex | F2 | C2 | 71 | 0 | 14 | 35 | 5 | 26 | 53 | 46 |
| Octal | 362 | 302 | 161 | 0 | 24 | 65 | 5 | 46 | 123 | 106 |
| Binary | 11110010 | 11000010 | 1110001 | 0 | 10100 | 110101 | 101 | 100110 | 1010011 | 1000110 |
Color Harmonies of #F2C271
Complementary color
Monochromatic Colors of #F2C271
Black with #F2C271
Text Example
Text Example
White with #F2C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C271; }
p { color: rgb(242,194,113); }
H1.HeaderClassName
{
color: #F2C271;
}
.AnyTagClassName
{
color: #F2C271;
}
</style>
background-color css
<style>
a { background-color: #F2C271; }
a { background-color: rgb(242,194,113); }
div.DivClassName
{
background-color: #F2C271;
}
.BgClassName
{
background-color: #F2C271;
}
</style>
border-color css
<style>
span { border-color: #F2C271; }
span { border-color: rgb(242,194,113); }
td.TdClassName
{
border-color: #F2C271;
}
.TagClassName
{
border-color: #F2C271;
}
</style>