Shades of Energy Yellow #FEDB4A
Tints of Energy Yellow #FEDB4A
RGB
CMYK
RGB Variations
Color information
#FEDB4A (or 0xFEDB4A) is known color: Energy Yellow. HEX triplet: FE, DB and 4A. RGB value is (254,219,74). Sum of RGB (Red+Green+Blue) = 254+219+74=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB4A is #0124B5. Grayscale: #D5D5D5. Windows color (decimal): -74934 or 4905982. OLE color: 4905982.
HSL color Cylindrical-coordinate representation of color #FEDB4A: hue angle of 48.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 #FEDB4A is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 74 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.00 |
| HSL | 48.33º | 0.99% | 0.64% | - |
| HSV(B) | 48.33º | 0.71% | 1% | - |
| XYZ | 67.44 | 72.23 | 16.87 | - |
| YUV | 212.94 | 49.6 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 74 | 0 | 0.14 | 0.71 | 0.00 | 48.33 | 0.99 | 0.64 |
| Hex | FE | DB | 4A | 0 | E | 47 | 0 | 30 | 63 | 40 |
| Octal | 376 | 333 | 112 | 0 | 16 | 107 | 0 | 60 | 143 | 100 |
| Binary | 11111110 | 11011011 | 1001010 | 0 | 1110 | 1000111 | 0 | 110000 | 1100011 | 1000000 |
Color Harmonies of #FEDB4A
Complementary color
Monochromatic Colors of #FEDB4A
Black with #FEDB4A
Text Example
Text Example
White with #FEDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB4A; }
p { color: rgb(254,219,74); }
H1.HeaderClassName
{
color: #FEDB4A;
}
.AnyTagClassName
{
color: #FEDB4A;
}
</style>
background-color css
<style>
a { background-color: #FEDB4A; }
a { background-color: rgb(254,219,74); }
div.DivClassName
{
background-color: #FEDB4A;
}
.BgClassName
{
background-color: #FEDB4A;
}
</style>
border-color css
<style>
span { border-color: #FEDB4A; }
span { border-color: rgb(254,219,74); }
td.TdClassName
{
border-color: #FEDB4A;
}
.TagClassName
{
border-color: #FEDB4A;
}
</style>