Shades of Grandis #FCD16D
Tints of Grandis #FCD16D
RGB
CMYK
RGB Variations
Color information
#FCD16D (or 0xFCD16D) is known color: Grandis. HEX triplet: FC, D1 and 6D. RGB value is (252,209,109). Sum of RGB (Red+Green+Blue) = 252+209+109=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD16D is #032E92. Grayscale: #D2D2D2. Windows color (decimal): -208531 or 7197180. OLE color: 7197180.
HSL color Cylindrical-coordinate representation of color #FCD16D: hue angle of 41.96º 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 #FCD16D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 109 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.01 |
| HSL | 41.96º | 0.96% | 0.71% | - |
| HSV(B) | 41.96º | 0.57% | 0.99% | - |
| XYZ | 65.71 | 67.4 | 24.01 | - |
| YUV | 210.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 109 | 0 | 0.17 | 0.57 | 0.01 | 41.96 | 0.96 | 0.71 |
| Hex | FC | D1 | 6D | 0 | 11 | 39 | 1 | 2A | 60 | 47 |
| Octal | 374 | 321 | 155 | 0 | 21 | 71 | 1 | 52 | 140 | 107 |
| Binary | 11111100 | 11010001 | 1101101 | 0 | 10001 | 111001 | 1 | 101010 | 1100000 | 1000111 |
Color Harmonies of #FCD16D
Complementary color
Monochromatic Colors of #FCD16D
Black with #FCD16D
Text Example
Text Example
White with #FCD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD16D; }
p { color: rgb(252,209,109); }
H1.HeaderClassName
{
color: #FCD16D;
}
.AnyTagClassName
{
color: #FCD16D;
}
</style>
background-color css
<style>
a { background-color: #FCD16D; }
a { background-color: rgb(252,209,109); }
div.DivClassName
{
background-color: #FCD16D;
}
.BgClassName
{
background-color: #FCD16D;
}
</style>
border-color css
<style>
span { border-color: #FCD16D; }
span { border-color: rgb(252,209,109); }
td.TdClassName
{
border-color: #FCD16D;
}
.TagClassName
{
border-color: #FCD16D;
}
</style>