Shades of Grandis #FCCE70
Tints of Grandis #FCCE70
RGB
CMYK
RGB Variations
Color information
#FCCE70 (or 0xFCCE70) is known color: Grandis. HEX triplet: FC, CE and 70. RGB value is (252,206,112). Sum of RGB (Red+Green+Blue) = 252+206+112=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE70 is #03318F. Grayscale: #D1D1D1. Windows color (decimal): -209296 or 7393020. OLE color: 7393020.
HSL color Cylindrical-coordinate representation of color #FCCE70: hue angle of 40.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCCE70 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 112 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.01 |
| HSL | 40.29º | 0.96% | 0.71% | - |
| HSV(B) | 40.29º | 0.56% | 0.99% | - |
| XYZ | 65.14 | 66.01 | 24.64 | - |
| YUV | 209.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 112 | 0 | 0.18 | 0.56 | 0.01 | 40.29 | 0.96 | 0.71 |
| Hex | FC | CE | 70 | 0 | 12 | 38 | 1 | 28 | 60 | 47 |
| Octal | 374 | 316 | 160 | 0 | 22 | 70 | 1 | 50 | 140 | 107 |
| Binary | 11111100 | 11001110 | 1110000 | 0 | 10010 | 111000 | 1 | 101000 | 1100000 | 1000111 |
Color Harmonies of #FCCE70
Complementary color
Monochromatic Colors of #FCCE70
Black with #FCCE70
Text Example
Text Example
White with #FCCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE70; }
p { color: rgb(252,206,112); }
H1.HeaderClassName
{
color: #FCCE70;
}
.AnyTagClassName
{
color: #FCCE70;
}
</style>
background-color css
<style>
a { background-color: #FCCE70; }
a { background-color: rgb(252,206,112); }
div.DivClassName
{
background-color: #FCCE70;
}
.BgClassName
{
background-color: #FCCE70;
}
</style>
border-color css
<style>
span { border-color: #FCCE70; }
span { border-color: rgb(252,206,112); }
td.TdClassName
{
border-color: #FCCE70;
}
.TagClassName
{
border-color: #FCCE70;
}
</style>