Shades of Harvest Gold #F6B963
Tints of Harvest Gold #F6B963
RGB
CMYK
RGB Variations
Color information
#F6B963 (or 0xF6B963) is known color: Harvest Gold. HEX triplet: F6, B9 and 63. RGB value is (246,185,99). Sum of RGB (Red+Green+Blue) = 246+185+99=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B963 is #09469C. Grayscale: #C1C1C1. Windows color (decimal): -607901 or 6535670. OLE color: 6535670.
HSL color Cylindrical-coordinate representation of color #F6B963: hue angle of 35.1º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F6B963 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 99 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.04 |
| HSL | 35.1º | 0.89% | 0.68% | - |
| HSV(B) | 35.1º | 0.6% | 0.96% | - |
| XYZ | 57.61 | 55.19 | 19.42 | - |
| YUV | 193.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 99 | 0 | 0.25 | 0.60 | 0.04 | 35.1 | 0.89 | 0.68 |
| Hex | F6 | B9 | 63 | 0 | 19 | 3C | 4 | 23 | 59 | 44 |
| Octal | 366 | 271 | 143 | 0 | 31 | 74 | 4 | 43 | 131 | 104 |
| Binary | 11110110 | 10111001 | 1100011 | 0 | 11001 | 111100 | 100 | 100011 | 1011001 | 1000100 |
Color Harmonies of #F6B963
Complementary color
Monochromatic Colors of #F6B963
Black with #F6B963
Text Example
Text Example
White with #F6B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B963; }
p { color: rgb(246,185,99); }
H1.HeaderClassName
{
color: #F6B963;
}
.AnyTagClassName
{
color: #F6B963;
}
</style>
background-color css
<style>
a { background-color: #F6B963; }
a { background-color: rgb(246,185,99); }
div.DivClassName
{
background-color: #F6B963;
}
.BgClassName
{
background-color: #F6B963;
}
</style>
border-color css
<style>
span { border-color: #F6B963; }
span { border-color: rgb(246,185,99); }
td.TdClassName
{
border-color: #F6B963;
}
.TagClassName
{
border-color: #F6B963;
}
</style>