Shades of Grandis #FCD56B
Tints of Grandis #FCD56B
RGB
CMYK
RGB Variations
Color information
#FCD56B (or 0xFCD56B) is known color: Grandis. HEX triplet: FC, D5 and 6B. RGB value is (252,213,107). Sum of RGB (Red+Green+Blue) = 252+213+107=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 107 (42.19% from 255 or 18.71% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD56B is #032A94. Grayscale: #D5D5D5. Windows color (decimal): -207509 or 7067132. OLE color: 7067132.
HSL color Cylindrical-coordinate representation of color #FCD56B: hue angle of 43.86º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCD56B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 107 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.01 |
| HSL | 43.86º | 0.96% | 0.7% | - |
| HSV(B) | 43.86º | 0.58% | 0.99% | - |
| XYZ | 66.59 | 69.35 | 23.79 | - |
| YUV | 212.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 107 | 0 | 0.15 | 0.58 | 0.01 | 43.86 | 0.96 | 0.7 |
| Hex | FC | D5 | 6B | 0 | F | 3A | 1 | 2C | 60 | 46 |
| Octal | 374 | 325 | 153 | 0 | 17 | 72 | 1 | 54 | 140 | 106 |
| Binary | 11111100 | 11010101 | 1101011 | 0 | 1111 | 111010 | 1 | 101100 | 1100000 | 1000110 |
Color Harmonies of #FCD56B
Complementary color
Monochromatic Colors of #FCD56B
Black with #FCD56B
Text Example
Text Example
White with #FCD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD56B; }
p { color: rgb(252,213,107); }
H1.HeaderClassName
{
color: #FCD56B;
}
.AnyTagClassName
{
color: #FCD56B;
}
</style>
background-color css
<style>
a { background-color: #FCD56B; }
a { background-color: rgb(252,213,107); }
div.DivClassName
{
background-color: #FCD56B;
}
.BgClassName
{
background-color: #FCD56B;
}
</style>
border-color css
<style>
span { border-color: #FCD56B; }
span { border-color: rgb(252,213,107); }
td.TdClassName
{
border-color: #FCD56B;
}
.TagClassName
{
border-color: #FCD56B;
}
</style>