Shades of Harvest Gold #F2BD62
Tints of Harvest Gold #F2BD62
RGB
CMYK
RGB Variations
Color information
#F2BD62 (or 0xF2BD62) is known color: Harvest Gold. HEX triplet: F2, BD and 62. RGB value is (242,189,98). Sum of RGB (Red+Green+Blue) = 242+189+98=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD62 is #0D429D. Grayscale: #C2C2C2. Windows color (decimal): -869022 or 6471154. OLE color: 6471154.
HSL color Cylindrical-coordinate representation of color #F2BD62: hue angle of 37.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2BD62 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 98 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.05 |
| HSL | 37.92º | 0.85% | 0.67% | - |
| HSV(B) | 37.92º | 0.6% | 0.95% | - |
| XYZ | 57.02 | 56.15 | 19.39 | - |
| YUV | 194.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 98 | 0 | 0.22 | 0.60 | 0.05 | 37.92 | 0.85 | 0.67 |
| Hex | F2 | BD | 62 | 0 | 16 | 3C | 5 | 26 | 55 | 43 |
| Octal | 362 | 275 | 142 | 0 | 26 | 74 | 5 | 46 | 125 | 103 |
| Binary | 11110010 | 10111101 | 1100010 | 0 | 10110 | 111100 | 101 | 100110 | 1010101 | 1000011 |
Color Harmonies of #F2BD62
Complementary color
Monochromatic Colors of #F2BD62
Black with #F2BD62
Text Example
Text Example
White with #F2BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD62; }
p { color: rgb(242,189,98); }
H1.HeaderClassName
{
color: #F2BD62;
}
.AnyTagClassName
{
color: #F2BD62;
}
</style>
background-color css
<style>
a { background-color: #F2BD62; }
a { background-color: rgb(242,189,98); }
div.DivClassName
{
background-color: #F2BD62;
}
.BgClassName
{
background-color: #F2BD62;
}
</style>
border-color css
<style>
span { border-color: #F2BD62; }
span { border-color: rgb(242,189,98); }
td.TdClassName
{
border-color: #F2BD62;
}
.TagClassName
{
border-color: #F2BD62;
}
</style>