Shades of Harvest Gold #F6BA65
Tints of Harvest Gold #F6BA65
RGB
CMYK
RGB Variations
Color information
#F6BA65 (or 0xF6BA65) is known color: Harvest Gold. HEX triplet: F6, BA and 65. RGB value is (246,186,101). Sum of RGB (Red+Green+Blue) = 246+186+101=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA65 is #09459A. Grayscale: #C2C2C2. Windows color (decimal): -607643 or 6666998. OLE color: 6666998.
HSL color Cylindrical-coordinate representation of color #F6BA65: hue angle of 35.17º 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 #F6BA65 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 101 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.04 |
| HSL | 35.17º | 0.89% | 0.68% | - |
| HSV(B) | 35.17º | 0.59% | 0.96% | - |
| XYZ | 57.91 | 55.65 | 20 | - |
| YUV | 194.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 101 | 0 | 0.24 | 0.59 | 0.04 | 35.17 | 0.89 | 0.68 |
| Hex | F6 | BA | 65 | 0 | 18 | 3B | 4 | 23 | 59 | 44 |
| Octal | 366 | 272 | 145 | 0 | 30 | 73 | 4 | 43 | 131 | 104 |
| Binary | 11110110 | 10111010 | 1100101 | 0 | 11000 | 111011 | 100 | 100011 | 1011001 | 1000100 |
Color Harmonies of #F6BA65
Complementary color
Monochromatic Colors of #F6BA65
Black with #F6BA65
Text Example
Text Example
White with #F6BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA65; }
p { color: rgb(246,186,101); }
H1.HeaderClassName
{
color: #F6BA65;
}
.AnyTagClassName
{
color: #F6BA65;
}
</style>
background-color css
<style>
a { background-color: #F6BA65; }
a { background-color: rgb(246,186,101); }
div.DivClassName
{
background-color: #F6BA65;
}
.BgClassName
{
background-color: #F6BA65;
}
</style>
border-color css
<style>
span { border-color: #F6BA65; }
span { border-color: rgb(246,186,101); }
td.TdClassName
{
border-color: #F6BA65;
}
.TagClassName
{
border-color: #F6BA65;
}
</style>