Shades of Grandis #FCC464
Tints of Grandis #FCC464
RGB
CMYK
RGB Variations
Color information
#FCC464 (or 0xFCC464) is known color: Grandis. HEX triplet: FC, C4 and 64. RGB value is (252,196,100). Sum of RGB (Red+Green+Blue) = 252+196+100=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC464 is #033B9B. Grayscale: #CACACA. Windows color (decimal): -211868 or 6604028. OLE color: 6604028.
HSL color Cylindrical-coordinate representation of color #FCC464: hue angle of 37.89º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC464 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 100 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.01 |
| HSL | 37.89º | 0.96% | 0.69% | - |
| HSV(B) | 37.89º | 0.6% | 0.99% | - |
| XYZ | 62.19 | 61.1 | 20.57 | - |
| YUV | 201.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 100 | 0 | 0.22 | 0.60 | 0.01 | 37.89 | 0.96 | 0.69 |
| Hex | FC | C4 | 64 | 0 | 16 | 3C | 1 | 26 | 60 | 45 |
| Octal | 374 | 304 | 144 | 0 | 26 | 74 | 1 | 46 | 140 | 105 |
| Binary | 11111100 | 11000100 | 1100100 | 0 | 10110 | 111100 | 1 | 100110 | 1100000 | 1000101 |
Color Harmonies of #FCC464
Complementary color
Monochromatic Colors of #FCC464
Black with #FCC464
Text Example
Text Example
White with #FCC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC464; }
p { color: rgb(252,196,100); }
H1.HeaderClassName
{
color: #FCC464;
}
.AnyTagClassName
{
color: #FCC464;
}
</style>
background-color css
<style>
a { background-color: #FCC464; }
a { background-color: rgb(252,196,100); }
div.DivClassName
{
background-color: #FCC464;
}
.BgClassName
{
background-color: #FCC464;
}
</style>
border-color css
<style>
span { border-color: #FCC464; }
span { border-color: rgb(252,196,100); }
td.TdClassName
{
border-color: #FCC464;
}
.TagClassName
{
border-color: #FCC464;
}
</style>