Shades of Grandis #FCC76C
Tints of Grandis #FCC76C
RGB
CMYK
RGB Variations
Color information
#FCC76C (or 0xFCC76C) is known color: Grandis. HEX triplet: FC, C7 and 6C. RGB value is (252,199,108). Sum of RGB (Red+Green+Blue) = 252+199+108=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC76C is #033893. Grayscale: #CCCCCC. Windows color (decimal): -211092 or 7129084. OLE color: 7129084.
HSL color Cylindrical-coordinate representation of color #FCC76C: hue angle of 37.92º 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 #FCC76C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 108 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.01 |
| HSL | 37.92º | 0.96% | 0.71% | - |
| HSV(B) | 37.92º | 0.57% | 0.99% | - |
| XYZ | 63.28 | 62.63 | 22.94 | - |
| YUV | 204.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 108 | 0 | 0.21 | 0.57 | 0.01 | 37.92 | 0.96 | 0.71 |
| Hex | FC | C7 | 6C | 0 | 15 | 39 | 1 | 26 | 60 | 47 |
| Octal | 374 | 307 | 154 | 0 | 25 | 71 | 1 | 46 | 140 | 107 |
| Binary | 11111100 | 11000111 | 1101100 | 0 | 10101 | 111001 | 1 | 100110 | 1100000 | 1000111 |
Color Harmonies of #FCC76C
Complementary color
Monochromatic Colors of #FCC76C
Black with #FCC76C
Text Example
Text Example
White with #FCC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC76C; }
p { color: rgb(252,199,108); }
H1.HeaderClassName
{
color: #FCC76C;
}
.AnyTagClassName
{
color: #FCC76C;
}
</style>
background-color css
<style>
a { background-color: #FCC76C; }
a { background-color: rgb(252,199,108); }
div.DivClassName
{
background-color: #FCC76C;
}
.BgClassName
{
background-color: #FCC76C;
}
</style>
border-color css
<style>
span { border-color: #FCC76C; }
span { border-color: rgb(252,199,108); }
td.TdClassName
{
border-color: #FCC76C;
}
.TagClassName
{
border-color: #FCC76C;
}
</style>