Shades of Harvest Gold #F7BA64
Tints of Harvest Gold #F7BA64
RGB
CMYK
RGB Variations
Color information
#F7BA64 (or 0xF7BA64) is known color: Harvest Gold. HEX triplet: F7, BA and 64. RGB value is (247,186,100). Sum of RGB (Red+Green+Blue) = 247+186+100=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA64 is #08459B. Grayscale: #C2C2C2. Windows color (decimal): -542108 or 6601463. OLE color: 6601463.
HSL color Cylindrical-coordinate representation of color #F7BA64: hue angle of 35.1º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7BA64 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 100 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.03 |
| HSL | 35.1º | 0.9% | 0.68% | - |
| HSV(B) | 35.1º | 0.6% | 0.97% | - |
| XYZ | 58.22 | 55.81 | 19.76 | - |
| YUV | 194.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 100 | 0 | 0.25 | 0.60 | 0.03 | 35.1 | 0.9 | 0.68 |
| Hex | F7 | BA | 64 | 0 | 19 | 3C | 3 | 23 | 5A | 44 |
| Octal | 367 | 272 | 144 | 0 | 31 | 74 | 3 | 43 | 132 | 104 |
| Binary | 11110111 | 10111010 | 1100100 | 0 | 11001 | 111100 | 11 | 100011 | 1011010 | 1000100 |
Color Harmonies of #F7BA64
Complementary color
Monochromatic Colors of #F7BA64
Black with #F7BA64
Text Example
Text Example
White with #F7BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA64; }
p { color: rgb(247,186,100); }
H1.HeaderClassName
{
color: #F7BA64;
}
.AnyTagClassName
{
color: #F7BA64;
}
</style>
background-color css
<style>
a { background-color: #F7BA64; }
a { background-color: rgb(247,186,100); }
div.DivClassName
{
background-color: #F7BA64;
}
.BgClassName
{
background-color: #F7BA64;
}
</style>
border-color css
<style>
span { border-color: #F7BA64; }
span { border-color: rgb(247,186,100); }
td.TdClassName
{
border-color: #F7BA64;
}
.TagClassName
{
border-color: #F7BA64;
}
</style>