Shades of Grandis #FCCB6C
Tints of Grandis #FCCB6C
RGB
CMYK
RGB Variations
Color information
#FCCB6C (or 0xFCCB6C) is known color: Grandis. HEX triplet: FC, CB and 6C. RGB value is (252,203,108). Sum of RGB (Red+Green+Blue) = 252+203+108=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB6C is #033493. Grayscale: #CFCFCF. Windows color (decimal): -210068 or 7130108. OLE color: 7130108.
HSL color Cylindrical-coordinate representation of color #FCCB6C: hue angle of 39.58º 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 #FCCB6C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 108 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.01 |
| HSL | 39.58º | 0.96% | 0.71% | - |
| HSV(B) | 39.58º | 0.57% | 0.99% | - |
| XYZ | 64.21 | 64.49 | 23.25 | - |
| YUV | 206.82 | 72.23 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 108 | 0 | 0.19 | 0.57 | 0.01 | 39.58 | 0.96 | 0.71 |
| Hex | FC | CB | 6C | 0 | 13 | 39 | 1 | 28 | 60 | 47 |
| Octal | 374 | 313 | 154 | 0 | 23 | 71 | 1 | 50 | 140 | 107 |
| Binary | 11111100 | 11001011 | 1101100 | 0 | 10011 | 111001 | 1 | 101000 | 1100000 | 1000111 |
Color Harmonies of #FCCB6C
Complementary color
Monochromatic Colors of #FCCB6C
Black with #FCCB6C
Text Example
Text Example
White with #FCCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB6C; }
p { color: rgb(252,203,108); }
H1.HeaderClassName
{
color: #FCCB6C;
}
.AnyTagClassName
{
color: #FCCB6C;
}
</style>
background-color css
<style>
a { background-color: #FCCB6C; }
a { background-color: rgb(252,203,108); }
div.DivClassName
{
background-color: #FCCB6C;
}
.BgClassName
{
background-color: #FCCB6C;
}
</style>
border-color css
<style>
span { border-color: #FCCB6C; }
span { border-color: rgb(252,203,108); }
td.TdClassName
{
border-color: #FCCB6C;
}
.TagClassName
{
border-color: #FCCB6C;
}
</style>