Shades of Grandis #FCD46D
Tints of Grandis #FCD46D
RGB
CMYK
RGB Variations
Color information
#FCD46D (or 0xFCD46D) is known color: Grandis. HEX triplet: FC, D4 and 6D. RGB value is (252,212,109). Sum of RGB (Red+Green+Blue) = 252+212+109=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD46D is #032B92. Grayscale: #D4D4D4. Windows color (decimal): -207763 or 7197948. OLE color: 7197948.
HSL color Cylindrical-coordinate representation of color #FCD46D: hue angle of 43.22º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCD46D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 109 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.01 |
| HSL | 43.22º | 0.96% | 0.71% | - |
| HSV(B) | 43.22º | 0.57% | 0.99% | - |
| XYZ | 66.45 | 68.89 | 24.26 | - |
| YUV | 212.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 109 | 0 | 0.16 | 0.57 | 0.01 | 43.22 | 0.96 | 0.71 |
| Hex | FC | D4 | 6D | 0 | 10 | 39 | 1 | 2B | 60 | 47 |
| Octal | 374 | 324 | 155 | 0 | 20 | 71 | 1 | 53 | 140 | 107 |
| Binary | 11111100 | 11010100 | 1101101 | 0 | 10000 | 111001 | 1 | 101011 | 1100000 | 1000111 |
Color Harmonies of #FCD46D
Complementary color
Monochromatic Colors of #FCD46D
Black with #FCD46D
Text Example
Text Example
White with #FCD46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD46D; }
p { color: rgb(252,212,109); }
H1.HeaderClassName
{
color: #FCD46D;
}
.AnyTagClassName
{
color: #FCD46D;
}
</style>
background-color css
<style>
a { background-color: #FCD46D; }
a { background-color: rgb(252,212,109); }
div.DivClassName
{
background-color: #FCD46D;
}
.BgClassName
{
background-color: #FCD46D;
}
</style>
border-color css
<style>
span { border-color: #FCD46D; }
span { border-color: rgb(252,212,109); }
td.TdClassName
{
border-color: #FCD46D;
}
.TagClassName
{
border-color: #FCD46D;
}
</style>