Shades of Grandis #FDC96C
Tints of Grandis #FDC96C
RGB
CMYK
RGB Variations
Color information
#FDC96C (or 0xFDC96C) is known color: Grandis. HEX triplet: FD, C9 and 6C. RGB value is (253,201,108). Sum of RGB (Red+Green+Blue) = 253+201+108=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC96C is #023693. Grayscale: #CECECE. Windows color (decimal): -145044 or 7129597. OLE color: 7129597.
HSL color Cylindrical-coordinate representation of color #FDC96C: hue angle of 38.48º 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 #FDC96C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 108 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.01 |
| HSL | 38.48º | 0.97% | 0.71% | - |
| HSV(B) | 38.48º | 0.57% | 0.99% | - |
| XYZ | 64.1 | 63.74 | 23.11 | - |
| YUV | 205.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 108 | 0 | 0.21 | 0.57 | 0.01 | 38.48 | 0.97 | 0.71 |
| Hex | FD | C9 | 6C | 0 | 15 | 39 | 1 | 26 | 61 | 47 |
| Octal | 375 | 311 | 154 | 0 | 25 | 71 | 1 | 46 | 141 | 107 |
| Binary | 11111101 | 11001001 | 1101100 | 0 | 10101 | 111001 | 1 | 100110 | 1100001 | 1000111 |
Color Harmonies of #FDC96C
Complementary color
Monochromatic Colors of #FDC96C
Black with #FDC96C
Text Example
Text Example
White with #FDC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC96C; }
p { color: rgb(253,201,108); }
H1.HeaderClassName
{
color: #FDC96C;
}
.AnyTagClassName
{
color: #FDC96C;
}
</style>
background-color css
<style>
a { background-color: #FDC96C; }
a { background-color: rgb(253,201,108); }
div.DivClassName
{
background-color: #FDC96C;
}
.BgClassName
{
background-color: #FDC96C;
}
</style>
border-color css
<style>
span { border-color: #FDC96C; }
span { border-color: rgb(253,201,108); }
td.TdClassName
{
border-color: #FDC96C;
}
.TagClassName
{
border-color: #FDC96C;
}
</style>