Shades of Energy Yellow #FEDA49
Tints of Energy Yellow #FEDA49
RGB
CMYK
RGB Variations
Color information
#FEDA49 (or 0xFEDA49) is known color: Energy Yellow. HEX triplet: FE, DA and 49. RGB value is (254,218,73). Sum of RGB (Red+Green+Blue) = 254+218+73=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA49 is #0125B6. Grayscale: #D4D4D4. Windows color (decimal): -75191 or 4840190. OLE color: 4840190.
HSL color Cylindrical-coordinate representation of color #FEDA49: hue angle of 48.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEDA49 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 73 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.00 |
| HSL | 48.07º | 0.99% | 0.64% | - |
| HSV(B) | 48.07º | 0.71% | 1% | - |
| XYZ | 67.15 | 71.69 | 16.6 | - |
| YUV | 212.23 | 49.43 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 73 | 0 | 0.14 | 0.71 | 0.00 | 48.07 | 0.99 | 0.64 |
| Hex | FE | DA | 49 | 0 | E | 47 | 0 | 30 | 63 | 40 |
| Octal | 376 | 332 | 111 | 0 | 16 | 107 | 0 | 60 | 143 | 100 |
| Binary | 11111110 | 11011010 | 1001001 | 0 | 1110 | 1000111 | 0 | 110000 | 1100011 | 1000000 |
Color Harmonies of #FEDA49
Complementary color
Monochromatic Colors of #FEDA49
Black with #FEDA49
Text Example
Text Example
White with #FEDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA49; }
p { color: rgb(254,218,73); }
H1.HeaderClassName
{
color: #FEDA49;
}
.AnyTagClassName
{
color: #FEDA49;
}
</style>
background-color css
<style>
a { background-color: #FEDA49; }
a { background-color: rgb(254,218,73); }
div.DivClassName
{
background-color: #FEDA49;
}
.BgClassName
{
background-color: #FEDA49;
}
</style>
border-color css
<style>
span { border-color: #FEDA49; }
span { border-color: rgb(254,218,73); }
td.TdClassName
{
border-color: #FEDA49;
}
.TagClassName
{
border-color: #FEDA49;
}
</style>