Shades of Harvest Gold #F2B36E
Tints of Harvest Gold #F2B36E
RGB
CMYK
RGB Variations
Color information
#F2B36E (or 0xF2B36E) is known color: Harvest Gold. HEX triplet: F2, B3 and 6E. RGB value is (242,179,110). Sum of RGB (Red+Green+Blue) = 242+179+110=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B36E is #0D4C91. Grayscale: #BEBEBE. Windows color (decimal): -871570 or 7255026. OLE color: 7255026.
HSL color Cylindrical-coordinate representation of color #F2B36E: hue angle of 31.36º 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 #F2B36E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 110 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.05 |
| HSL | 31.36º | 0.84% | 0.69% | - |
| HSV(B) | 31.36º | 0.55% | 0.95% | - |
| XYZ | 55.55 | 52.24 | 21.91 | - |
| YUV | 189.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 110 | 0 | 0.26 | 0.55 | 0.05 | 31.36 | 0.84 | 0.69 |
| Hex | F2 | B3 | 6E | 0 | 1A | 37 | 5 | 1F | 54 | 45 |
| Octal | 362 | 263 | 156 | 0 | 32 | 67 | 5 | 37 | 124 | 105 |
| Binary | 11110010 | 10110011 | 1101110 | 0 | 11010 | 110111 | 101 | 11111 | 1010100 | 1000101 |
Color Harmonies of #F2B36E
Complementary color
Monochromatic Colors of #F2B36E
Black with #F2B36E
Text Example
Text Example
White with #F2B36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B36E; }
p { color: rgb(242,179,110); }
H1.HeaderClassName
{
color: #F2B36E;
}
.AnyTagClassName
{
color: #F2B36E;
}
</style>
background-color css
<style>
a { background-color: #F2B36E; }
a { background-color: rgb(242,179,110); }
div.DivClassName
{
background-color: #F2B36E;
}
.BgClassName
{
background-color: #F2B36E;
}
</style>
border-color css
<style>
span { border-color: #F2B36E; }
span { border-color: rgb(242,179,110); }
td.TdClassName
{
border-color: #F2B36E;
}
.TagClassName
{
border-color: #F2B36E;
}
</style>