Shades of Grandis #FCD76C
Tints of Grandis #FCD76C
RGB
CMYK
RGB Variations
Color information
#FCD76C (or 0xFCD76C) is known color: Grandis. HEX triplet: FC, D7 and 6C. RGB value is (252,215,108). Sum of RGB (Red+Green+Blue) = 252+215+108=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD76C is #032893. Grayscale: #D6D6D6. Windows color (decimal): -206996 or 7133180. OLE color: 7133180.
HSL color Cylindrical-coordinate representation of color #FCD76C: hue angle of 44.58º 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 #FCD76C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 108 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.01 |
| HSL | 44.58º | 0.96% | 0.71% | - |
| HSV(B) | 44.58º | 0.57% | 0.99% | - |
| XYZ | 67.15 | 70.38 | 24.23 | - |
| YUV | 213.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 108 | 0 | 0.15 | 0.57 | 0.01 | 44.58 | 0.96 | 0.71 |
| Hex | FC | D7 | 6C | 0 | F | 39 | 1 | 2D | 60 | 47 |
| Octal | 374 | 327 | 154 | 0 | 17 | 71 | 1 | 55 | 140 | 107 |
| Binary | 11111100 | 11010111 | 1101100 | 0 | 1111 | 111001 | 1 | 101101 | 1100000 | 1000111 |
Color Harmonies of #FCD76C
Complementary color
Monochromatic Colors of #FCD76C
Black with #FCD76C
Text Example
Text Example
White with #FCD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD76C; }
p { color: rgb(252,215,108); }
H1.HeaderClassName
{
color: #FCD76C;
}
.AnyTagClassName
{
color: #FCD76C;
}
</style>
background-color css
<style>
a { background-color: #FCD76C; }
a { background-color: rgb(252,215,108); }
div.DivClassName
{
background-color: #FCD76C;
}
.BgClassName
{
background-color: #FCD76C;
}
</style>
border-color css
<style>
span { border-color: #FCD76C; }
span { border-color: rgb(252,215,108); }
td.TdClassName
{
border-color: #FCD76C;
}
.TagClassName
{
border-color: #FCD76C;
}
</style>