Shades of Grandis #FAC86E
Tints of Grandis #FAC86E
RGB
CMYK
RGB Variations
Color information
#FAC86E (or 0xFAC86E) is known color: Grandis. HEX triplet: FA, C8 and 6E. RGB value is (250,200,110). Sum of RGB (Red+Green+Blue) = 250+200+110=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC86E is #053791. Grayscale: #CDCDCD. Windows color (decimal): -341906 or 7260410. OLE color: 7260410.
HSL color Cylindrical-coordinate representation of color #FAC86E: hue angle of 38.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAC86E is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 110 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.02 |
| HSL | 38.57º | 0.93% | 0.71% | - |
| HSV(B) | 38.57º | 0.56% | 0.98% | - |
| XYZ | 62.89 | 62.76 | 23.55 | - |
| YUV | 204.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 110 | 0 | 0.2 | 0.56 | 0.02 | 38.57 | 0.93 | 0.71 |
| Hex | FA | C8 | 6E | 0 | 14 | 38 | 2 | 27 | 5D | 47 |
| Octal | 372 | 310 | 156 | 0 | 24 | 70 | 2 | 47 | 135 | 107 |
| Binary | 11111010 | 11001000 | 1101110 | 0 | 10100 | 111000 | 10 | 100111 | 1011101 | 1000111 |
Color Harmonies of #FAC86E
Complementary color
Monochromatic Colors of #FAC86E
Black with #FAC86E
Text Example
Text Example
White with #FAC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC86E; }
p { color: rgb(250,200,110); }
H1.HeaderClassName
{
color: #FAC86E;
}
.AnyTagClassName
{
color: #FAC86E;
}
</style>
background-color css
<style>
a { background-color: #FAC86E; }
a { background-color: rgb(250,200,110); }
div.DivClassName
{
background-color: #FAC86E;
}
.BgClassName
{
background-color: #FAC86E;
}
</style>
border-color css
<style>
span { border-color: #FAC86E; }
span { border-color: rgb(250,200,110); }
td.TdClassName
{
border-color: #FAC86E;
}
.TagClassName
{
border-color: #FAC86E;
}
</style>