Shades of Energy Yellow #FEDF47
Tints of Energy Yellow #FEDF47
RGB
CMYK
RGB Variations
Color information
#FEDF47 (or 0xFEDF47) is known color: Energy Yellow. HEX triplet: FE, DF and 47. RGB value is (254,223,71). Sum of RGB (Red+Green+Blue) = 254+223+71=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 71 (28.12% from 255 or 12.96% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF47 is #0120B8. Grayscale: #D7D7D7. Windows color (decimal): -73913 or 4710398. OLE color: 4710398.
HSL color Cylindrical-coordinate representation of color #FEDF47: hue angle of 49.84º 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 #FEDF47 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 71 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.00 |
| HSL | 49.84º | 0.99% | 0.64% | - |
| HSV(B) | 49.84º | 0.72% | 1% | - |
| XYZ | 68.4 | 74.3 | 16.7 | - |
| YUV | 214.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 71 | 0 | 0.12 | 0.72 | 0.00 | 49.84 | 0.99 | 0.64 |
| Hex | FE | DF | 47 | 0 | C | 48 | 0 | 32 | 63 | 40 |
| Octal | 376 | 337 | 107 | 0 | 14 | 110 | 0 | 62 | 143 | 100 |
| Binary | 11111110 | 11011111 | 1000111 | 0 | 1100 | 1001000 | 0 | 110010 | 1100011 | 1000000 |
Color Harmonies of #FEDF47
Complementary color
Monochromatic Colors of #FEDF47
Black with #FEDF47
Text Example
Text Example
White with #FEDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF47; }
p { color: rgb(254,223,71); }
H1.HeaderClassName
{
color: #FEDF47;
}
.AnyTagClassName
{
color: #FEDF47;
}
</style>
background-color css
<style>
a { background-color: #FEDF47; }
a { background-color: rgb(254,223,71); }
div.DivClassName
{
background-color: #FEDF47;
}
.BgClassName
{
background-color: #FEDF47;
}
</style>
border-color css
<style>
span { border-color: #FEDF47; }
span { border-color: rgb(254,223,71); }
td.TdClassName
{
border-color: #FEDF47;
}
.TagClassName
{
border-color: #FEDF47;
}
</style>