Shades of Harvest Gold #F2BD60
Tints of Harvest Gold #F2BD60
RGB
CMYK
RGB Variations
Color information
#F2BD60 (or 0xF2BD60) is known color: Harvest Gold. HEX triplet: F2, BD and 60. RGB value is (242,189,96). Sum of RGB (Red+Green+Blue) = 242+189+96=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD60 is #0D429F. Grayscale: #C2C2C2. Windows color (decimal): -869024 or 6340082. OLE color: 6340082.
HSL color Cylindrical-coordinate representation of color #F2BD60: hue angle of 38.22º 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 #F2BD60 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 96 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.05 |
| HSL | 38.22º | 0.85% | 0.66% | - |
| HSV(B) | 38.22º | 0.6% | 0.95% | - |
| XYZ | 56.93 | 56.12 | 18.9 | - |
| YUV | 194.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 96 | 0 | 0.22 | 0.60 | 0.05 | 38.22 | 0.85 | 0.66 |
| Hex | F2 | BD | 60 | 0 | 16 | 3C | 5 | 26 | 55 | 42 |
| Octal | 362 | 275 | 140 | 0 | 26 | 74 | 5 | 46 | 125 | 102 |
| Binary | 11110010 | 10111101 | 1100000 | 0 | 10110 | 111100 | 101 | 100110 | 1010101 | 1000010 |
Color Harmonies of #F2BD60
Complementary color
Monochromatic Colors of #F2BD60
Black with #F2BD60
Text Example
Text Example
White with #F2BD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD60; }
p { color: rgb(242,189,96); }
H1.HeaderClassName
{
color: #F2BD60;
}
.AnyTagClassName
{
color: #F2BD60;
}
</style>
background-color css
<style>
a { background-color: #F2BD60; }
a { background-color: rgb(242,189,96); }
div.DivClassName
{
background-color: #F2BD60;
}
.BgClassName
{
background-color: #F2BD60;
}
</style>
border-color css
<style>
span { border-color: #F2BD60; }
span { border-color: rgb(242,189,96); }
td.TdClassName
{
border-color: #F2BD60;
}
.TagClassName
{
border-color: #F2BD60;
}
</style>