Shades of Grandis #FDCE70
Tints of Grandis #FDCE70
RGB
CMYK
RGB Variations
Color information
#FDCE70 (or 0xFDCE70) is known color: Grandis. HEX triplet: FD, CE and 70. RGB value is (253,206,112). Sum of RGB (Red+Green+Blue) = 253+206+112=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE70 is #02318F. Grayscale: #D1D1D1. Windows color (decimal): -143760 or 7393021. OLE color: 7393021.
HSL color Cylindrical-coordinate representation of color #FDCE70: hue angle of 40º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDCE70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 112 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.01 |
| HSL | 40º | 0.97% | 0.72% | - |
| HSV(B) | 40º | 0.56% | 0.99% | - |
| XYZ | 65.5 | 66.2 | 24.65 | - |
| YUV | 209.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 112 | 0 | 0.19 | 0.56 | 0.01 | 40 | 0.97 | 0.72 |
| Hex | FD | CE | 70 | 0 | 13 | 38 | 1 | 28 | 61 | 48 |
| Octal | 375 | 316 | 160 | 0 | 23 | 70 | 1 | 50 | 141 | 110 |
| Binary | 11111101 | 11001110 | 1110000 | 0 | 10011 | 111000 | 1 | 101000 | 1100001 | 1001000 |
Color Harmonies of #FDCE70
Complementary color
Monochromatic Colors of #FDCE70
Black with #FDCE70
Text Example
Text Example
White with #FDCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE70; }
p { color: rgb(253,206,112); }
H1.HeaderClassName
{
color: #FDCE70;
}
.AnyTagClassName
{
color: #FDCE70;
}
</style>
background-color css
<style>
a { background-color: #FDCE70; }
a { background-color: rgb(253,206,112); }
div.DivClassName
{
background-color: #FDCE70;
}
.BgClassName
{
background-color: #FDCE70;
}
</style>
border-color css
<style>
span { border-color: #FDCE70; }
span { border-color: rgb(253,206,112); }
td.TdClassName
{
border-color: #FDCE70;
}
.TagClassName
{
border-color: #FDCE70;
}
</style>