Shades of Harvest Gold #F2B873
Tints of Harvest Gold #F2B873
RGB
CMYK
RGB Variations
Color information
#F2B873 (or 0xF2B873) is known color: Harvest Gold. HEX triplet: F2, B8 and 73. RGB value is (242,184,115). Sum of RGB (Red+Green+Blue) = 242+184+115=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B873 is #0D478C. Grayscale: #C1C1C1. Windows color (decimal): -870285 or 7583986. OLE color: 7583986.
HSL color Cylindrical-coordinate representation of color #F2B873: hue angle of 32.6º 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 #F2B873 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 115 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.05 |
| HSL | 32.6º | 0.83% | 0.7% | - |
| HSV(B) | 32.6º | 0.52% | 0.95% | - |
| XYZ | 56.85 | 54.4 | 23.72 | - |
| YUV | 193.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 115 | 0 | 0.24 | 0.52 | 0.05 | 32.6 | 0.83 | 0.7 |
| Hex | F2 | B8 | 73 | 0 | 18 | 34 | 5 | 21 | 53 | 46 |
| Octal | 362 | 270 | 163 | 0 | 30 | 64 | 5 | 41 | 123 | 106 |
| Binary | 11110010 | 10111000 | 1110011 | 0 | 11000 | 110100 | 101 | 100001 | 1010011 | 1000110 |
Color Harmonies of #F2B873
Complementary color
Monochromatic Colors of #F2B873
Black with #F2B873
Text Example
Text Example
White with #F2B873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B873; }
p { color: rgb(242,184,115); }
H1.HeaderClassName
{
color: #F2B873;
}
.AnyTagClassName
{
color: #F2B873;
}
</style>
background-color css
<style>
a { background-color: #F2B873; }
a { background-color: rgb(242,184,115); }
div.DivClassName
{
background-color: #F2B873;
}
.BgClassName
{
background-color: #F2B873;
}
</style>
border-color css
<style>
span { border-color: #F2B873; }
span { border-color: rgb(242,184,115); }
td.TdClassName
{
border-color: #F2B873;
}
.TagClassName
{
border-color: #F2B873;
}
</style>