Shades of Energy Yellow #FEDA4D
Tints of Energy Yellow #FEDA4D
RGB
CMYK
RGB Variations
Color information
#FEDA4D (or 0xFEDA4D) is known color: Energy Yellow. HEX triplet: FE, DA and 4D. RGB value is (254,218,77). Sum of RGB (Red+Green+Blue) = 254+218+77=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA4D is #0125B2. Grayscale: #D5D5D5. Windows color (decimal): -75187 or 5102334. OLE color: 5102334.
HSL color Cylindrical-coordinate representation of color #FEDA4D: hue angle of 47.8º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEDA4D is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 77 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.00 |
| HSL | 47.8º | 0.99% | 0.65% | - |
| HSV(B) | 47.8º | 0.7% | 1% | - |
| XYZ | 67.28 | 71.75 | 17.32 | - |
| YUV | 212.69 | 51.43 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 77 | 0 | 0.14 | 0.70 | 0.00 | 47.8 | 0.99 | 0.65 |
| Hex | FE | DA | 4D | 0 | E | 46 | 0 | 30 | 63 | 41 |
| Octal | 376 | 332 | 115 | 0 | 16 | 106 | 0 | 60 | 143 | 101 |
| Binary | 11111110 | 11011010 | 1001101 | 0 | 1110 | 1000110 | 0 | 110000 | 1100011 | 1000001 |
Color Harmonies of #FEDA4D
Complementary color
Monochromatic Colors of #FEDA4D
Black with #FEDA4D
Text Example
Text Example
White with #FEDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA4D; }
p { color: rgb(254,218,77); }
H1.HeaderClassName
{
color: #FEDA4D;
}
.AnyTagClassName
{
color: #FEDA4D;
}
</style>
background-color css
<style>
a { background-color: #FEDA4D; }
a { background-color: rgb(254,218,77); }
div.DivClassName
{
background-color: #FEDA4D;
}
.BgClassName
{
background-color: #FEDA4D;
}
</style>
border-color css
<style>
span { border-color: #FEDA4D; }
span { border-color: rgb(254,218,77); }
td.TdClassName
{
border-color: #FEDA4D;
}
.TagClassName
{
border-color: #FEDA4D;
}
</style>