Shades of Grandis #FCD76D
Tints of Grandis #FCD76D
RGB
CMYK
RGB Variations
Color information
#FCD76D (or 0xFCD76D) is known color: Grandis. HEX triplet: FC, D7 and 6D. RGB value is (252,215,109). Sum of RGB (Red+Green+Blue) = 252+215+109=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD76D is #032892. Grayscale: #D6D6D6. Windows color (decimal): -206995 or 7198716. OLE color: 7198716.
HSL color Cylindrical-coordinate representation of color #FCD76D: hue angle of 44.48º 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 #FCD76D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 109 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.01 |
| HSL | 44.48º | 0.96% | 0.71% | - |
| HSV(B) | 44.48º | 0.57% | 0.99% | - |
| XYZ | 67.21 | 70.4 | 24.51 | - |
| YUV | 213.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 109 | 0 | 0.15 | 0.57 | 0.01 | 44.48 | 0.96 | 0.71 |
| Hex | FC | D7 | 6D | 0 | F | 39 | 1 | 2C | 60 | 47 |
| Octal | 374 | 327 | 155 | 0 | 17 | 71 | 1 | 54 | 140 | 107 |
| Binary | 11111100 | 11010111 | 1101101 | 0 | 1111 | 111001 | 1 | 101100 | 1100000 | 1000111 |
Color Harmonies of #FCD76D
Complementary color
Monochromatic Colors of #FCD76D
Black with #FCD76D
Text Example
Text Example
White with #FCD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD76D; }
p { color: rgb(252,215,109); }
H1.HeaderClassName
{
color: #FCD76D;
}
.AnyTagClassName
{
color: #FCD76D;
}
</style>
background-color css
<style>
a { background-color: #FCD76D; }
a { background-color: rgb(252,215,109); }
div.DivClassName
{
background-color: #FCD76D;
}
.BgClassName
{
background-color: #FCD76D;
}
</style>
border-color css
<style>
span { border-color: #FCD76D; }
span { border-color: rgb(252,215,109); }
td.TdClassName
{
border-color: #FCD76D;
}
.TagClassName
{
border-color: #FCD76D;
}
</style>