Shades of Grandis #FDC66A
Tints of Grandis #FDC66A
RGB
CMYK
RGB Variations
Color information
#FDC66A (or 0xFDC66A) is known color: Grandis. HEX triplet: FD, C6 and 6A. RGB value is (253,198,106). Sum of RGB (Red+Green+Blue) = 253+198+106=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC66A is #023995. Grayscale: #CCCCCC. Windows color (decimal): -145814 or 6997757. OLE color: 6997757.
HSL color Cylindrical-coordinate representation of color #FDC66A: hue angle of 37.55º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDC66A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 106 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.01 |
| HSL | 37.55º | 0.97% | 0.7% | - |
| HSV(B) | 37.55º | 0.58% | 0.99% | - |
| XYZ | 63.3 | 62.31 | 22.33 | - |
| YUV | 203.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 106 | 0 | 0.22 | 0.58 | 0.01 | 37.55 | 0.97 | 0.7 |
| Hex | FD | C6 | 6A | 0 | 16 | 3A | 1 | 26 | 61 | 46 |
| Octal | 375 | 306 | 152 | 0 | 26 | 72 | 1 | 46 | 141 | 106 |
| Binary | 11111101 | 11000110 | 1101010 | 0 | 10110 | 111010 | 1 | 100110 | 1100001 | 1000110 |
Color Harmonies of #FDC66A
Complementary color
Monochromatic Colors of #FDC66A
Black with #FDC66A
Text Example
Text Example
White with #FDC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC66A; }
p { color: rgb(253,198,106); }
H1.HeaderClassName
{
color: #FDC66A;
}
.AnyTagClassName
{
color: #FDC66A;
}
</style>
background-color css
<style>
a { background-color: #FDC66A; }
a { background-color: rgb(253,198,106); }
div.DivClassName
{
background-color: #FDC66A;
}
.BgClassName
{
background-color: #FDC66A;
}
</style>
border-color css
<style>
span { border-color: #FDC66A; }
span { border-color: rgb(253,198,106); }
td.TdClassName
{
border-color: #FDC66A;
}
.TagClassName
{
border-color: #FDC66A;
}
</style>