Shades of Grandis #FCC46E
Tints of Grandis #FCC46E
RGB
CMYK
RGB Variations
Color information
#FCC46E (or 0xFCC46E) is known color: Grandis. HEX triplet: FC, C4 and 6E. RGB value is (252,196,110). Sum of RGB (Red+Green+Blue) = 252+196+110=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC46E is #033B91. Grayscale: #CBCBCB. Windows color (decimal): -211858 or 7259388. OLE color: 7259388.
HSL color Cylindrical-coordinate representation of color #FCC46E: hue angle of 36.34º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCC46E is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 110 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.01 |
| HSL | 36.34º | 0.96% | 0.71% | - |
| HSV(B) | 36.34º | 0.56% | 0.99% | - |
| XYZ | 62.7 | 61.3 | 23.28 | - |
| YUV | 202.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 110 | 0 | 0.22 | 0.56 | 0.01 | 36.34 | 0.96 | 0.71 |
| Hex | FC | C4 | 6E | 0 | 16 | 38 | 1 | 24 | 60 | 47 |
| Octal | 374 | 304 | 156 | 0 | 26 | 70 | 1 | 44 | 140 | 107 |
| Binary | 11111100 | 11000100 | 1101110 | 0 | 10110 | 111000 | 1 | 100100 | 1100000 | 1000111 |
Color Harmonies of #FCC46E
Complementary color
Monochromatic Colors of #FCC46E
Black with #FCC46E
Text Example
Text Example
White with #FCC46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC46E; }
p { color: rgb(252,196,110); }
H1.HeaderClassName
{
color: #FCC46E;
}
.AnyTagClassName
{
color: #FCC46E;
}
</style>
background-color css
<style>
a { background-color: #FCC46E; }
a { background-color: rgb(252,196,110); }
div.DivClassName
{
background-color: #FCC46E;
}
.BgClassName
{
background-color: #FCC46E;
}
</style>
border-color css
<style>
span { border-color: #FCC46E; }
span { border-color: rgb(252,196,110); }
td.TdClassName
{
border-color: #FCC46E;
}
.TagClassName
{
border-color: #FCC46E;
}
</style>