Shades of Harvest Gold #F6BA64
Tints of Harvest Gold #F6BA64
RGB
CMYK
RGB Variations
Color information
#F6BA64 (or 0xF6BA64) is known color: Harvest Gold. HEX triplet: F6, BA and 64. RGB value is (246,186,100). Sum of RGB (Red+Green+Blue) = 246+186+100=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA64 is #09459B. Grayscale: #C2C2C2. Windows color (decimal): -607644 or 6601462. OLE color: 6601462.
HSL color Cylindrical-coordinate representation of color #F6BA64: hue angle of 35.34º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6BA64 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 100 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.04 |
| HSL | 35.34º | 0.89% | 0.68% | - |
| HSV(B) | 35.34º | 0.59% | 0.96% | - |
| XYZ | 57.87 | 55.63 | 19.74 | - |
| YUV | 194.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 100 | 0 | 0.24 | 0.59 | 0.04 | 35.34 | 0.89 | 0.68 |
| Hex | F6 | BA | 64 | 0 | 18 | 3B | 4 | 23 | 59 | 44 |
| Octal | 366 | 272 | 144 | 0 | 30 | 73 | 4 | 43 | 131 | 104 |
| Binary | 11110110 | 10111010 | 1100100 | 0 | 11000 | 111011 | 100 | 100011 | 1011001 | 1000100 |
Color Harmonies of #F6BA64
Complementary color
Monochromatic Colors of #F6BA64
Black with #F6BA64
Text Example
Text Example
White with #F6BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA64; }
p { color: rgb(246,186,100); }
H1.HeaderClassName
{
color: #F6BA64;
}
.AnyTagClassName
{
color: #F6BA64;
}
</style>
background-color css
<style>
a { background-color: #F6BA64; }
a { background-color: rgb(246,186,100); }
div.DivClassName
{
background-color: #F6BA64;
}
.BgClassName
{
background-color: #F6BA64;
}
</style>
border-color css
<style>
span { border-color: #F6BA64; }
span { border-color: rgb(246,186,100); }
td.TdClassName
{
border-color: #F6BA64;
}
.TagClassName
{
border-color: #F6BA64;
}
</style>