Shades of Energy Yellow #FEDC47
Tints of Energy Yellow #FEDC47
RGB
CMYK
RGB Variations
Color information
#FEDC47 (or 0xFEDC47) is known color: Energy Yellow. HEX triplet: FE, DC and 47. RGB value is (254,220,71). Sum of RGB (Red+Green+Blue) = 254+220+71=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 71 (28.12% from 255 or 13.03% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC47 is #0123B8. Grayscale: #D5D5D5. Windows color (decimal): -74681 or 4709630. OLE color: 4709630.
HSL color Cylindrical-coordinate representation of color #FEDC47: hue angle of 48.85º 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 #FEDC47 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 71 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.00 |
| HSL | 48.85º | 0.99% | 0.64% | - |
| HSV(B) | 48.85º | 0.72% | 1% | - |
| XYZ | 67.6 | 72.71 | 16.43 | - |
| YUV | 213.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 71 | 0 | 0.13 | 0.72 | 0.00 | 48.85 | 0.99 | 0.64 |
| Hex | FE | DC | 47 | 0 | D | 48 | 0 | 31 | 63 | 40 |
| Octal | 376 | 334 | 107 | 0 | 15 | 110 | 0 | 61 | 143 | 100 |
| Binary | 11111110 | 11011100 | 1000111 | 0 | 1101 | 1001000 | 0 | 110001 | 1100011 | 1000000 |
Color Harmonies of #FEDC47
Complementary color
Monochromatic Colors of #FEDC47
Black with #FEDC47
Text Example
Text Example
White with #FEDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC47; }
p { color: rgb(254,220,71); }
H1.HeaderClassName
{
color: #FEDC47;
}
.AnyTagClassName
{
color: #FEDC47;
}
</style>
background-color css
<style>
a { background-color: #FEDC47; }
a { background-color: rgb(254,220,71); }
div.DivClassName
{
background-color: #FEDC47;
}
.BgClassName
{
background-color: #FEDC47;
}
</style>
border-color css
<style>
span { border-color: #FEDC47; }
span { border-color: rgb(254,220,71); }
td.TdClassName
{
border-color: #FEDC47;
}
.TagClassName
{
border-color: #FEDC47;
}
</style>