Shades of Grandis #FDC66D
Tints of Grandis #FDC66D
RGB
CMYK
RGB Variations
Color information
#FDC66D (or 0xFDC66D) is known color: Grandis. HEX triplet: FD, C6 and 6D. RGB value is (253,198,109). Sum of RGB (Red+Green+Blue) = 253+198+109=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC66D is #023992. Grayscale: #CCCCCC. Windows color (decimal): -145811 or 7194365. OLE color: 7194365.
HSL color Cylindrical-coordinate representation of color #FDC66D: hue angle of 37.08º 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 #FDC66D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 109 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.01 |
| HSL | 37.08º | 0.97% | 0.71% | - |
| HSV(B) | 37.08º | 0.57% | 0.99% | - |
| XYZ | 63.46 | 62.37 | 23.16 | - |
| YUV | 204.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 109 | 0 | 0.22 | 0.57 | 0.01 | 37.08 | 0.97 | 0.71 |
| Hex | FD | C6 | 6D | 0 | 16 | 39 | 1 | 25 | 61 | 47 |
| Octal | 375 | 306 | 155 | 0 | 26 | 71 | 1 | 45 | 141 | 107 |
| Binary | 11111101 | 11000110 | 1101101 | 0 | 10110 | 111001 | 1 | 100101 | 1100001 | 1000111 |
Color Harmonies of #FDC66D
Complementary color
Monochromatic Colors of #FDC66D
Black with #FDC66D
Text Example
Text Example
White with #FDC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC66D; }
p { color: rgb(253,198,109); }
H1.HeaderClassName
{
color: #FDC66D;
}
.AnyTagClassName
{
color: #FDC66D;
}
</style>
background-color css
<style>
a { background-color: #FDC66D; }
a { background-color: rgb(253,198,109); }
div.DivClassName
{
background-color: #FDC66D;
}
.BgClassName
{
background-color: #FDC66D;
}
</style>
border-color css
<style>
span { border-color: #FDC66D; }
span { border-color: rgb(253,198,109); }
td.TdClassName
{
border-color: #FDC66D;
}
.TagClassName
{
border-color: #FDC66D;
}
</style>