Shades of Grandis #FCCB66
Tints of Grandis #FCCB66
RGB
CMYK
RGB Variations
Color information
#FCCB66 (or 0xFCCB66) is known color: Grandis. HEX triplet: FC, CB and 66. RGB value is (252,203,102). Sum of RGB (Red+Green+Blue) = 252+203+102=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB66 is #033499. Grayscale: #CECECE. Windows color (decimal): -210074 or 6736892. OLE color: 6736892.
HSL color Cylindrical-coordinate representation of color #FCCB66: hue angle of 40.4º 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 #FCCB66 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 102 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.01 |
| HSL | 40.4º | 0.96% | 0.69% | - |
| HSV(B) | 40.4º | 0.6% | 0.99% | - |
| XYZ | 63.9 | 64.37 | 21.63 | - |
| YUV | 206.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 102 | 0 | 0.19 | 0.60 | 0.01 | 40.4 | 0.96 | 0.69 |
| Hex | FC | CB | 66 | 0 | 13 | 3C | 1 | 28 | 60 | 45 |
| Octal | 374 | 313 | 146 | 0 | 23 | 74 | 1 | 50 | 140 | 105 |
| Binary | 11111100 | 11001011 | 1100110 | 0 | 10011 | 111100 | 1 | 101000 | 1100000 | 1000101 |
Color Harmonies of #FCCB66
Complementary color
Monochromatic Colors of #FCCB66
Black with #FCCB66
Text Example
Text Example
White with #FCCB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB66; }
p { color: rgb(252,203,102); }
H1.HeaderClassName
{
color: #FCCB66;
}
.AnyTagClassName
{
color: #FCCB66;
}
</style>
background-color css
<style>
a { background-color: #FCCB66; }
a { background-color: rgb(252,203,102); }
div.DivClassName
{
background-color: #FCCB66;
}
.BgClassName
{
background-color: #FCCB66;
}
</style>
border-color css
<style>
span { border-color: #FCCB66; }
span { border-color: rgb(252,203,102); }
td.TdClassName
{
border-color: #FCCB66;
}
.TagClassName
{
border-color: #FCCB66;
}
</style>