Shades of Grandis #FAC166
Tints of Grandis #FAC166
RGB
CMYK
RGB Variations
Color information
#FAC166 (or 0xFAC166) is known color: Grandis. HEX triplet: FA, C1 and 66. RGB value is (250,193,102). Sum of RGB (Red+Green+Blue) = 250+193+102=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC166 is #053E99. Grayscale: #C8C8C8. Windows color (decimal): -343706 or 6734330. OLE color: 6734330.
HSL color Cylindrical-coordinate representation of color #FAC166: hue angle of 36.89º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAC166 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 102 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.02 |
| HSL | 36.89º | 0.94% | 0.69% | - |
| HSV(B) | 36.89º | 0.59% | 0.98% | - |
| XYZ | 60.89 | 59.42 | 20.83 | - |
| YUV | 199.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 102 | 0 | 0.23 | 0.59 | 0.02 | 36.89 | 0.94 | 0.69 |
| Hex | FA | C1 | 66 | 0 | 17 | 3B | 2 | 25 | 5E | 45 |
| Octal | 372 | 301 | 146 | 0 | 27 | 73 | 2 | 45 | 136 | 105 |
| Binary | 11111010 | 11000001 | 1100110 | 0 | 10111 | 111011 | 10 | 100101 | 1011110 | 1000101 |
Color Harmonies of #FAC166
Complementary color
Monochromatic Colors of #FAC166
Black with #FAC166
Text Example
Text Example
White with #FAC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC166; }
p { color: rgb(250,193,102); }
H1.HeaderClassName
{
color: #FAC166;
}
.AnyTagClassName
{
color: #FAC166;
}
</style>
background-color css
<style>
a { background-color: #FAC166; }
a { background-color: rgb(250,193,102); }
div.DivClassName
{
background-color: #FAC166;
}
.BgClassName
{
background-color: #FAC166;
}
</style>
border-color css
<style>
span { border-color: #FAC166; }
span { border-color: rgb(250,193,102); }
td.TdClassName
{
border-color: #FAC166;
}
.TagClassName
{
border-color: #FAC166;
}
</style>