Shades of Grandis #FCD56C
Tints of Grandis #FCD56C
RGB
CMYK
RGB Variations
Color information
#FCD56C (or 0xFCD56C) is known color: Grandis. HEX triplet: FC, D5 and 6C. RGB value is (252,213,108). Sum of RGB (Red+Green+Blue) = 252+213+108=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 108 (42.58% from 255 or 18.85% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD56C is #032A93. Grayscale: #D5D5D5. Windows color (decimal): -207508 or 7132668. OLE color: 7132668.
HSL color Cylindrical-coordinate representation of color #FCD56C: hue angle of 43.75º 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 #FCD56C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 108 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.01 |
| HSL | 43.75º | 0.96% | 0.71% | - |
| HSV(B) | 43.75º | 0.57% | 0.99% | - |
| XYZ | 66.65 | 69.37 | 24.06 | - |
| YUV | 212.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 108 | 0 | 0.15 | 0.57 | 0.01 | 43.75 | 0.96 | 0.71 |
| Hex | FC | D5 | 6C | 0 | F | 39 | 1 | 2C | 60 | 47 |
| Octal | 374 | 325 | 154 | 0 | 17 | 71 | 1 | 54 | 140 | 107 |
| Binary | 11111100 | 11010101 | 1101100 | 0 | 1111 | 111001 | 1 | 101100 | 1100000 | 1000111 |
Color Harmonies of #FCD56C
Complementary color
Monochromatic Colors of #FCD56C
Black with #FCD56C
Text Example
Text Example
White with #FCD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD56C; }
p { color: rgb(252,213,108); }
H1.HeaderClassName
{
color: #FCD56C;
}
.AnyTagClassName
{
color: #FCD56C;
}
</style>
background-color css
<style>
a { background-color: #FCD56C; }
a { background-color: rgb(252,213,108); }
div.DivClassName
{
background-color: #FCD56C;
}
.BgClassName
{
background-color: #FCD56C;
}
</style>
border-color css
<style>
span { border-color: #FCD56C; }
span { border-color: rgb(252,213,108); }
td.TdClassName
{
border-color: #FCD56C;
}
.TagClassName
{
border-color: #FCD56C;
}
</style>