Shades of Grandis #FAC76A
Tints of Grandis #FAC76A
RGB
CMYK
RGB Variations
Color information
#FAC76A (or 0xFAC76A) is known color: Grandis. HEX triplet: FA, C7 and 6A. RGB value is (250,199,106). Sum of RGB (Red+Green+Blue) = 250+199+106=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC76A is #053895. Grayscale: #CCCCCC. Windows color (decimal): -342166 or 6998010. OLE color: 6998010.
HSL color Cylindrical-coordinate representation of color #FAC76A: hue angle of 38.75º 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 #FAC76A is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 106 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.02 |
| HSL | 38.75º | 0.94% | 0.7% | - |
| HSV(B) | 38.75º | 0.58% | 0.98% | - |
| XYZ | 62.45 | 62.21 | 22.35 | - |
| YUV | 203.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 106 | 0 | 0.20 | 0.58 | 0.02 | 38.75 | 0.94 | 0.7 |
| Hex | FA | C7 | 6A | 0 | 14 | 3A | 2 | 27 | 5E | 46 |
| Octal | 372 | 307 | 152 | 0 | 24 | 72 | 2 | 47 | 136 | 106 |
| Binary | 11111010 | 11000111 | 1101010 | 0 | 10100 | 111010 | 10 | 100111 | 1011110 | 1000110 |
Color Harmonies of #FAC76A
Complementary color
Monochromatic Colors of #FAC76A
Black with #FAC76A
Text Example
Text Example
White with #FAC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC76A; }
p { color: rgb(250,199,106); }
H1.HeaderClassName
{
color: #FAC76A;
}
.AnyTagClassName
{
color: #FAC76A;
}
</style>
background-color css
<style>
a { background-color: #FAC76A; }
a { background-color: rgb(250,199,106); }
div.DivClassName
{
background-color: #FAC76A;
}
.BgClassName
{
background-color: #FAC76A;
}
</style>
border-color css
<style>
span { border-color: #FAC76A; }
span { border-color: rgb(250,199,106); }
td.TdClassName
{
border-color: #FAC76A;
}
.TagClassName
{
border-color: #FAC76A;
}
</style>