Shades of Energy Yellow #FEDA47
Tints of Energy Yellow #FEDA47
RGB
CMYK
RGB Variations
Color information
#FEDA47 (or 0xFEDA47) is known color: Energy Yellow. HEX triplet: FE, DA and 47. RGB value is (254,218,71). Sum of RGB (Red+Green+Blue) = 254+218+71=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 71 (28.12% from 255 or 13.08% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA47 is #0125B8. Grayscale: #D4D4D4. Windows color (decimal): -75193 or 4709118. OLE color: 4709118.
HSL color Cylindrical-coordinate representation of color #FEDA47: hue angle of 48.2º 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 #FEDA47 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 71 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.00 |
| HSL | 48.2º | 0.99% | 0.64% | - |
| HSV(B) | 48.2º | 0.72% | 1% | - |
| XYZ | 67.08 | 71.67 | 16.26 | - |
| YUV | 212.01 | 48.43 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 71 | 0 | 0.14 | 0.72 | 0.00 | 48.2 | 0.99 | 0.64 |
| Hex | FE | DA | 47 | 0 | E | 48 | 0 | 30 | 63 | 40 |
| Octal | 376 | 332 | 107 | 0 | 16 | 110 | 0 | 60 | 143 | 100 |
| Binary | 11111110 | 11011010 | 1000111 | 0 | 1110 | 1001000 | 0 | 110000 | 1100011 | 1000000 |
Color Harmonies of #FEDA47
Complementary color
Monochromatic Colors of #FEDA47
Black with #FEDA47
Text Example
Text Example
White with #FEDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA47; }
p { color: rgb(254,218,71); }
H1.HeaderClassName
{
color: #FEDA47;
}
.AnyTagClassName
{
color: #FEDA47;
}
</style>
background-color css
<style>
a { background-color: #FEDA47; }
a { background-color: rgb(254,218,71); }
div.DivClassName
{
background-color: #FEDA47;
}
.BgClassName
{
background-color: #FEDA47;
}
</style>
border-color css
<style>
span { border-color: #FEDA47; }
span { border-color: rgb(254,218,71); }
td.TdClassName
{
border-color: #FEDA47;
}
.TagClassName
{
border-color: #FEDA47;
}
</style>