Shades of Harvest Gold #F2BB71
Tints of Harvest Gold #F2BB71
RGB
CMYK
RGB Variations
Color information
#F2BB71 (or 0xF2BB71) is known color: Harvest Gold. HEX triplet: F2, BB and 71. RGB value is (242,187,113). Sum of RGB (Red+Green+Blue) = 242+187+113=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB71 is #0D448E. Grayscale: #C3C3C3. Windows color (decimal): -869519 or 7453682. OLE color: 7453682.
HSL color Cylindrical-coordinate representation of color #F2BB71: hue angle of 34.42º 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 #F2BB71 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 113 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.05 |
| HSL | 34.42º | 0.83% | 0.7% | - |
| HSV(B) | 34.42º | 0.53% | 0.95% | - |
| XYZ | 57.37 | 55.61 | 23.33 | - |
| YUV | 195.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 113 | 0 | 0.23 | 0.53 | 0.05 | 34.42 | 0.83 | 0.7 |
| Hex | F2 | BB | 71 | 0 | 17 | 35 | 5 | 22 | 53 | 46 |
| Octal | 362 | 273 | 161 | 0 | 27 | 65 | 5 | 42 | 123 | 106 |
| Binary | 11110010 | 10111011 | 1110001 | 0 | 10111 | 110101 | 101 | 100010 | 1010011 | 1000110 |
Color Harmonies of #F2BB71
Complementary color
Monochromatic Colors of #F2BB71
Black with #F2BB71
Text Example
Text Example
White with #F2BB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB71; }
p { color: rgb(242,187,113); }
H1.HeaderClassName
{
color: #F2BB71;
}
.AnyTagClassName
{
color: #F2BB71;
}
</style>
background-color css
<style>
a { background-color: #F2BB71; }
a { background-color: rgb(242,187,113); }
div.DivClassName
{
background-color: #F2BB71;
}
.BgClassName
{
background-color: #F2BB71;
}
</style>
border-color css
<style>
span { border-color: #F2BB71; }
span { border-color: rgb(242,187,113); }
td.TdClassName
{
border-color: #F2BB71;
}
.TagClassName
{
border-color: #F2BB71;
}
</style>