Shades of Harvest Gold #F2B56D
Tints of Harvest Gold #F2B56D
RGB
CMYK
RGB Variations
Color information
#F2B56D (or 0xF2B56D) is known color: Harvest Gold. HEX triplet: F2, B5 and 6D. RGB value is (242,181,109). Sum of RGB (Red+Green+Blue) = 242+181+109=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B56D is #0D4A92. Grayscale: #BFBFBF. Windows color (decimal): -871059 or 7190002. OLE color: 7190002.
HSL color Cylindrical-coordinate representation of color #F2B56D: hue angle of 32.48º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2B56D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 109 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.05 |
| HSL | 32.48º | 0.84% | 0.69% | - |
| HSV(B) | 32.48º | 0.55% | 0.95% | - |
| XYZ | 55.9 | 53.03 | 21.76 | - |
| YUV | 191.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 109 | 0 | 0.25 | 0.55 | 0.05 | 32.48 | 0.84 | 0.69 |
| Hex | F2 | B5 | 6D | 0 | 19 | 37 | 5 | 20 | 54 | 45 |
| Octal | 362 | 265 | 155 | 0 | 31 | 67 | 5 | 40 | 124 | 105 |
| Binary | 11110010 | 10110101 | 1101101 | 0 | 11001 | 110111 | 101 | 100000 | 1010100 | 1000101 |
Color Harmonies of #F2B56D
Complementary color
Monochromatic Colors of #F2B56D
Black with #F2B56D
Text Example
Text Example
White with #F2B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B56D; }
p { color: rgb(242,181,109); }
H1.HeaderClassName
{
color: #F2B56D;
}
.AnyTagClassName
{
color: #F2B56D;
}
</style>
background-color css
<style>
a { background-color: #F2B56D; }
a { background-color: rgb(242,181,109); }
div.DivClassName
{
background-color: #F2B56D;
}
.BgClassName
{
background-color: #F2B56D;
}
</style>
border-color css
<style>
span { border-color: #F2B56D; }
span { border-color: rgb(242,181,109); }
td.TdClassName
{
border-color: #F2B56D;
}
.TagClassName
{
border-color: #F2B56D;
}
</style>