Shades of Grandis #FAC86A
Tints of Grandis #FAC86A
RGB
CMYK
RGB Variations
Color information
#FAC86A (or 0xFAC86A) is known color: Grandis. HEX triplet: FA, C8 and 6A. RGB value is (250,200,106). Sum of RGB (Red+Green+Blue) = 250+200+106=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC86A is #053795. Grayscale: #CCCCCC. Windows color (decimal): -341910 or 6998266. OLE color: 6998266.
HSL color Cylindrical-coordinate representation of color #FAC86A: hue angle of 39.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAC86A is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 106 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.02 |
| HSL | 39.17º | 0.94% | 0.7% | - |
| HSV(B) | 39.17º | 0.58% | 0.98% | - |
| XYZ | 62.68 | 62.67 | 22.43 | - |
| YUV | 204.23 | 72.57 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 106 | 0 | 0.2 | 0.58 | 0.02 | 39.17 | 0.94 | 0.7 |
| Hex | FA | C8 | 6A | 0 | 14 | 3A | 2 | 27 | 5E | 46 |
| Octal | 372 | 310 | 152 | 0 | 24 | 72 | 2 | 47 | 136 | 106 |
| Binary | 11111010 | 11001000 | 1101010 | 0 | 10100 | 111010 | 10 | 100111 | 1011110 | 1000110 |
Color Harmonies of #FAC86A
Complementary color
Monochromatic Colors of #FAC86A
Black with #FAC86A
Text Example
Text Example
White with #FAC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC86A; }
p { color: rgb(250,200,106); }
H1.HeaderClassName
{
color: #FAC86A;
}
.AnyTagClassName
{
color: #FAC86A;
}
</style>
background-color css
<style>
a { background-color: #FAC86A; }
a { background-color: rgb(250,200,106); }
div.DivClassName
{
background-color: #FAC86A;
}
.BgClassName
{
background-color: #FAC86A;
}
</style>
border-color css
<style>
span { border-color: #FAC86A; }
span { border-color: rgb(250,200,106); }
td.TdClassName
{
border-color: #FAC86A;
}
.TagClassName
{
border-color: #FAC86A;
}
</style>