Shades of Energy Yellow #FED949
Tints of Energy Yellow #FED949
RGB
CMYK
RGB Variations
Color information
#FED949 (or 0xFED949) is known color: Energy Yellow. HEX triplet: FE, D9 and 49. RGB value is (254,217,73). Sum of RGB (Red+Green+Blue) = 254+217+73=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 73 (28.91% from 255 or 13.42% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED949 is #0126B6. Grayscale: #D4D4D4. Windows color (decimal): -75447 or 4839934. OLE color: 4839934.
HSL color Cylindrical-coordinate representation of color #FED949: hue angle of 47.73º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FED949 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 73 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.00 |
| HSL | 47.73º | 0.99% | 0.64% | - |
| HSV(B) | 47.73º | 0.71% | 1% | - |
| XYZ | 66.89 | 71.18 | 16.52 | - |
| YUV | 211.65 | 49.76 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 73 | 0 | 0.15 | 0.71 | 0.00 | 47.73 | 0.99 | 0.64 |
| Hex | FE | D9 | 49 | 0 | F | 47 | 0 | 30 | 63 | 40 |
| Octal | 376 | 331 | 111 | 0 | 17 | 107 | 0 | 60 | 143 | 100 |
| Binary | 11111110 | 11011001 | 1001001 | 0 | 1111 | 1000111 | 0 | 110000 | 1100011 | 1000000 |
Color Harmonies of #FED949
Complementary color
Monochromatic Colors of #FED949
Black with #FED949
Text Example
Text Example
White with #FED949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED949; }
p { color: rgb(254,217,73); }
H1.HeaderClassName
{
color: #FED949;
}
.AnyTagClassName
{
color: #FED949;
}
</style>
background-color css
<style>
a { background-color: #FED949; }
a { background-color: rgb(254,217,73); }
div.DivClassName
{
background-color: #FED949;
}
.BgClassName
{
background-color: #FED949;
}
</style>
border-color css
<style>
span { border-color: #FED949; }
span { border-color: rgb(254,217,73); }
td.TdClassName
{
border-color: #FED949;
}
.TagClassName
{
border-color: #FED949;
}
</style>