Shades of Grandis #FCCB6D
Tints of Grandis #FCCB6D
RGB
CMYK
RGB Variations
Color information
#FCCB6D (or 0xFCCB6D) is known color: Grandis. HEX triplet: FC, CB and 6D. RGB value is (252,203,109). Sum of RGB (Red+Green+Blue) = 252+203+109=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB6D is #033492. Grayscale: #CFCFCF. Windows color (decimal): -210067 or 7195644. OLE color: 7195644.
HSL color Cylindrical-coordinate representation of color #FCCB6D: hue angle of 39.44º 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 #FCCB6D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 109 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.01 |
| HSL | 39.44º | 0.96% | 0.71% | - |
| HSV(B) | 39.44º | 0.57% | 0.99% | - |
| XYZ | 64.26 | 64.51 | 23.53 | - |
| YUV | 206.94 | 72.73 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 109 | 0 | 0.19 | 0.57 | 0.01 | 39.44 | 0.96 | 0.71 |
| Hex | FC | CB | 6D | 0 | 13 | 39 | 1 | 27 | 60 | 47 |
| Octal | 374 | 313 | 155 | 0 | 23 | 71 | 1 | 47 | 140 | 107 |
| Binary | 11111100 | 11001011 | 1101101 | 0 | 10011 | 111001 | 1 | 100111 | 1100000 | 1000111 |
Color Harmonies of #FCCB6D
Complementary color
Monochromatic Colors of #FCCB6D
Black with #FCCB6D
Text Example
Text Example
White with #FCCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB6D; }
p { color: rgb(252,203,109); }
H1.HeaderClassName
{
color: #FCCB6D;
}
.AnyTagClassName
{
color: #FCCB6D;
}
</style>
background-color css
<style>
a { background-color: #FCCB6D; }
a { background-color: rgb(252,203,109); }
div.DivClassName
{
background-color: #FCCB6D;
}
.BgClassName
{
background-color: #FCCB6D;
}
</style>
border-color css
<style>
span { border-color: #FCCB6D; }
span { border-color: rgb(252,203,109); }
td.TdClassName
{
border-color: #FCCB6D;
}
.TagClassName
{
border-color: #FCCB6D;
}
</style>