Shades of Energy Yellow #FEDE4A
Tints of Energy Yellow #FEDE4A
RGB
CMYK
RGB Variations
Color information
#FEDE4A (or 0xFEDE4A) is known color: Energy Yellow. HEX triplet: FE, DE and 4A. RGB value is (254,222,74). Sum of RGB (Red+Green+Blue) = 254+222+74=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 74 (29.30% from 255 or 13.45% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE4A is #0121B5. Grayscale: #D7D7D7. Windows color (decimal): -74166 or 4906750. OLE color: 4906750.
HSL color Cylindrical-coordinate representation of color #FEDE4A: hue angle of 49.33º 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 #FEDE4A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 74 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.00 |
| HSL | 49.33º | 0.99% | 0.64% | - |
| HSV(B) | 49.33º | 0.71% | 1% | - |
| XYZ | 68.23 | 73.81 | 17.13 | - |
| YUV | 214.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 74 | 0 | 0.13 | 0.71 | 0.00 | 49.33 | 0.99 | 0.64 |
| Hex | FE | DE | 4A | 0 | D | 47 | 0 | 31 | 63 | 40 |
| Octal | 376 | 336 | 112 | 0 | 15 | 107 | 0 | 61 | 143 | 100 |
| Binary | 11111110 | 11011110 | 1001010 | 0 | 1101 | 1000111 | 0 | 110001 | 1100011 | 1000000 |
Color Harmonies of #FEDE4A
Complementary color
Monochromatic Colors of #FEDE4A
Black with #FEDE4A
Text Example
Text Example
White with #FEDE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE4A; }
p { color: rgb(254,222,74); }
H1.HeaderClassName
{
color: #FEDE4A;
}
.AnyTagClassName
{
color: #FEDE4A;
}
</style>
background-color css
<style>
a { background-color: #FEDE4A; }
a { background-color: rgb(254,222,74); }
div.DivClassName
{
background-color: #FEDE4A;
}
.BgClassName
{
background-color: #FEDE4A;
}
</style>
border-color css
<style>
span { border-color: #FEDE4A; }
span { border-color: rgb(254,222,74); }
td.TdClassName
{
border-color: #FEDE4A;
}
.TagClassName
{
border-color: #FEDE4A;
}
</style>