Shades of Grandis #FCCE78
Tints of Grandis #FCCE78
RGB
CMYK
RGB Variations
Color information
#FCCE78 (or 0xFCCE78) is known color: Grandis. HEX triplet: FC, CE and 78. RGB value is (252,206,120). Sum of RGB (Red+Green+Blue) = 252+206+120=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE78 is #033187. Grayscale: #D2D2D2. Windows color (decimal): -209288 or 7917308. OLE color: 7917308.
HSL color Cylindrical-coordinate representation of color #FCCE78: hue angle of 39.09º 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 #FCCE78 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 120 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.01 |
| HSL | 39.09º | 0.96% | 0.73% | - |
| HSV(B) | 39.09º | 0.52% | 0.99% | - |
| XYZ | 65.61 | 66.19 | 27.09 | - |
| YUV | 209.95 | 77.24 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 120 | 0 | 0.18 | 0.52 | 0.01 | 39.09 | 0.96 | 0.73 |
| Hex | FC | CE | 78 | 0 | 12 | 34 | 1 | 27 | 60 | 49 |
| Octal | 374 | 316 | 170 | 0 | 22 | 64 | 1 | 47 | 140 | 111 |
| Binary | 11111100 | 11001110 | 1111000 | 0 | 10010 | 110100 | 1 | 100111 | 1100000 | 1001001 |
Color Harmonies of #FCCE78
Complementary color
Monochromatic Colors of #FCCE78
Black with #FCCE78
Text Example
Text Example
White with #FCCE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE78; }
p { color: rgb(252,206,120); }
H1.HeaderClassName
{
color: #FCCE78;
}
.AnyTagClassName
{
color: #FCCE78;
}
</style>
background-color css
<style>
a { background-color: #FCCE78; }
a { background-color: rgb(252,206,120); }
div.DivClassName
{
background-color: #FCCE78;
}
.BgClassName
{
background-color: #FCCE78;
}
</style>
border-color css
<style>
span { border-color: #FCCE78; }
span { border-color: rgb(252,206,120); }
td.TdClassName
{
border-color: #FCCE78;
}
.TagClassName
{
border-color: #FCCE78;
}
</style>