Shades of Harvest Gold #F9BA6C
Tints of Harvest Gold #F9BA6C
RGB
CMYK
RGB Variations
Color information
#F9BA6C (or 0xF9BA6C) is known color: Harvest Gold. HEX triplet: F9, BA and 6C. RGB value is (249,186,108). Sum of RGB (Red+Green+Blue) = 249+186+108=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA6C is #064593. Grayscale: #C4C4C4. Windows color (decimal): -411028 or 7125753. OLE color: 7125753.
HSL color Cylindrical-coordinate representation of color #F9BA6C: hue angle of 33.19º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9BA6C is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 108 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.02 |
| HSL | 33.19º | 0.92% | 0.7% | - |
| HSV(B) | 33.19º | 0.57% | 0.98% | - |
| XYZ | 59.33 | 56.34 | 21.93 | - |
| YUV | 195.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 108 | 0 | 0.25 | 0.57 | 0.02 | 33.19 | 0.92 | 0.7 |
| Hex | F9 | BA | 6C | 0 | 19 | 39 | 2 | 21 | 5C | 46 |
| Octal | 371 | 272 | 154 | 0 | 31 | 71 | 2 | 41 | 134 | 106 |
| Binary | 11111001 | 10111010 | 1101100 | 0 | 11001 | 111001 | 10 | 100001 | 1011100 | 1000110 |
Color Harmonies of #F9BA6C
Complementary color
Monochromatic Colors of #F9BA6C
Black with #F9BA6C
Text Example
Text Example
White with #F9BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA6C; }
p { color: rgb(249,186,108); }
H1.HeaderClassName
{
color: #F9BA6C;
}
.AnyTagClassName
{
color: #F9BA6C;
}
</style>
background-color css
<style>
a { background-color: #F9BA6C; }
a { background-color: rgb(249,186,108); }
div.DivClassName
{
background-color: #F9BA6C;
}
.BgClassName
{
background-color: #F9BA6C;
}
</style>
border-color css
<style>
span { border-color: #F9BA6C; }
span { border-color: rgb(249,186,108); }
td.TdClassName
{
border-color: #F9BA6C;
}
.TagClassName
{
border-color: #F9BA6C;
}
</style>