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