Shades of Grandis #FCCC78
Tints of Grandis #FCCC78
RGB
CMYK
RGB Variations
Color information
#FCCC78 (or 0xFCCC78) is known color: Grandis. HEX triplet: FC, CC and 78. RGB value is (252,204,120). Sum of RGB (Red+Green+Blue) = 252+204+120=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC78 is #033387. Grayscale: #D1D1D1. Windows color (decimal): -209800 or 7916796. OLE color: 7916796.
HSL color Cylindrical-coordinate representation of color #FCCC78: hue angle of 38.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCCC78 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 120 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.01 |
| HSL | 38.18º | 0.96% | 0.73% | - |
| HSV(B) | 38.18º | 0.52% | 0.99% | - |
| XYZ | 65.13 | 65.24 | 26.93 | - |
| YUV | 208.78 | 77.9 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 120 | 0 | 0.19 | 0.52 | 0.01 | 38.18 | 0.96 | 0.73 |
| Hex | FC | CC | 78 | 0 | 13 | 34 | 1 | 26 | 60 | 49 |
| Octal | 374 | 314 | 170 | 0 | 23 | 64 | 1 | 46 | 140 | 111 |
| Binary | 11111100 | 11001100 | 1111000 | 0 | 10011 | 110100 | 1 | 100110 | 1100000 | 1001001 |
Color Harmonies of #FCCC78
Complementary color
Monochromatic Colors of #FCCC78
Black with #FCCC78
Text Example
Text Example
White with #FCCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC78; }
p { color: rgb(252,204,120); }
H1.HeaderClassName
{
color: #FCCC78;
}
.AnyTagClassName
{
color: #FCCC78;
}
</style>
background-color css
<style>
a { background-color: #FCCC78; }
a { background-color: rgb(252,204,120); }
div.DivClassName
{
background-color: #FCCC78;
}
.BgClassName
{
background-color: #FCCC78;
}
</style>
border-color css
<style>
span { border-color: #FCCC78; }
span { border-color: rgb(252,204,120); }
td.TdClassName
{
border-color: #FCCC78;
}
.TagClassName
{
border-color: #FCCC78;
}
</style>