Shades of Grandis #FCD66C
Tints of Grandis #FCD66C
RGB
CMYK
RGB Variations
Color information
#FCD66C (or 0xFCD66C) is known color: Grandis. HEX triplet: FC, D6 and 6C. RGB value is (252,214,108). Sum of RGB (Red+Green+Blue) = 252+214+108=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD66C is #032993. Grayscale: #D5D5D5. Windows color (decimal): -207252 or 7132924. OLE color: 7132924.
HSL color Cylindrical-coordinate representation of color #FCD66C: hue angle of 44.17º 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 #FCD66C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 108 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.01 |
| HSL | 44.17º | 0.96% | 0.71% | - |
| HSV(B) | 44.17º | 0.57% | 0.99% | - |
| XYZ | 66.9 | 69.87 | 24.15 | - |
| YUV | 213.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 108 | 0 | 0.15 | 0.57 | 0.01 | 44.17 | 0.96 | 0.71 |
| Hex | FC | D6 | 6C | 0 | F | 39 | 1 | 2C | 60 | 47 |
| Octal | 374 | 326 | 154 | 0 | 17 | 71 | 1 | 54 | 140 | 107 |
| Binary | 11111100 | 11010110 | 1101100 | 0 | 1111 | 111001 | 1 | 101100 | 1100000 | 1000111 |
Color Harmonies of #FCD66C
Complementary color
Monochromatic Colors of #FCD66C
Black with #FCD66C
Text Example
Text Example
White with #FCD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD66C; }
p { color: rgb(252,214,108); }
H1.HeaderClassName
{
color: #FCD66C;
}
.AnyTagClassName
{
color: #FCD66C;
}
</style>
background-color css
<style>
a { background-color: #FCD66C; }
a { background-color: rgb(252,214,108); }
div.DivClassName
{
background-color: #FCD66C;
}
.BgClassName
{
background-color: #FCD66C;
}
</style>
border-color css
<style>
span { border-color: #FCD66C; }
span { border-color: rgb(252,214,108); }
td.TdClassName
{
border-color: #FCD66C;
}
.TagClassName
{
border-color: #FCD66C;
}
</style>