Shades of Grandis #FCD46E
Tints of Grandis #FCD46E
RGB
CMYK
RGB Variations
Color information
#FCD46E (or 0xFCD46E) is known color: Grandis. HEX triplet: FC, D4 and 6E. RGB value is (252,212,110). Sum of RGB (Red+Green+Blue) = 252+212+110=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD46E is #032B91. Grayscale: #D4D4D4. Windows color (decimal): -207762 or 7263484. OLE color: 7263484.
HSL color Cylindrical-coordinate representation of color #FCD46E: hue angle of 43.1º 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 #FCD46E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 110 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.01 |
| HSL | 43.1º | 0.96% | 0.71% | - |
| HSV(B) | 43.1º | 0.56% | 0.99% | - |
| XYZ | 66.5 | 68.91 | 24.55 | - |
| YUV | 212.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 110 | 0 | 0.16 | 0.56 | 0.01 | 43.1 | 0.96 | 0.71 |
| Hex | FC | D4 | 6E | 0 | 10 | 38 | 1 | 2B | 60 | 47 |
| Octal | 374 | 324 | 156 | 0 | 20 | 70 | 1 | 53 | 140 | 107 |
| Binary | 11111100 | 11010100 | 1101110 | 0 | 10000 | 111000 | 1 | 101011 | 1100000 | 1000111 |
Color Harmonies of #FCD46E
Complementary color
Monochromatic Colors of #FCD46E
Black with #FCD46E
Text Example
Text Example
White with #FCD46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD46E; }
p { color: rgb(252,212,110); }
H1.HeaderClassName
{
color: #FCD46E;
}
.AnyTagClassName
{
color: #FCD46E;
}
</style>
background-color css
<style>
a { background-color: #FCD46E; }
a { background-color: rgb(252,212,110); }
div.DivClassName
{
background-color: #FCD46E;
}
.BgClassName
{
background-color: #FCD46E;
}
</style>
border-color css
<style>
span { border-color: #FCD46E; }
span { border-color: rgb(252,212,110); }
td.TdClassName
{
border-color: #FCD46E;
}
.TagClassName
{
border-color: #FCD46E;
}
</style>