Shades of Grandis #FAC46C
Tints of Grandis #FAC46C
RGB
CMYK
RGB Variations
Color information
#FAC46C (or 0xFAC46C) is known color: Grandis. HEX triplet: FA, C4 and 6C. RGB value is (250,196,108). Sum of RGB (Red+Green+Blue) = 250+196+108=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC46C is #053B93. Grayscale: #CACACA. Windows color (decimal): -342932 or 7128314. OLE color: 7128314.
HSL color Cylindrical-coordinate representation of color #FAC46C: hue angle of 37.18º 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 #FAC46C is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 108 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.02 |
| HSL | 37.18º | 0.93% | 0.7% | - |
| HSV(B) | 37.18º | 0.57% | 0.98% | - |
| XYZ | 61.87 | 60.89 | 22.68 | - |
| YUV | 202.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 108 | 0 | 0.22 | 0.57 | 0.02 | 37.18 | 0.93 | 0.7 |
| Hex | FA | C4 | 6C | 0 | 16 | 39 | 2 | 25 | 5D | 46 |
| Octal | 372 | 304 | 154 | 0 | 26 | 71 | 2 | 45 | 135 | 106 |
| Binary | 11111010 | 11000100 | 1101100 | 0 | 10110 | 111001 | 10 | 100101 | 1011101 | 1000110 |
Color Harmonies of #FAC46C
Complementary color
Monochromatic Colors of #FAC46C
Black with #FAC46C
Text Example
Text Example
White with #FAC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC46C; }
p { color: rgb(250,196,108); }
H1.HeaderClassName
{
color: #FAC46C;
}
.AnyTagClassName
{
color: #FAC46C;
}
</style>
background-color css
<style>
a { background-color: #FAC46C; }
a { background-color: rgb(250,196,108); }
div.DivClassName
{
background-color: #FAC46C;
}
.BgClassName
{
background-color: #FAC46C;
}
</style>
border-color css
<style>
span { border-color: #FAC46C; }
span { border-color: rgb(250,196,108); }
td.TdClassName
{
border-color: #FAC46C;
}
.TagClassName
{
border-color: #FAC46C;
}
</style>