Shades of Harvest Gold #F7BA66
Tints of Harvest Gold #F7BA66
RGB
CMYK
RGB Variations
Color information
#F7BA66 (or 0xF7BA66) is known color: Harvest Gold. HEX triplet: F7, BA and 66. RGB value is (247,186,102). Sum of RGB (Red+Green+Blue) = 247+186+102=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA66 is #084599. Grayscale: #C3C3C3. Windows color (decimal): -542106 or 6732535. OLE color: 6732535.
HSL color Cylindrical-coordinate representation of color #F7BA66: hue angle of 34.76º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7BA66 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 102 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.03 |
| HSL | 34.76º | 0.9% | 0.68% | - |
| HSV(B) | 34.76º | 0.59% | 0.97% | - |
| XYZ | 58.31 | 55.85 | 20.28 | - |
| YUV | 194.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 102 | 0 | 0.25 | 0.59 | 0.03 | 34.76 | 0.9 | 0.68 |
| Hex | F7 | BA | 66 | 0 | 19 | 3B | 3 | 23 | 5A | 44 |
| Octal | 367 | 272 | 146 | 0 | 31 | 73 | 3 | 43 | 132 | 104 |
| Binary | 11110111 | 10111010 | 1100110 | 0 | 11001 | 111011 | 11 | 100011 | 1011010 | 1000100 |
Color Harmonies of #F7BA66
Complementary color
Monochromatic Colors of #F7BA66
Black with #F7BA66
Text Example
Text Example
White with #F7BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA66; }
p { color: rgb(247,186,102); }
H1.HeaderClassName
{
color: #F7BA66;
}
.AnyTagClassName
{
color: #F7BA66;
}
</style>
background-color css
<style>
a { background-color: #F7BA66; }
a { background-color: rgb(247,186,102); }
div.DivClassName
{
background-color: #F7BA66;
}
.BgClassName
{
background-color: #F7BA66;
}
</style>
border-color css
<style>
span { border-color: #F7BA66; }
span { border-color: rgb(247,186,102); }
td.TdClassName
{
border-color: #F7BA66;
}
.TagClassName
{
border-color: #F7BA66;
}
</style>