Shades of Harvest Gold #F2BC73
Tints of Harvest Gold #F2BC73
RGB
CMYK
RGB Variations
Color information
#F2BC73 (or 0xF2BC73) is known color: Harvest Gold. HEX triplet: F2, BC and 73. RGB value is (242,188,115). Sum of RGB (Red+Green+Blue) = 242+188+115=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC73 is #0D438C. Grayscale: #C4C4C4. Windows color (decimal): -869261 or 7585010. OLE color: 7585010.
HSL color Cylindrical-coordinate representation of color #F2BC73: hue angle of 34.49º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2BC73 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 115 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.05 |
| HSL | 34.49º | 0.83% | 0.7% | - |
| HSV(B) | 34.49º | 0.52% | 0.95% | - |
| XYZ | 57.7 | 56.08 | 24 | - |
| YUV | 195.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 115 | 0 | 0.22 | 0.52 | 0.05 | 34.49 | 0.83 | 0.7 |
| Hex | F2 | BC | 73 | 0 | 16 | 34 | 5 | 22 | 53 | 46 |
| Octal | 362 | 274 | 163 | 0 | 26 | 64 | 5 | 42 | 123 | 106 |
| Binary | 11110010 | 10111100 | 1110011 | 0 | 10110 | 110100 | 101 | 100010 | 1010011 | 1000110 |
Color Harmonies of #F2BC73
Complementary color
Monochromatic Colors of #F2BC73
Black with #F2BC73
Text Example
Text Example
White with #F2BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC73; }
p { color: rgb(242,188,115); }
H1.HeaderClassName
{
color: #F2BC73;
}
.AnyTagClassName
{
color: #F2BC73;
}
</style>
background-color css
<style>
a { background-color: #F2BC73; }
a { background-color: rgb(242,188,115); }
div.DivClassName
{
background-color: #F2BC73;
}
.BgClassName
{
background-color: #F2BC73;
}
</style>
border-color css
<style>
span { border-color: #F2BC73; }
span { border-color: rgb(242,188,115); }
td.TdClassName
{
border-color: #F2BC73;
}
.TagClassName
{
border-color: #F2BC73;
}
</style>