Shades of Grandis #FAC46A
Tints of Grandis #FAC46A
RGB
CMYK
RGB Variations
Color information
#FAC46A (or 0xFAC46A) is known color: Grandis. HEX triplet: FA, C4 and 6A. RGB value is (250,196,106). Sum of RGB (Red+Green+Blue) = 250+196+106=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC46A is #053B95. Grayscale: #CACACA. Windows color (decimal): -342934 or 6997242. OLE color: 6997242.
HSL color Cylindrical-coordinate representation of color #FAC46A: hue angle of 37.5º 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 #FAC46A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 106 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.02 |
| HSL | 37.5º | 0.94% | 0.7% | - |
| HSV(B) | 37.5º | 0.58% | 0.98% | - |
| XYZ | 61.77 | 60.84 | 22.12 | - |
| YUV | 201.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 106 | 0 | 0.22 | 0.58 | 0.02 | 37.5 | 0.94 | 0.7 |
| Hex | FA | C4 | 6A | 0 | 16 | 3A | 2 | 26 | 5E | 46 |
| Octal | 372 | 304 | 152 | 0 | 26 | 72 | 2 | 46 | 136 | 106 |
| Binary | 11111010 | 11000100 | 1101010 | 0 | 10110 | 111010 | 10 | 100110 | 1011110 | 1000110 |
Color Harmonies of #FAC46A
Complementary color
Monochromatic Colors of #FAC46A
Black with #FAC46A
Text Example
Text Example
White with #FAC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC46A; }
p { color: rgb(250,196,106); }
H1.HeaderClassName
{
color: #FAC46A;
}
.AnyTagClassName
{
color: #FAC46A;
}
</style>
background-color css
<style>
a { background-color: #FAC46A; }
a { background-color: rgb(250,196,106); }
div.DivClassName
{
background-color: #FAC46A;
}
.BgClassName
{
background-color: #FAC46A;
}
</style>
border-color css
<style>
span { border-color: #FAC46A; }
span { border-color: rgb(250,196,106); }
td.TdClassName
{
border-color: #FAC46A;
}
.TagClassName
{
border-color: #FAC46A;
}
</style>