Shades of Harvest Gold #F2BA71
Tints of Harvest Gold #F2BA71
RGB
CMYK
RGB Variations
Color information
#F2BA71 (or 0xF2BA71) is known color: Harvest Gold. HEX triplet: F2, BA and 71. RGB value is (242,186,113). Sum of RGB (Red+Green+Blue) = 242+186+113=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA71 is #0D458E. Grayscale: #C2C2C2. Windows color (decimal): -869775 or 7453426. OLE color: 7453426.
HSL color Cylindrical-coordinate representation of color #F2BA71: hue angle of 33.95º 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 #F2BA71 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 113 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.05 |
| HSL | 33.95º | 0.83% | 0.7% | - |
| HSV(B) | 33.95º | 0.53% | 0.95% | - |
| XYZ | 57.16 | 55.19 | 23.26 | - |
| YUV | 194.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 113 | 0 | 0.23 | 0.53 | 0.05 | 33.95 | 0.83 | 0.7 |
| Hex | F2 | BA | 71 | 0 | 17 | 35 | 5 | 22 | 53 | 46 |
| Octal | 362 | 272 | 161 | 0 | 27 | 65 | 5 | 42 | 123 | 106 |
| Binary | 11110010 | 10111010 | 1110001 | 0 | 10111 | 110101 | 101 | 100010 | 1010011 | 1000110 |
Color Harmonies of #F2BA71
Complementary color
Monochromatic Colors of #F2BA71
Black with #F2BA71
Text Example
Text Example
White with #F2BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA71; }
p { color: rgb(242,186,113); }
H1.HeaderClassName
{
color: #F2BA71;
}
.AnyTagClassName
{
color: #F2BA71;
}
</style>
background-color css
<style>
a { background-color: #F2BA71; }
a { background-color: rgb(242,186,113); }
div.DivClassName
{
background-color: #F2BA71;
}
.BgClassName
{
background-color: #F2BA71;
}
</style>
border-color css
<style>
span { border-color: #F2BA71; }
span { border-color: rgb(242,186,113); }
td.TdClassName
{
border-color: #F2BA71;
}
.TagClassName
{
border-color: #F2BA71;
}
</style>