Shades of Harvest Gold #FABA6C
Tints of Harvest Gold #FABA6C
RGB
CMYK
RGB Variations
Color information
#FABA6C (or 0xFABA6C) is known color: Harvest Gold. HEX triplet: FA, BA and 6C. RGB value is (250,186,108). Sum of RGB (Red+Green+Blue) = 250+186+108=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA6C is #054593. Grayscale: #C4C4C4. Windows color (decimal): -345492 or 7125754. OLE color: 7125754.
HSL color Cylindrical-coordinate representation of color #FABA6C: hue angle of 32.96º degrees, saturation: 0.93, 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 #FABA6C is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 108 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.02 |
| HSL | 32.96º | 0.93% | 0.7% | - |
| HSV(B) | 32.96º | 0.57% | 0.98% | - |
| XYZ | 59.69 | 56.52 | 21.95 | - |
| YUV | 196.24 | 78.2 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 108 | 0 | 0.26 | 0.57 | 0.02 | 32.96 | 0.93 | 0.7 |
| Hex | FA | BA | 6C | 0 | 1A | 39 | 2 | 21 | 5D | 46 |
| Octal | 372 | 272 | 154 | 0 | 32 | 71 | 2 | 41 | 135 | 106 |
| Binary | 11111010 | 10111010 | 1101100 | 0 | 11010 | 111001 | 10 | 100001 | 1011101 | 1000110 |
Color Harmonies of #FABA6C
Complementary color
Monochromatic Colors of #FABA6C
Black with #FABA6C
Text Example
Text Example
White with #FABA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA6C; }
p { color: rgb(250,186,108); }
H1.HeaderClassName
{
color: #FABA6C;
}
.AnyTagClassName
{
color: #FABA6C;
}
</style>
background-color css
<style>
a { background-color: #FABA6C; }
a { background-color: rgb(250,186,108); }
div.DivClassName
{
background-color: #FABA6C;
}
.BgClassName
{
background-color: #FABA6C;
}
</style>
border-color css
<style>
span { border-color: #FABA6C; }
span { border-color: rgb(250,186,108); }
td.TdClassName
{
border-color: #FABA6C;
}
.TagClassName
{
border-color: #FABA6C;
}
</style>