Shades of Grandis #FAC96E
Tints of Grandis #FAC96E
RGB
CMYK
RGB Variations
Color information
#FAC96E (or 0xFAC96E) is known color: Grandis. HEX triplet: FA, C9 and 6E. RGB value is (250,201,110). Sum of RGB (Red+Green+Blue) = 250+201+110=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC96E is #053691. Grayscale: #CDCDCD. Windows color (decimal): -341650 or 7260666. OLE color: 7260666.
HSL color Cylindrical-coordinate representation of color #FAC96E: hue angle of 39º 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 #FAC96E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 110 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.02 |
| HSL | 39º | 0.93% | 0.71% | - |
| HSV(B) | 39º | 0.56% | 0.98% | - |
| XYZ | 63.13 | 63.22 | 23.63 | - |
| YUV | 205.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 110 | 0 | 0.20 | 0.56 | 0.02 | 39 | 0.93 | 0.71 |
| Hex | FA | C9 | 6E | 0 | 14 | 38 | 2 | 27 | 5D | 47 |
| Octal | 372 | 311 | 156 | 0 | 24 | 70 | 2 | 47 | 135 | 107 |
| Binary | 11111010 | 11001001 | 1101110 | 0 | 10100 | 111000 | 10 | 100111 | 1011101 | 1000111 |
Color Harmonies of #FAC96E
Complementary color
Monochromatic Colors of #FAC96E
Black with #FAC96E
Text Example
Text Example
White with #FAC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC96E; }
p { color: rgb(250,201,110); }
H1.HeaderClassName
{
color: #FAC96E;
}
.AnyTagClassName
{
color: #FAC96E;
}
</style>
background-color css
<style>
a { background-color: #FAC96E; }
a { background-color: rgb(250,201,110); }
div.DivClassName
{
background-color: #FAC96E;
}
.BgClassName
{
background-color: #FAC96E;
}
</style>
border-color css
<style>
span { border-color: #FAC96E; }
span { border-color: rgb(250,201,110); }
td.TdClassName
{
border-color: #FAC96E;
}
.TagClassName
{
border-color: #FAC96E;
}
</style>