Shades of Grandis #FCD06D
Tints of Grandis #FCD06D
RGB
CMYK
RGB Variations
Color information
#FCD06D (or 0xFCD06D) is known color: Grandis. HEX triplet: FC, D0 and 6D. RGB value is (252,208,109). Sum of RGB (Red+Green+Blue) = 252+208+109=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD06D is #032F92. Grayscale: #D2D2D2. Windows color (decimal): -208787 or 7196924. OLE color: 7196924.
HSL color Cylindrical-coordinate representation of color #FCD06D: hue angle of 41.54º 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 #FCD06D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 109 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.01 |
| HSL | 41.54º | 0.96% | 0.71% | - |
| HSV(B) | 41.54º | 0.57% | 0.99% | - |
| XYZ | 65.46 | 66.91 | 23.93 | - |
| YUV | 209.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 109 | 0 | 0.17 | 0.57 | 0.01 | 41.54 | 0.96 | 0.71 |
| Hex | FC | D0 | 6D | 0 | 11 | 39 | 1 | 2A | 60 | 47 |
| Octal | 374 | 320 | 155 | 0 | 21 | 71 | 1 | 52 | 140 | 107 |
| Binary | 11111100 | 11010000 | 1101101 | 0 | 10001 | 111001 | 1 | 101010 | 1100000 | 1000111 |
Color Harmonies of #FCD06D
Complementary color
Monochromatic Colors of #FCD06D
Black with #FCD06D
Text Example
Text Example
White with #FCD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD06D; }
p { color: rgb(252,208,109); }
H1.HeaderClassName
{
color: #FCD06D;
}
.AnyTagClassName
{
color: #FCD06D;
}
</style>
background-color css
<style>
a { background-color: #FCD06D; }
a { background-color: rgb(252,208,109); }
div.DivClassName
{
background-color: #FCD06D;
}
.BgClassName
{
background-color: #FCD06D;
}
</style>
border-color css
<style>
span { border-color: #FCD06D; }
span { border-color: rgb(252,208,109); }
td.TdClassName
{
border-color: #FCD06D;
}
.TagClassName
{
border-color: #FCD06D;
}
</style>