Shades of Grandis #FCC96E
Tints of Grandis #FCC96E
RGB
CMYK
RGB Variations
Color information
#FCC96E (or 0xFCC96E) is known color: Grandis. HEX triplet: FC, C9 and 6E. RGB value is (252,201,110). Sum of RGB (Red+Green+Blue) = 252+201+110=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC96E is #033691. Grayscale: #CECECE. Windows color (decimal): -210578 or 7260668. OLE color: 7260668.
HSL color Cylindrical-coordinate representation of color #FCC96E: hue angle of 38.45º 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 #FCC96E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 110 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.01 |
| HSL | 38.45º | 0.96% | 0.71% | - |
| HSV(B) | 38.45º | 0.56% | 0.99% | - |
| XYZ | 63.85 | 63.59 | 23.66 | - |
| YUV | 205.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 110 | 0 | 0.20 | 0.56 | 0.01 | 38.45 | 0.96 | 0.71 |
| Hex | FC | C9 | 6E | 0 | 14 | 38 | 1 | 26 | 60 | 47 |
| Octal | 374 | 311 | 156 | 0 | 24 | 70 | 1 | 46 | 140 | 107 |
| Binary | 11111100 | 11001001 | 1101110 | 0 | 10100 | 111000 | 1 | 100110 | 1100000 | 1000111 |
Color Harmonies of #FCC96E
Complementary color
Monochromatic Colors of #FCC96E
Black with #FCC96E
Text Example
Text Example
White with #FCC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC96E; }
p { color: rgb(252,201,110); }
H1.HeaderClassName
{
color: #FCC96E;
}
.AnyTagClassName
{
color: #FCC96E;
}
</style>
background-color css
<style>
a { background-color: #FCC96E; }
a { background-color: rgb(252,201,110); }
div.DivClassName
{
background-color: #FCC96E;
}
.BgClassName
{
background-color: #FCC96E;
}
</style>
border-color css
<style>
span { border-color: #FCC96E; }
span { border-color: rgb(252,201,110); }
td.TdClassName
{
border-color: #FCC96E;
}
.TagClassName
{
border-color: #FCC96E;
}
</style>