Shades of Grandis #FCCC68
Tints of Grandis #FCCC68
RGB
CMYK
RGB Variations
Color information
#FCCC68 (or 0xFCCC68) is known color: Grandis. HEX triplet: FC, CC and 68. RGB value is (252,204,104). Sum of RGB (Red+Green+Blue) = 252+204+104=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC68 is #033397. Grayscale: #CFCFCF. Windows color (decimal): -209816 or 6868220. OLE color: 6868220.
HSL color Cylindrical-coordinate representation of color #FCCC68: hue angle of 40.54º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCCC68 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 104 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.01 |
| HSL | 40.54º | 0.96% | 0.7% | - |
| HSV(B) | 40.54º | 0.59% | 0.99% | - |
| XYZ | 64.24 | 64.88 | 22.23 | - |
| YUV | 206.95 | 69.9 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 104 | 0 | 0.19 | 0.59 | 0.01 | 40.54 | 0.96 | 0.7 |
| Hex | FC | CC | 68 | 0 | 13 | 3B | 1 | 29 | 60 | 46 |
| Octal | 374 | 314 | 150 | 0 | 23 | 73 | 1 | 51 | 140 | 106 |
| Binary | 11111100 | 11001100 | 1101000 | 0 | 10011 | 111011 | 1 | 101001 | 1100000 | 1000110 |
Color Harmonies of #FCCC68
Complementary color
Monochromatic Colors of #FCCC68
Black with #FCCC68
Text Example
Text Example
White with #FCCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC68; }
p { color: rgb(252,204,104); }
H1.HeaderClassName
{
color: #FCCC68;
}
.AnyTagClassName
{
color: #FCCC68;
}
</style>
background-color css
<style>
a { background-color: #FCCC68; }
a { background-color: rgb(252,204,104); }
div.DivClassName
{
background-color: #FCCC68;
}
.BgClassName
{
background-color: #FCCC68;
}
</style>
border-color css
<style>
span { border-color: #FCCC68; }
span { border-color: rgb(252,204,104); }
td.TdClassName
{
border-color: #FCCC68;
}
.TagClassName
{
border-color: #FCCC68;
}
</style>