Shades of Grandis #FAC96A
Tints of Grandis #FAC96A
RGB
CMYK
RGB Variations
Color information
#FAC96A (or 0xFAC96A) is known color: Grandis. HEX triplet: FA, C9 and 6A. RGB value is (250,201,106). Sum of RGB (Red+Green+Blue) = 250+201+106=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC96A is #053695. Grayscale: #CDCDCD. Windows color (decimal): -341654 or 6998522. OLE color: 6998522.
HSL color Cylindrical-coordinate representation of color #FAC96A: hue angle of 39.58º 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 #FAC96A is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 106 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.02 |
| HSL | 39.58º | 0.94% | 0.7% | - |
| HSV(B) | 39.58º | 0.58% | 0.98% | - |
| XYZ | 62.91 | 63.14 | 22.51 | - |
| YUV | 204.82 | 72.23 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 106 | 0 | 0.20 | 0.58 | 0.02 | 39.58 | 0.94 | 0.7 |
| Hex | FA | C9 | 6A | 0 | 14 | 3A | 2 | 28 | 5E | 46 |
| Octal | 372 | 311 | 152 | 0 | 24 | 72 | 2 | 50 | 136 | 106 |
| Binary | 11111010 | 11001001 | 1101010 | 0 | 10100 | 111010 | 10 | 101000 | 1011110 | 1000110 |
Color Harmonies of #FAC96A
Complementary color
Monochromatic Colors of #FAC96A
Black with #FAC96A
Text Example
Text Example
White with #FAC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC96A; }
p { color: rgb(250,201,106); }
H1.HeaderClassName
{
color: #FAC96A;
}
.AnyTagClassName
{
color: #FAC96A;
}
</style>
background-color css
<style>
a { background-color: #FAC96A; }
a { background-color: rgb(250,201,106); }
div.DivClassName
{
background-color: #FAC96A;
}
.BgClassName
{
background-color: #FAC96A;
}
</style>
border-color css
<style>
span { border-color: #FAC96A; }
span { border-color: rgb(250,201,106); }
td.TdClassName
{
border-color: #FAC96A;
}
.TagClassName
{
border-color: #FAC96A;
}
</style>