Shades of Grandis #FDC66E
Tints of Grandis #FDC66E
RGB
CMYK
RGB Variations
Color information
#FDC66E (or 0xFDC66E) is known color: Grandis. HEX triplet: FD, C6 and 6E. RGB value is (253,198,110). Sum of RGB (Red+Green+Blue) = 253+198+110=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC66E is #023991. Grayscale: #CCCCCC. Windows color (decimal): -145810 or 7259901. OLE color: 7259901.
HSL color Cylindrical-coordinate representation of color #FDC66E: hue angle of 36.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDC66E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 110 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.01 |
| HSL | 36.92º | 0.97% | 0.71% | - |
| HSV(B) | 36.92º | 0.57% | 0.99% | - |
| XYZ | 63.52 | 62.4 | 23.45 | - |
| YUV | 204.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 110 | 0 | 0.22 | 0.57 | 0.01 | 36.92 | 0.97 | 0.71 |
| Hex | FD | C6 | 6E | 0 | 16 | 39 | 1 | 25 | 61 | 47 |
| Octal | 375 | 306 | 156 | 0 | 26 | 71 | 1 | 45 | 141 | 107 |
| Binary | 11111101 | 11000110 | 1101110 | 0 | 10110 | 111001 | 1 | 100101 | 1100001 | 1000111 |
Color Harmonies of #FDC66E
Complementary color
Monochromatic Colors of #FDC66E
Black with #FDC66E
Text Example
Text Example
White with #FDC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC66E; }
p { color: rgb(253,198,110); }
H1.HeaderClassName
{
color: #FDC66E;
}
.AnyTagClassName
{
color: #FDC66E;
}
</style>
background-color css
<style>
a { background-color: #FDC66E; }
a { background-color: rgb(253,198,110); }
div.DivClassName
{
background-color: #FDC66E;
}
.BgClassName
{
background-color: #FDC66E;
}
</style>
border-color css
<style>
span { border-color: #FDC66E; }
span { border-color: rgb(253,198,110); }
td.TdClassName
{
border-color: #FDC66E;
}
.TagClassName
{
border-color: #FDC66E;
}
</style>