Shades of Energy Yellow #FEDC46
Tints of Energy Yellow #FEDC46
RGB
CMYK
RGB Variations
Color information
#FEDC46 (or 0xFEDC46) is known color: Energy Yellow. HEX triplet: FE, DC and 46. RGB value is (254,220,70). Sum of RGB (Red+Green+Blue) = 254+220+70=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 70 (27.73% from 255 or 12.87% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC46 is #0123B9. Grayscale: #D5D5D5. Windows color (decimal): -74682 or 4644094. OLE color: 4644094.
HSL color Cylindrical-coordinate representation of color #FEDC46: hue angle of 48.91º 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 #FEDC46 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 70 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.00 |
| HSL | 48.91º | 0.99% | 0.64% | - |
| HSV(B) | 48.91º | 0.72% | 1% | - |
| XYZ | 67.57 | 72.7 | 16.27 | - |
| YUV | 213.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 70 | 0 | 0.13 | 0.72 | 0.00 | 48.91 | 0.99 | 0.64 |
| Hex | FE | DC | 46 | 0 | D | 48 | 0 | 31 | 63 | 40 |
| Octal | 376 | 334 | 106 | 0 | 15 | 110 | 0 | 61 | 143 | 100 |
| Binary | 11111110 | 11011100 | 1000110 | 0 | 1101 | 1001000 | 0 | 110001 | 1100011 | 1000000 |
Color Harmonies of #FEDC46
Complementary color
Monochromatic Colors of #FEDC46
Black with #FEDC46
Text Example
Text Example
White with #FEDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC46; }
p { color: rgb(254,220,70); }
H1.HeaderClassName
{
color: #FEDC46;
}
.AnyTagClassName
{
color: #FEDC46;
}
</style>
background-color css
<style>
a { background-color: #FEDC46; }
a { background-color: rgb(254,220,70); }
div.DivClassName
{
background-color: #FEDC46;
}
.BgClassName
{
background-color: #FEDC46;
}
</style>
border-color css
<style>
span { border-color: #FEDC46; }
span { border-color: rgb(254,220,70); }
td.TdClassName
{
border-color: #FEDC46;
}
.TagClassName
{
border-color: #FEDC46;
}
</style>