Shades of Grandis #FAC66A
Tints of Grandis #FAC66A
RGB
CMYK
RGB Variations
Color information
#FAC66A (or 0xFAC66A) is known color: Grandis. HEX triplet: FA, C6 and 6A. RGB value is (250,198,106). Sum of RGB (Red+Green+Blue) = 250+198+106=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC66A is #053995. Grayscale: #CBCBCB. Windows color (decimal): -342422 or 6997754. OLE color: 6997754.
HSL color Cylindrical-coordinate representation of color #FAC66A: hue angle of 38.33º 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 #FAC66A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 106 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.02 |
| HSL | 38.33º | 0.94% | 0.7% | - |
| HSV(B) | 38.33º | 0.58% | 0.98% | - |
| XYZ | 62.22 | 61.75 | 22.28 | - |
| YUV | 203.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 106 | 0 | 0.21 | 0.58 | 0.02 | 38.33 | 0.94 | 0.7 |
| Hex | FA | C6 | 6A | 0 | 15 | 3A | 2 | 26 | 5E | 46 |
| Octal | 372 | 306 | 152 | 0 | 25 | 72 | 2 | 46 | 136 | 106 |
| Binary | 11111010 | 11000110 | 1101010 | 0 | 10101 | 111010 | 10 | 100110 | 1011110 | 1000110 |
Color Harmonies of #FAC66A
Complementary color
Monochromatic Colors of #FAC66A
Black with #FAC66A
Text Example
Text Example
White with #FAC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC66A; }
p { color: rgb(250,198,106); }
H1.HeaderClassName
{
color: #FAC66A;
}
.AnyTagClassName
{
color: #FAC66A;
}
</style>
background-color css
<style>
a { background-color: #FAC66A; }
a { background-color: rgb(250,198,106); }
div.DivClassName
{
background-color: #FAC66A;
}
.BgClassName
{
background-color: #FAC66A;
}
</style>
border-color css
<style>
span { border-color: #FAC66A; }
span { border-color: rgb(250,198,106); }
td.TdClassName
{
border-color: #FAC66A;
}
.TagClassName
{
border-color: #FAC66A;
}
</style>