Shades of Energy Yellow #FED948
Tints of Energy Yellow #FED948
RGB
CMYK
RGB Variations
Color information
#FED948 (or 0xFED948) is known color: Energy Yellow. HEX triplet: FE, D9 and 48. RGB value is (254,217,72). Sum of RGB (Red+Green+Blue) = 254+217+72=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 72 (28.52% from 255 or 13.26% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FED948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED948 is #0126B7. Grayscale: #D4D4D4. Windows color (decimal): -75448 or 4774398. OLE color: 4774398.
HSL color Cylindrical-coordinate representation of color #FED948: hue angle of 47.8º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FED948 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 72 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.00 |
| HSL | 47.8º | 0.99% | 0.64% | - |
| HSV(B) | 47.8º | 0.72% | 1% | - |
| XYZ | 66.86 | 71.16 | 16.34 | - |
| YUV | 211.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 72 | 0 | 0.15 | 0.72 | 0.00 | 47.8 | 0.99 | 0.64 |
| Hex | FE | D9 | 48 | 0 | F | 48 | 0 | 30 | 63 | 40 |
| Octal | 376 | 331 | 110 | 0 | 17 | 110 | 0 | 60 | 143 | 100 |
| Binary | 11111110 | 11011001 | 1001000 | 0 | 1111 | 1001000 | 0 | 110000 | 1100011 | 1000000 |
Color Harmonies of #FED948
Complementary color
Monochromatic Colors of #FED948
Black with #FED948
Text Example
Text Example
White with #FED948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED948; }
p { color: rgb(254,217,72); }
H1.HeaderClassName
{
color: #FED948;
}
.AnyTagClassName
{
color: #FED948;
}
</style>
background-color css
<style>
a { background-color: #FED948; }
a { background-color: rgb(254,217,72); }
div.DivClassName
{
background-color: #FED948;
}
.BgClassName
{
background-color: #FED948;
}
</style>
border-color css
<style>
span { border-color: #FED948; }
span { border-color: rgb(254,217,72); }
td.TdClassName
{
border-color: #FED948;
}
.TagClassName
{
border-color: #FED948;
}
</style>