Shades of Grandis #FCCB64
Tints of Grandis #FCCB64
RGB
CMYK
RGB Variations
Color information
#FCCB64 (or 0xFCCB64) is known color: Grandis. HEX triplet: FC, CB and 64. RGB value is (252,203,100). Sum of RGB (Red+Green+Blue) = 252+203+100=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB64 is #03349B. Grayscale: #CECECE. Windows color (decimal): -210076 or 6605820. OLE color: 6605820.
HSL color Cylindrical-coordinate representation of color #FCCB64: hue angle of 40.66º 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 #FCCB64 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 100 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.01 |
| HSL | 40.66º | 0.96% | 0.69% | - |
| HSV(B) | 40.66º | 0.6% | 0.99% | - |
| XYZ | 63.8 | 64.33 | 21.11 | - |
| YUV | 205.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 100 | 0 | 0.19 | 0.60 | 0.01 | 40.66 | 0.96 | 0.69 |
| Hex | FC | CB | 64 | 0 | 13 | 3C | 1 | 29 | 60 | 45 |
| Octal | 374 | 313 | 144 | 0 | 23 | 74 | 1 | 51 | 140 | 105 |
| Binary | 11111100 | 11001011 | 1100100 | 0 | 10011 | 111100 | 1 | 101001 | 1100000 | 1000101 |
Color Harmonies of #FCCB64
Complementary color
Monochromatic Colors of #FCCB64
Black with #FCCB64
Text Example
Text Example
White with #FCCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB64; }
p { color: rgb(252,203,100); }
H1.HeaderClassName
{
color: #FCCB64;
}
.AnyTagClassName
{
color: #FCCB64;
}
</style>
background-color css
<style>
a { background-color: #FCCB64; }
a { background-color: rgb(252,203,100); }
div.DivClassName
{
background-color: #FCCB64;
}
.BgClassName
{
background-color: #FCCB64;
}
</style>
border-color css
<style>
span { border-color: #FCCB64; }
span { border-color: rgb(252,203,100); }
td.TdClassName
{
border-color: #FCCB64;
}
.TagClassName
{
border-color: #FCCB64;
}
</style>