Shades of Energy Yellow #FEDA4C
Tints of Energy Yellow #FEDA4C
RGB
CMYK
RGB Variations
Color information
#FEDA4C (or 0xFEDA4C) is known color: Energy Yellow. HEX triplet: FE, DA and 4C. RGB value is (254,218,76). Sum of RGB (Red+Green+Blue) = 254+218+76=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 76 (30.08% from 255 or 13.87% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA4C is #0125B3. Grayscale: #D5D5D5. Windows color (decimal): -75188 or 5036798. OLE color: 5036798.
HSL color Cylindrical-coordinate representation of color #FEDA4C: hue angle of 47.87º 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 #FEDA4C is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 76 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.00 |
| HSL | 47.87º | 0.99% | 0.65% | - |
| HSV(B) | 47.87º | 0.7% | 1% | - |
| XYZ | 67.25 | 71.74 | 17.14 | - |
| YUV | 212.58 | 50.93 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 76 | 0 | 0.14 | 0.70 | 0.00 | 47.87 | 0.99 | 0.65 |
| Hex | FE | DA | 4C | 0 | E | 46 | 0 | 30 | 63 | 41 |
| Octal | 376 | 332 | 114 | 0 | 16 | 106 | 0 | 60 | 143 | 101 |
| Binary | 11111110 | 11011010 | 1001100 | 0 | 1110 | 1000110 | 0 | 110000 | 1100011 | 1000001 |
Color Harmonies of #FEDA4C
Complementary color
Monochromatic Colors of #FEDA4C
Black with #FEDA4C
Text Example
Text Example
White with #FEDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA4C; }
p { color: rgb(254,218,76); }
H1.HeaderClassName
{
color: #FEDA4C;
}
.AnyTagClassName
{
color: #FEDA4C;
}
</style>
background-color css
<style>
a { background-color: #FEDA4C; }
a { background-color: rgb(254,218,76); }
div.DivClassName
{
background-color: #FEDA4C;
}
.BgClassName
{
background-color: #FEDA4C;
}
</style>
border-color css
<style>
span { border-color: #FEDA4C; }
span { border-color: rgb(254,218,76); }
td.TdClassName
{
border-color: #FEDA4C;
}
.TagClassName
{
border-color: #FEDA4C;
}
</style>