Shades of Energy Yellow #FEDD48
Tints of Energy Yellow #FEDD48
RGB
CMYK
RGB Variations
Color information
#FEDD48 (or 0xFEDD48) is known color: Energy Yellow. HEX triplet: FE, DD and 48. RGB value is (254,221,72). Sum of RGB (Red+Green+Blue) = 254+221+72=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 72 (28.52% from 255 or 13.16% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD48 is #0122B7. Grayscale: #D6D6D6. Windows color (decimal): -74424 or 4775422. OLE color: 4775422.
HSL color Cylindrical-coordinate representation of color #FEDD48: hue angle of 49.12º 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 #FEDD48 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 72 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.00 |
| HSL | 49.12º | 0.99% | 0.64% | - |
| HSV(B) | 49.12º | 0.72% | 1% | - |
| XYZ | 67.9 | 73.25 | 16.69 | - |
| YUV | 213.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 72 | 0 | 0.13 | 0.72 | 0.00 | 49.12 | 0.99 | 0.64 |
| Hex | FE | DD | 48 | 0 | D | 48 | 0 | 31 | 63 | 40 |
| Octal | 376 | 335 | 110 | 0 | 15 | 110 | 0 | 61 | 143 | 100 |
| Binary | 11111110 | 11011101 | 1001000 | 0 | 1101 | 1001000 | 0 | 110001 | 1100011 | 1000000 |
Color Harmonies of #FEDD48
Complementary color
Monochromatic Colors of #FEDD48
Black with #FEDD48
Text Example
Text Example
White with #FEDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD48; }
p { color: rgb(254,221,72); }
H1.HeaderClassName
{
color: #FEDD48;
}
.AnyTagClassName
{
color: #FEDD48;
}
</style>
background-color css
<style>
a { background-color: #FEDD48; }
a { background-color: rgb(254,221,72); }
div.DivClassName
{
background-color: #FEDD48;
}
.BgClassName
{
background-color: #FEDD48;
}
</style>
border-color css
<style>
span { border-color: #FEDD48; }
span { border-color: rgb(254,221,72); }
td.TdClassName
{
border-color: #FEDD48;
}
.TagClassName
{
border-color: #FEDD48;
}
</style>