Shades of Grandis #FCCB6B
Tints of Grandis #FCCB6B
RGB
CMYK
RGB Variations
Color information
#FCCB6B (or 0xFCCB6B) is known color: Grandis. HEX triplet: FC, CB and 6B. RGB value is (252,203,107). Sum of RGB (Red+Green+Blue) = 252+203+107=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB6B is #033494. Grayscale: #CFCFCF. Windows color (decimal): -210069 or 7064572. OLE color: 7064572.
HSL color Cylindrical-coordinate representation of color #FCCB6B: hue angle of 39.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCCB6B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 107 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.01 |
| HSL | 39.72º | 0.96% | 0.7% | - |
| HSV(B) | 39.72º | 0.58% | 0.99% | - |
| XYZ | 64.15 | 64.47 | 22.97 | - |
| YUV | 206.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 107 | 0 | 0.19 | 0.58 | 0.01 | 39.72 | 0.96 | 0.7 |
| Hex | FC | CB | 6B | 0 | 13 | 3A | 1 | 28 | 60 | 46 |
| Octal | 374 | 313 | 153 | 0 | 23 | 72 | 1 | 50 | 140 | 106 |
| Binary | 11111100 | 11001011 | 1101011 | 0 | 10011 | 111010 | 1 | 101000 | 1100000 | 1000110 |
Color Harmonies of #FCCB6B
Complementary color
Monochromatic Colors of #FCCB6B
Black with #FCCB6B
Text Example
Text Example
White with #FCCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB6B; }
p { color: rgb(252,203,107); }
H1.HeaderClassName
{
color: #FCCB6B;
}
.AnyTagClassName
{
color: #FCCB6B;
}
</style>
background-color css
<style>
a { background-color: #FCCB6B; }
a { background-color: rgb(252,203,107); }
div.DivClassName
{
background-color: #FCCB6B;
}
.BgClassName
{
background-color: #FCCB6B;
}
</style>
border-color css
<style>
span { border-color: #FCCB6B; }
span { border-color: rgb(252,203,107); }
td.TdClassName
{
border-color: #FCCB6B;
}
.TagClassName
{
border-color: #FCCB6B;
}
</style>