Shades of Grandis #FAC16A
Tints of Grandis #FAC16A
RGB
CMYK
RGB Variations
Color information
#FAC16A (or 0xFAC16A) is known color: Grandis. HEX triplet: FA, C1 and 6A. RGB value is (250,193,106). Sum of RGB (Red+Green+Blue) = 250+193+106=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC16A is #053E95. Grayscale: #C8C8C8. Windows color (decimal): -343702 or 6996474. OLE color: 6996474.
HSL color Cylindrical-coordinate representation of color #FAC16A: hue angle of 36.25º 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 #FAC16A is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 106 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.02 |
| HSL | 36.25º | 0.94% | 0.7% | - |
| HSV(B) | 36.25º | 0.58% | 0.98% | - |
| XYZ | 61.1 | 59.5 | 21.9 | - |
| YUV | 200.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 106 | 0 | 0.23 | 0.58 | 0.02 | 36.25 | 0.94 | 0.7 |
| Hex | FA | C1 | 6A | 0 | 17 | 3A | 2 | 24 | 5E | 46 |
| Octal | 372 | 301 | 152 | 0 | 27 | 72 | 2 | 44 | 136 | 106 |
| Binary | 11111010 | 11000001 | 1101010 | 0 | 10111 | 111010 | 10 | 100100 | 1011110 | 1000110 |
Color Harmonies of #FAC16A
Complementary color
Monochromatic Colors of #FAC16A
Black with #FAC16A
Text Example
Text Example
White with #FAC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC16A; }
p { color: rgb(250,193,106); }
H1.HeaderClassName
{
color: #FAC16A;
}
.AnyTagClassName
{
color: #FAC16A;
}
</style>
background-color css
<style>
a { background-color: #FAC16A; }
a { background-color: rgb(250,193,106); }
div.DivClassName
{
background-color: #FAC16A;
}
.BgClassName
{
background-color: #FAC16A;
}
</style>
border-color css
<style>
span { border-color: #FAC16A; }
span { border-color: rgb(250,193,106); }
td.TdClassName
{
border-color: #FAC16A;
}
.TagClassName
{
border-color: #FAC16A;
}
</style>