Shades of Grandis #FAC86C
Tints of Grandis #FAC86C
RGB
CMYK
RGB Variations
Color information
#FAC86C (or 0xFAC86C) is known color: Grandis. HEX triplet: FA, C8 and 6C. RGB value is (250,200,108). Sum of RGB (Red+Green+Blue) = 250+200+108=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC86C is #053793. Grayscale: #CCCCCC. Windows color (decimal): -341908 or 7129338. OLE color: 7129338.
HSL color Cylindrical-coordinate representation of color #FAC86C: hue angle of 38.87º 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 #FAC86C is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 108 | - |
| CMYK | 0 | 0.2 | 0.57 | 0.02 |
| HSL | 38.87º | 0.93% | 0.7% | - |
| HSV(B) | 38.87º | 0.57% | 0.98% | - |
| XYZ | 62.79 | 62.72 | 22.98 | - |
| YUV | 204.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 108 | 0 | 0.2 | 0.57 | 0.02 | 38.87 | 0.93 | 0.7 |
| Hex | FA | C8 | 6C | 0 | 14 | 39 | 2 | 27 | 5D | 46 |
| Octal | 372 | 310 | 154 | 0 | 24 | 71 | 2 | 47 | 135 | 106 |
| Binary | 11111010 | 11001000 | 1101100 | 0 | 10100 | 111001 | 10 | 100111 | 1011101 | 1000110 |
Color Harmonies of #FAC86C
Complementary color
Monochromatic Colors of #FAC86C
Black with #FAC86C
Text Example
Text Example
White with #FAC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC86C; }
p { color: rgb(250,200,108); }
H1.HeaderClassName
{
color: #FAC86C;
}
.AnyTagClassName
{
color: #FAC86C;
}
</style>
background-color css
<style>
a { background-color: #FAC86C; }
a { background-color: rgb(250,200,108); }
div.DivClassName
{
background-color: #FAC86C;
}
.BgClassName
{
background-color: #FAC86C;
}
</style>
border-color css
<style>
span { border-color: #FAC86C; }
span { border-color: rgb(250,200,108); }
td.TdClassName
{
border-color: #FAC86C;
}
.TagClassName
{
border-color: #FAC86C;
}
</style>