Shades of Energy Yellow #FED94D
Tints of Energy Yellow #FED94D
RGB
CMYK
RGB Variations
Color information
#FED94D (or 0xFED94D) is known color: Energy Yellow. HEX triplet: FE, D9 and 4D. RGB value is (254,217,77). Sum of RGB (Red+Green+Blue) = 254+217+77=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED94D is #0126B2. Grayscale: #D4D4D4. Windows color (decimal): -75443 or 5102078. OLE color: 5102078.
HSL color Cylindrical-coordinate representation of color #FED94D: hue angle of 47.46º 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 #FED94D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 77 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.00 |
| HSL | 47.46º | 0.99% | 0.65% | - |
| HSV(B) | 47.46º | 0.7% | 1% | - |
| XYZ | 67.03 | 71.23 | 17.24 | - |
| YUV | 212.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 77 | 0 | 0.15 | 0.70 | 0.00 | 47.46 | 0.99 | 0.65 |
| Hex | FE | D9 | 4D | 0 | F | 46 | 0 | 2F | 63 | 41 |
| Octal | 376 | 331 | 115 | 0 | 17 | 106 | 0 | 57 | 143 | 101 |
| Binary | 11111110 | 11011001 | 1001101 | 0 | 1111 | 1000110 | 0 | 101111 | 1100011 | 1000001 |
Color Harmonies of #FED94D
Complementary color
Monochromatic Colors of #FED94D
Black with #FED94D
Text Example
Text Example
White with #FED94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED94D; }
p { color: rgb(254,217,77); }
H1.HeaderClassName
{
color: #FED94D;
}
.AnyTagClassName
{
color: #FED94D;
}
</style>
background-color css
<style>
a { background-color: #FED94D; }
a { background-color: rgb(254,217,77); }
div.DivClassName
{
background-color: #FED94D;
}
.BgClassName
{
background-color: #FED94D;
}
</style>
border-color css
<style>
span { border-color: #FED94D; }
span { border-color: rgb(254,217,77); }
td.TdClassName
{
border-color: #FED94D;
}
.TagClassName
{
border-color: #FED94D;
}
</style>