Shades of Grandis #FEC96E
Tints of Grandis #FEC96E
RGB
CMYK
RGB Variations
Color information
#FEC96E (or 0xFEC96E) is known color: Grandis. HEX triplet: FE, C9 and 6E. RGB value is (254,201,110). Sum of RGB (Red+Green+Blue) = 254+201+110=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC96E is #013691. Grayscale: #CECECE. Windows color (decimal): -79506 or 7260670. OLE color: 7260670.
HSL color Cylindrical-coordinate representation of color #FEC96E: hue angle of 37.92º 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 #FEC96E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 110 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.00 |
| HSL | 37.92º | 0.99% | 0.71% | - |
| HSV(B) | 37.92º | 0.57% | 1% | - |
| XYZ | 64.57 | 63.97 | 23.7 | - |
| YUV | 206.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 110 | 0 | 0.21 | 0.57 | 0.00 | 37.92 | 0.99 | 0.71 |
| Hex | FE | C9 | 6E | 0 | 15 | 39 | 0 | 26 | 63 | 47 |
| Octal | 376 | 311 | 156 | 0 | 25 | 71 | 0 | 46 | 143 | 107 |
| Binary | 11111110 | 11001001 | 1101110 | 0 | 10101 | 111001 | 0 | 100110 | 1100011 | 1000111 |
Color Harmonies of #FEC96E
Complementary color
Monochromatic Colors of #FEC96E
Black with #FEC96E
Text Example
Text Example
White with #FEC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC96E; }
p { color: rgb(254,201,110); }
H1.HeaderClassName
{
color: #FEC96E;
}
.AnyTagClassName
{
color: #FEC96E;
}
</style>
background-color css
<style>
a { background-color: #FEC96E; }
a { background-color: rgb(254,201,110); }
div.DivClassName
{
background-color: #FEC96E;
}
.BgClassName
{
background-color: #FEC96E;
}
</style>
border-color css
<style>
span { border-color: #FEC96E; }
span { border-color: rgb(254,201,110); }
td.TdClassName
{
border-color: #FEC96E;
}
.TagClassName
{
border-color: #FEC96E;
}
</style>