Shades of Energy Yellow #FED947
Tints of Energy Yellow #FED947
RGB
CMYK
RGB Variations
Color information
#FED947 (or 0xFED947) is known color: Energy Yellow. HEX triplet: FE, D9 and 47. RGB value is (254,217,71). Sum of RGB (Red+Green+Blue) = 254+217+71=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 71 (28.12% from 255 or 13.10% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FED947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED947 is #0126B8. Grayscale: #D4D4D4. Windows color (decimal): -75449 or 4708862. OLE color: 4708862.
HSL color Cylindrical-coordinate representation of color #FED947: hue angle of 47.87º 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 #FED947 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 71 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.00 |
| HSL | 47.87º | 0.99% | 0.64% | - |
| HSV(B) | 47.87º | 0.72% | 1% | - |
| XYZ | 66.82 | 71.15 | 16.17 | - |
| YUV | 211.42 | 48.76 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 71 | 0 | 0.15 | 0.72 | 0.00 | 47.87 | 0.99 | 0.64 |
| Hex | FE | D9 | 47 | 0 | F | 48 | 0 | 30 | 63 | 40 |
| Octal | 376 | 331 | 107 | 0 | 17 | 110 | 0 | 60 | 143 | 100 |
| Binary | 11111110 | 11011001 | 1000111 | 0 | 1111 | 1001000 | 0 | 110000 | 1100011 | 1000000 |
Color Harmonies of #FED947
Complementary color
Monochromatic Colors of #FED947
Black with #FED947
Text Example
Text Example
White with #FED947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED947; }
p { color: rgb(254,217,71); }
H1.HeaderClassName
{
color: #FED947;
}
.AnyTagClassName
{
color: #FED947;
}
</style>
background-color css
<style>
a { background-color: #FED947; }
a { background-color: rgb(254,217,71); }
div.DivClassName
{
background-color: #FED947;
}
.BgClassName
{
background-color: #FED947;
}
</style>
border-color css
<style>
span { border-color: #FED947; }
span { border-color: rgb(254,217,71); }
td.TdClassName
{
border-color: #FED947;
}
.TagClassName
{
border-color: #FED947;
}
</style>