Shades of Harvest Gold #F7B76E
Tints of Harvest Gold #F7B76E
RGB
CMYK
RGB Variations
Color information
#F7B76E (or 0xF7B76E) is known color: Harvest Gold. HEX triplet: F7, B7 and 6E. RGB value is (247,183,110). Sum of RGB (Red+Green+Blue) = 247+183+110=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B76E is #084891. Grayscale: #C2C2C2. Windows color (decimal): -542866 or 7256055. OLE color: 7256055.
HSL color Cylindrical-coordinate representation of color #F7B76E: hue angle of 31.97º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7B76E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 110 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.03 |
| HSL | 31.97º | 0.9% | 0.7% | - |
| HSV(B) | 31.97º | 0.55% | 0.97% | - |
| XYZ | 58.11 | 54.77 | 22.26 | - |
| YUV | 193.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 110 | 0 | 0.26 | 0.55 | 0.03 | 31.97 | 0.9 | 0.7 |
| Hex | F7 | B7 | 6E | 0 | 1A | 37 | 3 | 20 | 5A | 46 |
| Octal | 367 | 267 | 156 | 0 | 32 | 67 | 3 | 40 | 132 | 106 |
| Binary | 11110111 | 10110111 | 1101110 | 0 | 11010 | 110111 | 11 | 100000 | 1011010 | 1000110 |
Color Harmonies of #F7B76E
Complementary color
Monochromatic Colors of #F7B76E
Black with #F7B76E
Text Example
Text Example
White with #F7B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B76E; }
p { color: rgb(247,183,110); }
H1.HeaderClassName
{
color: #F7B76E;
}
.AnyTagClassName
{
color: #F7B76E;
}
</style>
background-color css
<style>
a { background-color: #F7B76E; }
a { background-color: rgb(247,183,110); }
div.DivClassName
{
background-color: #F7B76E;
}
.BgClassName
{
background-color: #F7B76E;
}
</style>
border-color css
<style>
span { border-color: #F7B76E; }
span { border-color: rgb(247,183,110); }
td.TdClassName
{
border-color: #F7B76E;
}
.TagClassName
{
border-color: #F7B76E;
}
</style>