Shades of Energy Yellow #FED544
Tints of Energy Yellow #FED544
RGB
CMYK
RGB Variations
Color information
#FED544 (or 0xFED544) is known color: Energy Yellow. HEX triplet: FE, D5 and 44. RGB value is (254,213,68). Sum of RGB (Red+Green+Blue) = 254+213+68=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 68 (26.95% from 255 or 12.71% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FED544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED544 is #012ABB. Grayscale: #D1D1D1. Windows color (decimal): -76476 or 4511230. OLE color: 4511230.
HSL color Cylindrical-coordinate representation of color #FED544: hue angle of 46.77º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FED544 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 68 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.00 |
| HSL | 46.77º | 0.99% | 0.63% | - |
| HSV(B) | 46.77º | 0.73% | 1% | - |
| XYZ | 65.71 | 69.08 | 15.34 | - |
| YUV | 208.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 68 | 0 | 0.16 | 0.73 | 0.00 | 46.77 | 0.99 | 0.63 |
| Hex | FE | D5 | 44 | 0 | 10 | 49 | 0 | 2F | 63 | 3F |
| Octal | 376 | 325 | 104 | 0 | 20 | 111 | 0 | 57 | 143 | 77 |
| Binary | 11111110 | 11010101 | 1000100 | 0 | 10000 | 1001001 | 0 | 101111 | 1100011 | 111111 |
Color Harmonies of #FED544
Complementary color
Monochromatic Colors of #FED544
Black with #FED544
Text Example
Text Example
White with #FED544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED544; }
p { color: rgb(254,213,68); }
H1.HeaderClassName
{
color: #FED544;
}
.AnyTagClassName
{
color: #FED544;
}
</style>
background-color css
<style>
a { background-color: #FED544; }
a { background-color: rgb(254,213,68); }
div.DivClassName
{
background-color: #FED544;
}
.BgClassName
{
background-color: #FED544;
}
</style>
border-color css
<style>
span { border-color: #FED544; }
span { border-color: rgb(254,213,68); }
td.TdClassName
{
border-color: #FED544;
}
.TagClassName
{
border-color: #FED544;
}
</style>