Shades of Grandis #FEC56E
Tints of Grandis #FEC56E
RGB
CMYK
RGB Variations
Color information
#FEC56E (or 0xFEC56E) is known color: Grandis. HEX triplet: FE, C5 and 6E. RGB value is (254,197,110). Sum of RGB (Red+Green+Blue) = 254+197+110=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC56E is #013A91. Grayscale: #CCCCCC. Windows color (decimal): -80530 or 7259646. OLE color: 7259646.
HSL color Cylindrical-coordinate representation of color #FEC56E: hue angle of 36.25º 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 #FEC56E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 110 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.00 |
| HSL | 36.25º | 0.99% | 0.71% | - |
| HSV(B) | 36.25º | 0.57% | 1% | - |
| XYZ | 63.65 | 62.13 | 23.39 | - |
| YUV | 204.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 110 | 0 | 0.22 | 0.57 | 0.00 | 36.25 | 0.99 | 0.71 |
| Hex | FE | C5 | 6E | 0 | 16 | 39 | 0 | 24 | 63 | 47 |
| Octal | 376 | 305 | 156 | 0 | 26 | 71 | 0 | 44 | 143 | 107 |
| Binary | 11111110 | 11000101 | 1101110 | 0 | 10110 | 111001 | 0 | 100100 | 1100011 | 1000111 |
Color Harmonies of #FEC56E
Complementary color
Monochromatic Colors of #FEC56E
Black with #FEC56E
Text Example
Text Example
White with #FEC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC56E; }
p { color: rgb(254,197,110); }
H1.HeaderClassName
{
color: #FEC56E;
}
.AnyTagClassName
{
color: #FEC56E;
}
</style>
background-color css
<style>
a { background-color: #FEC56E; }
a { background-color: rgb(254,197,110); }
div.DivClassName
{
background-color: #FEC56E;
}
.BgClassName
{
background-color: #FEC56E;
}
</style>
border-color css
<style>
span { border-color: #FEC56E; }
span { border-color: rgb(254,197,110); }
td.TdClassName
{
border-color: #FEC56E;
}
.TagClassName
{
border-color: #FEC56E;
}
</style>