Shades of Energy Yellow #FEDF49
Tints of Energy Yellow #FEDF49
RGB
CMYK
RGB Variations
Color information
#FEDF49 (or 0xFEDF49) is known color: Energy Yellow. HEX triplet: FE, DF and 49. RGB value is (254,223,73). Sum of RGB (Red+Green+Blue) = 254+223+73=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF49 is #0120B6. Grayscale: #D7D7D7. Windows color (decimal): -73911 or 4841470. OLE color: 4841470.
HSL color Cylindrical-coordinate representation of color #FEDF49: hue angle of 49.72º 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 #FEDF49 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 73 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.00 |
| HSL | 49.72º | 0.99% | 0.64% | - |
| HSV(B) | 49.72º | 0.71% | 1% | - |
| XYZ | 68.46 | 74.33 | 17.04 | - |
| YUV | 215.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 73 | 0 | 0.12 | 0.71 | 0.00 | 49.72 | 0.99 | 0.64 |
| Hex | FE | DF | 49 | 0 | C | 47 | 0 | 32 | 63 | 40 |
| Octal | 376 | 337 | 111 | 0 | 14 | 107 | 0 | 62 | 143 | 100 |
| Binary | 11111110 | 11011111 | 1001001 | 0 | 1100 | 1000111 | 0 | 110010 | 1100011 | 1000000 |
Color Harmonies of #FEDF49
Complementary color
Monochromatic Colors of #FEDF49
Black with #FEDF49
Text Example
Text Example
White with #FEDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF49; }
p { color: rgb(254,223,73); }
H1.HeaderClassName
{
color: #FEDF49;
}
.AnyTagClassName
{
color: #FEDF49;
}
</style>
background-color css
<style>
a { background-color: #FEDF49; }
a { background-color: rgb(254,223,73); }
div.DivClassName
{
background-color: #FEDF49;
}
.BgClassName
{
background-color: #FEDF49;
}
</style>
border-color css
<style>
span { border-color: #FEDF49; }
span { border-color: rgb(254,223,73); }
td.TdClassName
{
border-color: #FEDF49;
}
.TagClassName
{
border-color: #FEDF49;
}
</style>