Shades of Harvest Gold #F6BA66
Tints of Harvest Gold #F6BA66
RGB
CMYK
RGB Variations
Color information
#F6BA66 (or 0xF6BA66) is known color: Harvest Gold. HEX triplet: F6, BA and 66. RGB value is (246,186,102). Sum of RGB (Red+Green+Blue) = 246+186+102=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA66 is #094599. Grayscale: #C2C2C2. Windows color (decimal): -607642 or 6732534. OLE color: 6732534.
HSL color Cylindrical-coordinate representation of color #F6BA66: hue angle of 35º 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 #F6BA66 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 102 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.04 |
| HSL | 35º | 0.89% | 0.68% | - |
| HSV(B) | 35º | 0.59% | 0.96% | - |
| XYZ | 57.96 | 55.67 | 20.26 | - |
| YUV | 194.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 102 | 0 | 0.24 | 0.59 | 0.04 | 35 | 0.89 | 0.68 |
| Hex | F6 | BA | 66 | 0 | 18 | 3B | 4 | 23 | 59 | 44 |
| Octal | 366 | 272 | 146 | 0 | 30 | 73 | 4 | 43 | 131 | 104 |
| Binary | 11110110 | 10111010 | 1100110 | 0 | 11000 | 111011 | 100 | 100011 | 1011001 | 1000100 |
Color Harmonies of #F6BA66
Complementary color
Monochromatic Colors of #F6BA66
Black with #F6BA66
Text Example
Text Example
White with #F6BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA66; }
p { color: rgb(246,186,102); }
H1.HeaderClassName
{
color: #F6BA66;
}
.AnyTagClassName
{
color: #F6BA66;
}
</style>
background-color css
<style>
a { background-color: #F6BA66; }
a { background-color: rgb(246,186,102); }
div.DivClassName
{
background-color: #F6BA66;
}
.BgClassName
{
background-color: #F6BA66;
}
</style>
border-color css
<style>
span { border-color: #F6BA66; }
span { border-color: rgb(246,186,102); }
td.TdClassName
{
border-color: #F6BA66;
}
.TagClassName
{
border-color: #F6BA66;
}
</style>