Shades of Harvest Gold #F2BF73
Tints of Harvest Gold #F2BF73
RGB
CMYK
RGB Variations
Color information
#F2BF73 (or 0xF2BF73) is known color: Harvest Gold. HEX triplet: F2, BF and 73. RGB value is (242,191,115). Sum of RGB (Red+Green+Blue) = 242+191+115=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF73 is #0D408C. Grayscale: #C5C5C5. Windows color (decimal): -868493 or 7585778. OLE color: 7585778.
HSL color Cylindrical-coordinate representation of color #F2BF73: hue angle of 35.91º 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 #F2BF73 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 115 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.05 |
| HSL | 35.91º | 0.83% | 0.7% | - |
| HSV(B) | 35.91º | 0.52% | 0.95% | - |
| XYZ | 58.34 | 57.38 | 24.22 | - |
| YUV | 197.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 115 | 0 | 0.21 | 0.52 | 0.05 | 35.91 | 0.83 | 0.7 |
| Hex | F2 | BF | 73 | 0 | 15 | 34 | 5 | 24 | 53 | 46 |
| Octal | 362 | 277 | 163 | 0 | 25 | 64 | 5 | 44 | 123 | 106 |
| Binary | 11110010 | 10111111 | 1110011 | 0 | 10101 | 110100 | 101 | 100100 | 1010011 | 1000110 |
Color Harmonies of #F2BF73
Complementary color
Monochromatic Colors of #F2BF73
Black with #F2BF73
Text Example
Text Example
White with #F2BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF73; }
p { color: rgb(242,191,115); }
H1.HeaderClassName
{
color: #F2BF73;
}
.AnyTagClassName
{
color: #F2BF73;
}
</style>
background-color css
<style>
a { background-color: #F2BF73; }
a { background-color: rgb(242,191,115); }
div.DivClassName
{
background-color: #F2BF73;
}
.BgClassName
{
background-color: #F2BF73;
}
</style>
border-color css
<style>
span { border-color: #F2BF73; }
span { border-color: rgb(242,191,115); }
td.TdClassName
{
border-color: #F2BF73;
}
.TagClassName
{
border-color: #F2BF73;
}
</style>