Shades of Grandis #FCCC76
Tints of Grandis #FCCC76
RGB
CMYK
RGB Variations
Color information
#FCCC76 (or 0xFCCC76) is known color: Grandis. HEX triplet: FC, CC and 76. RGB value is (252,204,118). Sum of RGB (Red+Green+Blue) = 252+204+118=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC76 is #033389. Grayscale: #D0D0D0. Windows color (decimal): -209802 or 7785724. OLE color: 7785724.
HSL color Cylindrical-coordinate representation of color #FCCC76: hue angle of 38.51º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCCC76 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 118 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.01 |
| HSL | 38.51º | 0.96% | 0.73% | - |
| HSV(B) | 38.51º | 0.53% | 0.99% | - |
| XYZ | 65.01 | 65.19 | 26.3 | - |
| YUV | 208.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 118 | 0 | 0.19 | 0.53 | 0.01 | 38.51 | 0.96 | 0.73 |
| Hex | FC | CC | 76 | 0 | 13 | 35 | 1 | 27 | 60 | 49 |
| Octal | 374 | 314 | 166 | 0 | 23 | 65 | 1 | 47 | 140 | 111 |
| Binary | 11111100 | 11001100 | 1110110 | 0 | 10011 | 110101 | 1 | 100111 | 1100000 | 1001001 |
Color Harmonies of #FCCC76
Complementary color
Monochromatic Colors of #FCCC76
Black with #FCCC76
Text Example
Text Example
White with #FCCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC76; }
p { color: rgb(252,204,118); }
H1.HeaderClassName
{
color: #FCCC76;
}
.AnyTagClassName
{
color: #FCCC76;
}
</style>
background-color css
<style>
a { background-color: #FCCC76; }
a { background-color: rgb(252,204,118); }
div.DivClassName
{
background-color: #FCCC76;
}
.BgClassName
{
background-color: #FCCC76;
}
</style>
border-color css
<style>
span { border-color: #FCCC76; }
span { border-color: rgb(252,204,118); }
td.TdClassName
{
border-color: #FCCC76;
}
.TagClassName
{
border-color: #FCCC76;
}
</style>