Shades of Harvest Gold #FABB6C
Tints of Harvest Gold #FABB6C
RGB
CMYK
RGB Variations
Color information
#FABB6C (or 0xFABB6C) is known color: Harvest Gold. HEX triplet: FA, BB and 6C. RGB value is (250,187,108). Sum of RGB (Red+Green+Blue) = 250+187+108=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB6C is #054493. Grayscale: #C5C5C5. Windows color (decimal): -345236 or 7126010. OLE color: 7126010.
HSL color Cylindrical-coordinate representation of color #FABB6C: hue angle of 33.38º 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 #FABB6C is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 108 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.02 |
| HSL | 33.38º | 0.93% | 0.7% | - |
| HSV(B) | 33.38º | 0.57% | 0.98% | - |
| XYZ | 59.9 | 56.95 | 22.02 | - |
| YUV | 196.83 | 77.87 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 108 | 0 | 0.25 | 0.57 | 0.02 | 33.38 | 0.93 | 0.7 |
| Hex | FA | BB | 6C | 0 | 19 | 39 | 2 | 21 | 5D | 46 |
| Octal | 372 | 273 | 154 | 0 | 31 | 71 | 2 | 41 | 135 | 106 |
| Binary | 11111010 | 10111011 | 1101100 | 0 | 11001 | 111001 | 10 | 100001 | 1011101 | 1000110 |
Color Harmonies of #FABB6C
Complementary color
Monochromatic Colors of #FABB6C
Black with #FABB6C
Text Example
Text Example
White with #FABB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB6C; }
p { color: rgb(250,187,108); }
H1.HeaderClassName
{
color: #FABB6C;
}
.AnyTagClassName
{
color: #FABB6C;
}
</style>
background-color css
<style>
a { background-color: #FABB6C; }
a { background-color: rgb(250,187,108); }
div.DivClassName
{
background-color: #FABB6C;
}
.BgClassName
{
background-color: #FABB6C;
}
</style>
border-color css
<style>
span { border-color: #FABB6C; }
span { border-color: rgb(250,187,108); }
td.TdClassName
{
border-color: #FABB6C;
}
.TagClassName
{
border-color: #FABB6C;
}
</style>