Shades of Grandis #FEC96C
Tints of Grandis #FEC96C
RGB
CMYK
RGB Variations
Color information
#FEC96C (or 0xFEC96C) is known color: Grandis. HEX triplet: FE, C9 and 6C. RGB value is (254,201,108). Sum of RGB (Red+Green+Blue) = 254+201+108=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC96C is #013693. Grayscale: #CECECE. Windows color (decimal): -79508 or 7129598. OLE color: 7129598.
HSL color Cylindrical-coordinate representation of color #FEC96C: hue angle of 38.22º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEC96C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 108 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.00 |
| HSL | 38.22º | 0.99% | 0.71% | - |
| HSV(B) | 38.22º | 0.57% | 1% | - |
| XYZ | 64.47 | 63.93 | 23.13 | - |
| YUV | 206.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 108 | 0 | 0.21 | 0.57 | 0.00 | 38.22 | 0.99 | 0.71 |
| Hex | FE | C9 | 6C | 0 | 15 | 39 | 0 | 26 | 63 | 47 |
| Octal | 376 | 311 | 154 | 0 | 25 | 71 | 0 | 46 | 143 | 107 |
| Binary | 11111110 | 11001001 | 1101100 | 0 | 10101 | 111001 | 0 | 100110 | 1100011 | 1000111 |
Color Harmonies of #FEC96C
Complementary color
Monochromatic Colors of #FEC96C
Black with #FEC96C
Text Example
Text Example
White with #FEC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC96C; }
p { color: rgb(254,201,108); }
H1.HeaderClassName
{
color: #FEC96C;
}
.AnyTagClassName
{
color: #FEC96C;
}
</style>
background-color css
<style>
a { background-color: #FEC96C; }
a { background-color: rgb(254,201,108); }
div.DivClassName
{
background-color: #FEC96C;
}
.BgClassName
{
background-color: #FEC96C;
}
</style>
border-color css
<style>
span { border-color: #FEC96C; }
span { border-color: rgb(254,201,108); }
td.TdClassName
{
border-color: #FEC96C;
}
.TagClassName
{
border-color: #FEC96C;
}
</style>