Shades of Energy Yellow #FED94B
Tints of Energy Yellow #FED94B
RGB
CMYK
RGB Variations
Color information
#FED94B (or 0xFED94B) is known color: Energy Yellow. HEX triplet: FE, D9 and 4B. RGB value is (254,217,75). Sum of RGB (Red+Green+Blue) = 254+217+75=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 75 (29.69% from 255 or 13.74% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FED94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED94B is #0126B4. Grayscale: #D4D4D4. Windows color (decimal): -75445 or 4971006. OLE color: 4971006.
HSL color Cylindrical-coordinate representation of color #FED94B: hue angle of 47.6º 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 #FED94B is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 75 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.00 |
| HSL | 47.6º | 0.99% | 0.65% | - |
| HSV(B) | 47.6º | 0.7% | 1% | - |
| XYZ | 66.96 | 71.2 | 16.87 | - |
| YUV | 211.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 75 | 0 | 0.15 | 0.70 | 0.00 | 47.6 | 0.99 | 0.65 |
| Hex | FE | D9 | 4B | 0 | F | 46 | 0 | 30 | 63 | 41 |
| Octal | 376 | 331 | 113 | 0 | 17 | 106 | 0 | 60 | 143 | 101 |
| Binary | 11111110 | 11011001 | 1001011 | 0 | 1111 | 1000110 | 0 | 110000 | 1100011 | 1000001 |
Color Harmonies of #FED94B
Complementary color
Monochromatic Colors of #FED94B
Black with #FED94B
Text Example
Text Example
White with #FED94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED94B; }
p { color: rgb(254,217,75); }
H1.HeaderClassName
{
color: #FED94B;
}
.AnyTagClassName
{
color: #FED94B;
}
</style>
background-color css
<style>
a { background-color: #FED94B; }
a { background-color: rgb(254,217,75); }
div.DivClassName
{
background-color: #FED94B;
}
.BgClassName
{
background-color: #FED94B;
}
</style>
border-color css
<style>
span { border-color: #FED94B; }
span { border-color: rgb(254,217,75); }
td.TdClassName
{
border-color: #FED94B;
}
.TagClassName
{
border-color: #FED94B;
}
</style>