Shades of Grandis #FED46E
Tints of Grandis #FED46E
RGB
CMYK
RGB Variations
Color information
#FED46E (or 0xFED46E) is known color: Grandis. HEX triplet: FE, D4 and 6E. RGB value is (254,212,110). Sum of RGB (Red+Green+Blue) = 254+212+110=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FED46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED46E is #012B91. Grayscale: #D5D5D5. Windows color (decimal): -76690 or 7263486. OLE color: 7263486.
HSL color Cylindrical-coordinate representation of color #FED46E: hue angle of 42.5º 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 #FED46E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 110 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.00 |
| HSL | 42.5º | 0.99% | 0.71% | - |
| HSV(B) | 42.5º | 0.57% | 1% | - |
| XYZ | 67.23 | 69.28 | 24.58 | - |
| YUV | 212.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 110 | 0 | 0.17 | 0.57 | 0.00 | 42.5 | 0.99 | 0.71 |
| Hex | FE | D4 | 6E | 0 | 11 | 39 | 0 | 2A | 63 | 47 |
| Octal | 376 | 324 | 156 | 0 | 21 | 71 | 0 | 52 | 143 | 107 |
| Binary | 11111110 | 11010100 | 1101110 | 0 | 10001 | 111001 | 0 | 101010 | 1100011 | 1000111 |
Color Harmonies of #FED46E
Complementary color
Monochromatic Colors of #FED46E
Black with #FED46E
Text Example
Text Example
White with #FED46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED46E; }
p { color: rgb(254,212,110); }
H1.HeaderClassName
{
color: #FED46E;
}
.AnyTagClassName
{
color: #FED46E;
}
</style>
background-color css
<style>
a { background-color: #FED46E; }
a { background-color: rgb(254,212,110); }
div.DivClassName
{
background-color: #FED46E;
}
.BgClassName
{
background-color: #FED46E;
}
</style>
border-color css
<style>
span { border-color: #FED46E; }
span { border-color: rgb(254,212,110); }
td.TdClassName
{
border-color: #FED46E;
}
.TagClassName
{
border-color: #FED46E;
}
</style>