Shades of Energy Yellow #FEDA48
Tints of Energy Yellow #FEDA48
RGB
CMYK
RGB Variations
Color information
#FEDA48 (or 0xFEDA48) is known color: Energy Yellow. HEX triplet: FE, DA and 48. RGB value is (254,218,72). Sum of RGB (Red+Green+Blue) = 254+218+72=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 72 (28.52% from 255 or 13.24% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA48 is #0125B7. Grayscale: #D4D4D4. Windows color (decimal): -75192 or 4774654. OLE color: 4774654.
HSL color Cylindrical-coordinate representation of color #FEDA48: hue angle of 48.13º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEDA48 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 72 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.00 |
| HSL | 48.13º | 0.99% | 0.64% | - |
| HSV(B) | 48.13º | 0.72% | 1% | - |
| XYZ | 67.11 | 71.68 | 16.43 | - |
| YUV | 212.12 | 48.93 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 72 | 0 | 0.14 | 0.72 | 0.00 | 48.13 | 0.99 | 0.64 |
| Hex | FE | DA | 48 | 0 | E | 48 | 0 | 30 | 63 | 40 |
| Octal | 376 | 332 | 110 | 0 | 16 | 110 | 0 | 60 | 143 | 100 |
| Binary | 11111110 | 11011010 | 1001000 | 0 | 1110 | 1001000 | 0 | 110000 | 1100011 | 1000000 |
Color Harmonies of #FEDA48
Complementary color
Monochromatic Colors of #FEDA48
Black with #FEDA48
Text Example
Text Example
White with #FEDA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA48; }
p { color: rgb(254,218,72); }
H1.HeaderClassName
{
color: #FEDA48;
}
.AnyTagClassName
{
color: #FEDA48;
}
</style>
background-color css
<style>
a { background-color: #FEDA48; }
a { background-color: rgb(254,218,72); }
div.DivClassName
{
background-color: #FEDA48;
}
.BgClassName
{
background-color: #FEDA48;
}
</style>
border-color css
<style>
span { border-color: #FEDA48; }
span { border-color: rgb(254,218,72); }
td.TdClassName
{
border-color: #FEDA48;
}
.TagClassName
{
border-color: #FEDA48;
}
</style>