Shades of Harvest Gold #F2BC60
Tints of Harvest Gold #F2BC60
RGB
CMYK
RGB Variations
Color information
#F2BC60 (or 0xF2BC60) is known color: Harvest Gold. HEX triplet: F2, BC and 60. RGB value is (242,188,96). Sum of RGB (Red+Green+Blue) = 242+188+96=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC60 is #0D439F. Grayscale: #C2C2C2. Windows color (decimal): -869280 or 6339826. OLE color: 6339826.
HSL color Cylindrical-coordinate representation of color #F2BC60: hue angle of 37.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2BC60 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 96 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.05 |
| HSL | 37.81º | 0.85% | 0.66% | - |
| HSV(B) | 37.81º | 0.6% | 0.95% | - |
| XYZ | 56.71 | 55.69 | 18.83 | - |
| YUV | 193.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 96 | 0 | 0.22 | 0.60 | 0.05 | 37.81 | 0.85 | 0.66 |
| Hex | F2 | BC | 60 | 0 | 16 | 3C | 5 | 26 | 55 | 42 |
| Octal | 362 | 274 | 140 | 0 | 26 | 74 | 5 | 46 | 125 | 102 |
| Binary | 11110010 | 10111100 | 1100000 | 0 | 10110 | 111100 | 101 | 100110 | 1010101 | 1000010 |
Color Harmonies of #F2BC60
Complementary color
Monochromatic Colors of #F2BC60
Black with #F2BC60
Text Example
Text Example
White with #F2BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC60; }
p { color: rgb(242,188,96); }
H1.HeaderClassName
{
color: #F2BC60;
}
.AnyTagClassName
{
color: #F2BC60;
}
</style>
background-color css
<style>
a { background-color: #F2BC60; }
a { background-color: rgb(242,188,96); }
div.DivClassName
{
background-color: #F2BC60;
}
.BgClassName
{
background-color: #F2BC60;
}
</style>
border-color css
<style>
span { border-color: #F2BC60; }
span { border-color: rgb(242,188,96); }
td.TdClassName
{
border-color: #F2BC60;
}
.TagClassName
{
border-color: #F2BC60;
}
</style>