Shades of Harvest Gold #F7B96A
Tints of Harvest Gold #F7B96A
RGB
CMYK
RGB Variations
Color information
#F7B96A (or 0xF7B96A) is known color: Harvest Gold. HEX triplet: F7, B9 and 6A. RGB value is (247,185,106). Sum of RGB (Red+Green+Blue) = 247+185+106=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B96A is #084695. Grayscale: #C2C2C2. Windows color (decimal): -542358 or 6994423. OLE color: 6994423.
HSL color Cylindrical-coordinate representation of color #F7B96A: hue angle of 33.62º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7B96A is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 106 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.03 |
| HSL | 33.62º | 0.9% | 0.69% | - |
| HSV(B) | 33.62º | 0.57% | 0.97% | - |
| XYZ | 58.31 | 55.51 | 21.28 | - |
| YUV | 194.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 106 | 0 | 0.25 | 0.57 | 0.03 | 33.62 | 0.9 | 0.69 |
| Hex | F7 | B9 | 6A | 0 | 19 | 39 | 3 | 22 | 5A | 45 |
| Octal | 367 | 271 | 152 | 0 | 31 | 71 | 3 | 42 | 132 | 105 |
| Binary | 11110111 | 10111001 | 1101010 | 0 | 11001 | 111001 | 11 | 100010 | 1011010 | 1000101 |
Color Harmonies of #F7B96A
Complementary color
Monochromatic Colors of #F7B96A
Black with #F7B96A
Text Example
Text Example
White with #F7B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B96A; }
p { color: rgb(247,185,106); }
H1.HeaderClassName
{
color: #F7B96A;
}
.AnyTagClassName
{
color: #F7B96A;
}
</style>
background-color css
<style>
a { background-color: #F7B96A; }
a { background-color: rgb(247,185,106); }
div.DivClassName
{
background-color: #F7B96A;
}
.BgClassName
{
background-color: #F7B96A;
}
</style>
border-color css
<style>
span { border-color: #F7B96A; }
span { border-color: rgb(247,185,106); }
td.TdClassName
{
border-color: #F7B96A;
}
.TagClassName
{
border-color: #F7B96A;
}
</style>