Shades of Harvest Gold #F2BC63
Tints of Harvest Gold #F2BC63
RGB
CMYK
RGB Variations
Color information
#F2BC63 (or 0xF2BC63) is known color: Harvest Gold. HEX triplet: F2, BC and 63. RGB value is (242,188,99). Sum of RGB (Red+Green+Blue) = 242+188+99=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC63 is #0D439C. Grayscale: #C2C2C2. Windows color (decimal): -869277 or 6536434. OLE color: 6536434.
HSL color Cylindrical-coordinate representation of color #F2BC63: hue angle of 37.34º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2BC63 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 99 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.05 |
| HSL | 37.34º | 0.85% | 0.67% | - |
| HSV(B) | 37.34º | 0.59% | 0.95% | - |
| XYZ | 56.85 | 55.74 | 19.57 | - |
| YUV | 194 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 99 | 0 | 0.22 | 0.59 | 0.05 | 37.34 | 0.85 | 0.67 |
| Hex | F2 | BC | 63 | 0 | 16 | 3B | 5 | 25 | 55 | 43 |
| Octal | 362 | 274 | 143 | 0 | 26 | 73 | 5 | 45 | 125 | 103 |
| Binary | 11110010 | 10111100 | 1100011 | 0 | 10110 | 111011 | 101 | 100101 | 1010101 | 1000011 |
Color Harmonies of #F2BC63
Complementary color
Monochromatic Colors of #F2BC63
Black with #F2BC63
Text Example
Text Example
White with #F2BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC63; }
p { color: rgb(242,188,99); }
H1.HeaderClassName
{
color: #F2BC63;
}
.AnyTagClassName
{
color: #F2BC63;
}
</style>
background-color css
<style>
a { background-color: #F2BC63; }
a { background-color: rgb(242,188,99); }
div.DivClassName
{
background-color: #F2BC63;
}
.BgClassName
{
background-color: #F2BC63;
}
</style>
border-color css
<style>
span { border-color: #F2BC63; }
span { border-color: rgb(242,188,99); }
td.TdClassName
{
border-color: #F2BC63;
}
.TagClassName
{
border-color: #F2BC63;
}
</style>