Shades of Grandis #FCC96D
Tints of Grandis #FCC96D
RGB
CMYK
RGB Variations
Color information
#FCC96D (or 0xFCC96D) is known color: Grandis. HEX triplet: FC, C9 and 6D. RGB value is (252,201,109). Sum of RGB (Red+Green+Blue) = 252+201+109=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC96D is #033692. Grayscale: #CECECE. Windows color (decimal): -210579 or 7195132. OLE color: 7195132.
HSL color Cylindrical-coordinate representation of color #FCC96D: hue angle of 38.6º 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 #FCC96D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 109 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.01 |
| HSL | 38.6º | 0.96% | 0.71% | - |
| HSV(B) | 38.6º | 0.57% | 0.99% | - |
| XYZ | 63.79 | 63.57 | 23.38 | - |
| YUV | 205.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 109 | 0 | 0.20 | 0.57 | 0.01 | 38.6 | 0.96 | 0.71 |
| Hex | FC | C9 | 6D | 0 | 14 | 39 | 1 | 27 | 60 | 47 |
| Octal | 374 | 311 | 155 | 0 | 24 | 71 | 1 | 47 | 140 | 107 |
| Binary | 11111100 | 11001001 | 1101101 | 0 | 10100 | 111001 | 1 | 100111 | 1100000 | 1000111 |
Color Harmonies of #FCC96D
Complementary color
Monochromatic Colors of #FCC96D
Black with #FCC96D
Text Example
Text Example
White with #FCC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC96D; }
p { color: rgb(252,201,109); }
H1.HeaderClassName
{
color: #FCC96D;
}
.AnyTagClassName
{
color: #FCC96D;
}
</style>
background-color css
<style>
a { background-color: #FCC96D; }
a { background-color: rgb(252,201,109); }
div.DivClassName
{
background-color: #FCC96D;
}
.BgClassName
{
background-color: #FCC96D;
}
</style>
border-color css
<style>
span { border-color: #FCC96D; }
span { border-color: rgb(252,201,109); }
td.TdClassName
{
border-color: #FCC96D;
}
.TagClassName
{
border-color: #FCC96D;
}
</style>