Shades of Grandis #FAC76E
Tints of Grandis #FAC76E
RGB
CMYK
RGB Variations
Color information
#FAC76E (or 0xFAC76E) is known color: Grandis. HEX triplet: FA, C7 and 6E. RGB value is (250,199,110). Sum of RGB (Red+Green+Blue) = 250+199+110=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC76E is #053891. Grayscale: #CCCCCC. Windows color (decimal): -342162 or 7260154. OLE color: 7260154.
HSL color Cylindrical-coordinate representation of color #FAC76E: hue angle of 38.14º 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 #FAC76E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 110 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.02 |
| HSL | 38.14º | 0.93% | 0.71% | - |
| HSV(B) | 38.14º | 0.56% | 0.98% | - |
| XYZ | 62.66 | 62.3 | 23.47 | - |
| YUV | 204.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 110 | 0 | 0.20 | 0.56 | 0.02 | 38.14 | 0.93 | 0.71 |
| Hex | FA | C7 | 6E | 0 | 14 | 38 | 2 | 26 | 5D | 47 |
| Octal | 372 | 307 | 156 | 0 | 24 | 70 | 2 | 46 | 135 | 107 |
| Binary | 11111010 | 11000111 | 1101110 | 0 | 10100 | 111000 | 10 | 100110 | 1011101 | 1000111 |
Color Harmonies of #FAC76E
Complementary color
Monochromatic Colors of #FAC76E
Black with #FAC76E
Text Example
Text Example
White with #FAC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC76E; }
p { color: rgb(250,199,110); }
H1.HeaderClassName
{
color: #FAC76E;
}
.AnyTagClassName
{
color: #FAC76E;
}
</style>
background-color css
<style>
a { background-color: #FAC76E; }
a { background-color: rgb(250,199,110); }
div.DivClassName
{
background-color: #FAC76E;
}
.BgClassName
{
background-color: #FAC76E;
}
</style>
border-color css
<style>
span { border-color: #FAC76E; }
span { border-color: rgb(250,199,110); }
td.TdClassName
{
border-color: #FAC76E;
}
.TagClassName
{
border-color: #FAC76E;
}
</style>