Shades of Energy Yellow #FEDA4B
Tints of Energy Yellow #FEDA4B
RGB
CMYK
RGB Variations
Color information
#FEDA4B (or 0xFEDA4B) is known color: Energy Yellow. HEX triplet: FE, DA and 4B. RGB value is (254,218,75). Sum of RGB (Red+Green+Blue) = 254+218+75=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA4B is #0125B4. Grayscale: #D5D5D5. Windows color (decimal): -75189 or 4971262. OLE color: 4971262.
HSL color Cylindrical-coordinate representation of color #FEDA4B: hue angle of 47.93º 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 #FEDA4B is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 75 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.00 |
| HSL | 47.93º | 0.99% | 0.65% | - |
| HSV(B) | 47.93º | 0.7% | 1% | - |
| XYZ | 67.21 | 71.72 | 16.96 | - |
| YUV | 212.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 75 | 0 | 0.14 | 0.70 | 0.00 | 47.93 | 0.99 | 0.65 |
| Hex | FE | DA | 4B | 0 | E | 46 | 0 | 30 | 63 | 41 |
| Octal | 376 | 332 | 113 | 0 | 16 | 106 | 0 | 60 | 143 | 101 |
| Binary | 11111110 | 11011010 | 1001011 | 0 | 1110 | 1000110 | 0 | 110000 | 1100011 | 1000001 |
Color Harmonies of #FEDA4B
Complementary color
Monochromatic Colors of #FEDA4B
Black with #FEDA4B
Text Example
Text Example
White with #FEDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA4B; }
p { color: rgb(254,218,75); }
H1.HeaderClassName
{
color: #FEDA4B;
}
.AnyTagClassName
{
color: #FEDA4B;
}
</style>
background-color css
<style>
a { background-color: #FEDA4B; }
a { background-color: rgb(254,218,75); }
div.DivClassName
{
background-color: #FEDA4B;
}
.BgClassName
{
background-color: #FEDA4B;
}
</style>
border-color css
<style>
span { border-color: #FEDA4B; }
span { border-color: rgb(254,218,75); }
td.TdClassName
{
border-color: #FEDA4B;
}
.TagClassName
{
border-color: #FEDA4B;
}
</style>