Shades of Grandis #FCCE72
Tints of Grandis #FCCE72
RGB
CMYK
RGB Variations
Color information
#FCCE72 (or 0xFCCE72) is known color: Grandis. HEX triplet: FC, CE and 72. RGB value is (252,206,114). Sum of RGB (Red+Green+Blue) = 252+206+114=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE72 is #03318D. Grayscale: #D1D1D1. Windows color (decimal): -209294 or 7524092. OLE color: 7524092.
HSL color Cylindrical-coordinate representation of color #FCCE72: hue angle of 40º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCCE72 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 114 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.01 |
| HSL | 40º | 0.96% | 0.72% | - |
| HSV(B) | 40º | 0.55% | 0.99% | - |
| XYZ | 65.25 | 66.05 | 25.23 | - |
| YUV | 209.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 114 | 0 | 0.18 | 0.55 | 0.01 | 40 | 0.96 | 0.72 |
| Hex | FC | CE | 72 | 0 | 12 | 37 | 1 | 28 | 60 | 48 |
| Octal | 374 | 316 | 162 | 0 | 22 | 67 | 1 | 50 | 140 | 110 |
| Binary | 11111100 | 11001110 | 1110010 | 0 | 10010 | 110111 | 1 | 101000 | 1100000 | 1001000 |
Color Harmonies of #FCCE72
Complementary color
Monochromatic Colors of #FCCE72
Black with #FCCE72
Text Example
Text Example
White with #FCCE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE72; }
p { color: rgb(252,206,114); }
H1.HeaderClassName
{
color: #FCCE72;
}
.AnyTagClassName
{
color: #FCCE72;
}
</style>
background-color css
<style>
a { background-color: #FCCE72; }
a { background-color: rgb(252,206,114); }
div.DivClassName
{
background-color: #FCCE72;
}
.BgClassName
{
background-color: #FCCE72;
}
</style>
border-color css
<style>
span { border-color: #FCCE72; }
span { border-color: rgb(252,206,114); }
td.TdClassName
{
border-color: #FCCE72;
}
.TagClassName
{
border-color: #FCCE72;
}
</style>