Shades of Grandis #FAC66C
Tints of Grandis #FAC66C
RGB
CMYK
RGB Variations
Color information
#FAC66C (or 0xFAC66C) is known color: Grandis. HEX triplet: FA, C6 and 6C. RGB value is (250,198,108). Sum of RGB (Red+Green+Blue) = 250+198+108=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC66C is #053993. Grayscale: #CBCBCB. Windows color (decimal): -342420 or 7128826. OLE color: 7128826.
HSL color Cylindrical-coordinate representation of color #FAC66C: hue angle of 38.03º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAC66C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 108 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.02 |
| HSL | 38.03º | 0.93% | 0.7% | - |
| HSV(B) | 38.03º | 0.57% | 0.98% | - |
| XYZ | 62.33 | 61.79 | 22.83 | - |
| YUV | 203.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 108 | 0 | 0.21 | 0.57 | 0.02 | 38.03 | 0.93 | 0.7 |
| Hex | FA | C6 | 6C | 0 | 15 | 39 | 2 | 26 | 5D | 46 |
| Octal | 372 | 306 | 154 | 0 | 25 | 71 | 2 | 46 | 135 | 106 |
| Binary | 11111010 | 11000110 | 1101100 | 0 | 10101 | 111001 | 10 | 100110 | 1011101 | 1000110 |
Color Harmonies of #FAC66C
Complementary color
Monochromatic Colors of #FAC66C
Black with #FAC66C
Text Example
Text Example
White with #FAC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC66C; }
p { color: rgb(250,198,108); }
H1.HeaderClassName
{
color: #FAC66C;
}
.AnyTagClassName
{
color: #FAC66C;
}
</style>
background-color css
<style>
a { background-color: #FAC66C; }
a { background-color: rgb(250,198,108); }
div.DivClassName
{
background-color: #FAC66C;
}
.BgClassName
{
background-color: #FAC66C;
}
</style>
border-color css
<style>
span { border-color: #FAC66C; }
span { border-color: rgb(250,198,108); }
td.TdClassName
{
border-color: #FAC66C;
}
.TagClassName
{
border-color: #FAC66C;
}
</style>