Shades of Grandis #FCCA64
Tints of Grandis #FCCA64
RGB
CMYK
RGB Variations
Color information
#FCCA64 (or 0xFCCA64) is known color: Grandis. HEX triplet: FC, CA and 64. RGB value is (252,202,100). Sum of RGB (Red+Green+Blue) = 252+202+100=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCA64 is #03359B. Grayscale: #CDCDCD. Windows color (decimal): -210332 or 6605564. OLE color: 6605564.
HSL color Cylindrical-coordinate representation of color #FCCA64: hue angle of 40.26º 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 #FCCA64 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 100 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.01 |
| HSL | 40.26º | 0.96% | 0.69% | - |
| HSV(B) | 40.26º | 0.6% | 0.99% | - |
| XYZ | 63.57 | 63.86 | 21.03 | - |
| YUV | 205.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 100 | 0 | 0.20 | 0.60 | 0.01 | 40.26 | 0.96 | 0.69 |
| Hex | FC | CA | 64 | 0 | 14 | 3C | 1 | 28 | 60 | 45 |
| Octal | 374 | 312 | 144 | 0 | 24 | 74 | 1 | 50 | 140 | 105 |
| Binary | 11111100 | 11001010 | 1100100 | 0 | 10100 | 111100 | 1 | 101000 | 1100000 | 1000101 |
Color Harmonies of #FCCA64
Complementary color
Monochromatic Colors of #FCCA64
Black with #FCCA64
Text Example
Text Example
White with #FCCA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA64; }
p { color: rgb(252,202,100); }
H1.HeaderClassName
{
color: #FCCA64;
}
.AnyTagClassName
{
color: #FCCA64;
}
</style>
background-color css
<style>
a { background-color: #FCCA64; }
a { background-color: rgb(252,202,100); }
div.DivClassName
{
background-color: #FCCA64;
}
.BgClassName
{
background-color: #FCCA64;
}
</style>
border-color css
<style>
span { border-color: #FCCA64; }
span { border-color: rgb(252,202,100); }
td.TdClassName
{
border-color: #FCCA64;
}
.TagClassName
{
border-color: #FCCA64;
}
</style>