Shades of Grandis #FCCC6A
Tints of Grandis #FCCC6A
RGB
CMYK
RGB Variations
Color information
#FCCC6A (or 0xFCCC6A) is known color: Grandis. HEX triplet: FC, CC and 6A. RGB value is (252,204,106). Sum of RGB (Red+Green+Blue) = 252+204+106=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC6A is #033395. Grayscale: #CFCFCF. Windows color (decimal): -209814 or 6999292. OLE color: 6999292.
HSL color Cylindrical-coordinate representation of color #FCCC6A: hue angle of 40.27º 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 #FCCC6A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 106 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.01 |
| HSL | 40.27º | 0.96% | 0.7% | - |
| HSV(B) | 40.27º | 0.58% | 0.99% | - |
| XYZ | 64.34 | 64.92 | 22.78 | - |
| YUV | 207.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 106 | 0 | 0.19 | 0.58 | 0.01 | 40.27 | 0.96 | 0.7 |
| Hex | FC | CC | 6A | 0 | 13 | 3A | 1 | 28 | 60 | 46 |
| Octal | 374 | 314 | 152 | 0 | 23 | 72 | 1 | 50 | 140 | 106 |
| Binary | 11111100 | 11001100 | 1101010 | 0 | 10011 | 111010 | 1 | 101000 | 1100000 | 1000110 |
Color Harmonies of #FCCC6A
Complementary color
Monochromatic Colors of #FCCC6A
Black with #FCCC6A
Text Example
Text Example
White with #FCCC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC6A; }
p { color: rgb(252,204,106); }
H1.HeaderClassName
{
color: #FCCC6A;
}
.AnyTagClassName
{
color: #FCCC6A;
}
</style>
background-color css
<style>
a { background-color: #FCCC6A; }
a { background-color: rgb(252,204,106); }
div.DivClassName
{
background-color: #FCCC6A;
}
.BgClassName
{
background-color: #FCCC6A;
}
</style>
border-color css
<style>
span { border-color: #FCCC6A; }
span { border-color: rgb(252,204,106); }
td.TdClassName
{
border-color: #FCCC6A;
}
.TagClassName
{
border-color: #FCCC6A;
}
</style>