Shades of Grandis #FCD56E
Tints of Grandis #FCD56E
RGB
CMYK
RGB Variations
Color information
#FCD56E (or 0xFCD56E) is known color: Grandis. HEX triplet: FC, D5 and 6E. RGB value is (252,213,110). Sum of RGB (Red+Green+Blue) = 252+213+110=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD56E is #032A91. Grayscale: #D5D5D5. Windows color (decimal): -207506 or 7263740. OLE color: 7263740.
HSL color Cylindrical-coordinate representation of color #FCD56E: hue angle of 43.52º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCD56E is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 110 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.01 |
| HSL | 43.52º | 0.96% | 0.71% | - |
| HSV(B) | 43.52º | 0.56% | 0.99% | - |
| XYZ | 66.75 | 69.41 | 24.63 | - |
| YUV | 212.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 110 | 0 | 0.15 | 0.56 | 0.01 | 43.52 | 0.96 | 0.71 |
| Hex | FC | D5 | 6E | 0 | F | 38 | 1 | 2C | 60 | 47 |
| Octal | 374 | 325 | 156 | 0 | 17 | 70 | 1 | 54 | 140 | 107 |
| Binary | 11111100 | 11010101 | 1101110 | 0 | 1111 | 111000 | 1 | 101100 | 1100000 | 1000111 |
Color Harmonies of #FCD56E
Complementary color
Monochromatic Colors of #FCD56E
Black with #FCD56E
Text Example
Text Example
White with #FCD56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD56E; }
p { color: rgb(252,213,110); }
H1.HeaderClassName
{
color: #FCD56E;
}
.AnyTagClassName
{
color: #FCD56E;
}
</style>
background-color css
<style>
a { background-color: #FCD56E; }
a { background-color: rgb(252,213,110); }
div.DivClassName
{
background-color: #FCD56E;
}
.BgClassName
{
background-color: #FCD56E;
}
</style>
border-color css
<style>
span { border-color: #FCD56E; }
span { border-color: rgb(252,213,110); }
td.TdClassName
{
border-color: #FCD56E;
}
.TagClassName
{
border-color: #FCD56E;
}
</style>