Shades of Energy Yellow #FED94C
Tints of Energy Yellow #FED94C
RGB
CMYK
RGB Variations
Color information
#FED94C (or 0xFED94C) is known color: Energy Yellow. HEX triplet: FE, D9 and 4C. RGB value is (254,217,76). Sum of RGB (Red+Green+Blue) = 254+217+76=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 76 (30.08% from 255 or 13.89% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED94C is #0126B3. Grayscale: #D4D4D4. Windows color (decimal): -75444 or 5036542. OLE color: 5036542.
HSL color Cylindrical-coordinate representation of color #FED94C: hue angle of 47.53º 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 #FED94C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 76 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.00 |
| HSL | 47.53º | 0.99% | 0.65% | - |
| HSV(B) | 47.53º | 0.7% | 1% | - |
| XYZ | 66.99 | 71.22 | 17.05 | - |
| YUV | 211.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 76 | 0 | 0.15 | 0.70 | 0.00 | 47.53 | 0.99 | 0.65 |
| Hex | FE | D9 | 4C | 0 | F | 46 | 0 | 30 | 63 | 41 |
| Octal | 376 | 331 | 114 | 0 | 17 | 106 | 0 | 60 | 143 | 101 |
| Binary | 11111110 | 11011001 | 1001100 | 0 | 1111 | 1000110 | 0 | 110000 | 1100011 | 1000001 |
Color Harmonies of #FED94C
Complementary color
Monochromatic Colors of #FED94C
Black with #FED94C
Text Example
Text Example
White with #FED94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED94C; }
p { color: rgb(254,217,76); }
H1.HeaderClassName
{
color: #FED94C;
}
.AnyTagClassName
{
color: #FED94C;
}
</style>
background-color css
<style>
a { background-color: #FED94C; }
a { background-color: rgb(254,217,76); }
div.DivClassName
{
background-color: #FED94C;
}
.BgClassName
{
background-color: #FED94C;
}
</style>
border-color css
<style>
span { border-color: #FED94C; }
span { border-color: rgb(254,217,76); }
td.TdClassName
{
border-color: #FED94C;
}
.TagClassName
{
border-color: #FED94C;
}
</style>