Shades of Harvest Gold #F6BA6D
Tints of Harvest Gold #F6BA6D
RGB
CMYK
RGB Variations
Color information
#F6BA6D (or 0xF6BA6D) is known color: Harvest Gold. HEX triplet: F6, BA and 6D. RGB value is (246,186,109). Sum of RGB (Red+Green+Blue) = 246+186+109=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA6D is #094592. Grayscale: #C3C3C3. Windows color (decimal): -607635 or 7191286. OLE color: 7191286.
HSL color Cylindrical-coordinate representation of color #F6BA6D: hue angle of 33.72º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6BA6D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 109 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.04 |
| HSL | 33.72º | 0.88% | 0.7% | - |
| HSV(B) | 33.72º | 0.56% | 0.96% | - |
| XYZ | 58.33 | 55.81 | 22.17 | - |
| YUV | 195.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 109 | 0 | 0.24 | 0.56 | 0.04 | 33.72 | 0.88 | 0.7 |
| Hex | F6 | BA | 6D | 0 | 18 | 38 | 4 | 22 | 58 | 46 |
| Octal | 366 | 272 | 155 | 0 | 30 | 70 | 4 | 42 | 130 | 106 |
| Binary | 11110110 | 10111010 | 1101101 | 0 | 11000 | 111000 | 100 | 100010 | 1011000 | 1000110 |
Color Harmonies of #F6BA6D
Complementary color
Monochromatic Colors of #F6BA6D
Black with #F6BA6D
Text Example
Text Example
White with #F6BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA6D; }
p { color: rgb(246,186,109); }
H1.HeaderClassName
{
color: #F6BA6D;
}
.AnyTagClassName
{
color: #F6BA6D;
}
</style>
background-color css
<style>
a { background-color: #F6BA6D; }
a { background-color: rgb(246,186,109); }
div.DivClassName
{
background-color: #F6BA6D;
}
.BgClassName
{
background-color: #F6BA6D;
}
</style>
border-color css
<style>
span { border-color: #F6BA6D; }
span { border-color: rgb(246,186,109); }
td.TdClassName
{
border-color: #F6BA6D;
}
.TagClassName
{
border-color: #F6BA6D;
}
</style>