Shades of Grandis #FCD66D
Tints of Grandis #FCD66D
RGB
CMYK
RGB Variations
Color information
#FCD66D (or 0xFCD66D) is known color: Grandis. HEX triplet: FC, D6 and 6D. RGB value is (252,214,109). Sum of RGB (Red+Green+Blue) = 252+214+109=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD66D is #032992. Grayscale: #D5D5D5. Windows color (decimal): -207251 or 7198460. OLE color: 7198460.
HSL color Cylindrical-coordinate representation of color #FCD66D: hue angle of 44.06º 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 #FCD66D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 109 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.01 |
| HSL | 44.06º | 0.96% | 0.71% | - |
| HSV(B) | 44.06º | 0.57% | 0.99% | - |
| XYZ | 66.95 | 69.89 | 24.43 | - |
| YUV | 213.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 109 | 0 | 0.15 | 0.57 | 0.01 | 44.06 | 0.96 | 0.71 |
| Hex | FC | D6 | 6D | 0 | F | 39 | 1 | 2C | 60 | 47 |
| Octal | 374 | 326 | 155 | 0 | 17 | 71 | 1 | 54 | 140 | 107 |
| Binary | 11111100 | 11010110 | 1101101 | 0 | 1111 | 111001 | 1 | 101100 | 1100000 | 1000111 |
Color Harmonies of #FCD66D
Complementary color
Monochromatic Colors of #FCD66D
Black with #FCD66D
Text Example
Text Example
White with #FCD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD66D; }
p { color: rgb(252,214,109); }
H1.HeaderClassName
{
color: #FCD66D;
}
.AnyTagClassName
{
color: #FCD66D;
}
</style>
background-color css
<style>
a { background-color: #FCD66D; }
a { background-color: rgb(252,214,109); }
div.DivClassName
{
background-color: #FCD66D;
}
.BgClassName
{
background-color: #FCD66D;
}
</style>
border-color css
<style>
span { border-color: #FCD66D; }
span { border-color: rgb(252,214,109); }
td.TdClassName
{
border-color: #FCD66D;
}
.TagClassName
{
border-color: #FCD66D;
}
</style>