Shades of Harvest Gold #F2B96F
Tints of Harvest Gold #F2B96F
RGB
CMYK
RGB Variations
Color information
#F2B96F (or 0xF2B96F) is known color: Harvest Gold. HEX triplet: F2, B9 and 6F. RGB value is (242,185,111). Sum of RGB (Red+Green+Blue) = 242+185+111=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B96F is #0D4690. Grayscale: #C1C1C1. Windows color (decimal): -870033 or 7322098. OLE color: 7322098.
HSL color Cylindrical-coordinate representation of color #F2B96F: hue angle of 33.89º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2B96F is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 111 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.05 |
| HSL | 33.89º | 0.83% | 0.69% | - |
| HSV(B) | 33.89º | 0.54% | 0.95% | - |
| XYZ | 56.84 | 54.72 | 22.61 | - |
| YUV | 193.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 111 | 0 | 0.24 | 0.54 | 0.05 | 33.89 | 0.83 | 0.69 |
| Hex | F2 | B9 | 6F | 0 | 18 | 36 | 5 | 22 | 53 | 45 |
| Octal | 362 | 271 | 157 | 0 | 30 | 66 | 5 | 42 | 123 | 105 |
| Binary | 11110010 | 10111001 | 1101111 | 0 | 11000 | 110110 | 101 | 100010 | 1010011 | 1000101 |
Color Harmonies of #F2B96F
Complementary color
Monochromatic Colors of #F2B96F
Black with #F2B96F
Text Example
Text Example
White with #F2B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B96F; }
p { color: rgb(242,185,111); }
H1.HeaderClassName
{
color: #F2B96F;
}
.AnyTagClassName
{
color: #F2B96F;
}
</style>
background-color css
<style>
a { background-color: #F2B96F; }
a { background-color: rgb(242,185,111); }
div.DivClassName
{
background-color: #F2B96F;
}
.BgClassName
{
background-color: #F2B96F;
}
</style>
border-color css
<style>
span { border-color: #F2B96F; }
span { border-color: rgb(242,185,111); }
td.TdClassName
{
border-color: #F2B96F;
}
.TagClassName
{
border-color: #F2B96F;
}
</style>