Shades of Energy Yellow #FED84E
Tints of Energy Yellow #FED84E
RGB
CMYK
RGB Variations
Color information
#FED84E (or 0xFED84E) is known color: Energy Yellow. HEX triplet: FE, D8 and 4E. RGB value is (254,216,78). Sum of RGB (Red+Green+Blue) = 254+216+78=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 78 (30.86% from 255 or 14.23% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED84E is #0127B1. Grayscale: #D4D4D4. Windows color (decimal): -75698 or 5167358. OLE color: 5167358.
HSL color Cylindrical-coordinate representation of color #FED84E: hue angle of 47.05º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FED84E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 78 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.00 |
| HSL | 47.05º | 0.99% | 0.65% | - |
| HSV(B) | 47.05º | 0.69% | 1% | - |
| XYZ | 66.8 | 70.73 | 17.34 | - |
| YUV | 211.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 78 | 0 | 0.15 | 0.69 | 0.00 | 47.05 | 0.99 | 0.65 |
| Hex | FE | D8 | 4E | 0 | F | 45 | 0 | 2F | 63 | 41 |
| Octal | 376 | 330 | 116 | 0 | 17 | 105 | 0 | 57 | 143 | 101 |
| Binary | 11111110 | 11011000 | 1001110 | 0 | 1111 | 1000101 | 0 | 101111 | 1100011 | 1000001 |
Color Harmonies of #FED84E
Complementary color
Monochromatic Colors of #FED84E
Black with #FED84E
Text Example
Text Example
White with #FED84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED84E; }
p { color: rgb(254,216,78); }
H1.HeaderClassName
{
color: #FED84E;
}
.AnyTagClassName
{
color: #FED84E;
}
</style>
background-color css
<style>
a { background-color: #FED84E; }
a { background-color: rgb(254,216,78); }
div.DivClassName
{
background-color: #FED84E;
}
.BgClassName
{
background-color: #FED84E;
}
</style>
border-color css
<style>
span { border-color: #FED84E; }
span { border-color: rgb(254,216,78); }
td.TdClassName
{
border-color: #FED84E;
}
.TagClassName
{
border-color: #FED84E;
}
</style>