Shades of Energy Yellow #FED546
Tints of Energy Yellow #FED546
RGB
CMYK
RGB Variations
Color information
#FED546 (or 0xFED546) is known color: Energy Yellow. HEX triplet: FE, D5 and 46. RGB value is (254,213,70). Sum of RGB (Red+Green+Blue) = 254+213+70=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 70 (27.73% from 255 or 13.04% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FED546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED546 is #012AB9. Grayscale: #D1D1D1. Windows color (decimal): -76474 or 4642302. OLE color: 4642302.
HSL color Cylindrical-coordinate representation of color #FED546: hue angle of 46.63º 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 #FED546 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 70 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.00 |
| HSL | 46.63º | 0.99% | 0.64% | - |
| HSV(B) | 46.63º | 0.72% | 1% | - |
| XYZ | 65.77 | 69.1 | 15.67 | - |
| YUV | 208.96 | 49.58 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 70 | 0 | 0.16 | 0.72 | 0.00 | 46.63 | 0.99 | 0.64 |
| Hex | FE | D5 | 46 | 0 | 10 | 48 | 0 | 2F | 63 | 40 |
| Octal | 376 | 325 | 106 | 0 | 20 | 110 | 0 | 57 | 143 | 100 |
| Binary | 11111110 | 11010101 | 1000110 | 0 | 10000 | 1001000 | 0 | 101111 | 1100011 | 1000000 |
Color Harmonies of #FED546
Complementary color
Monochromatic Colors of #FED546
Black with #FED546
Text Example
Text Example
White with #FED546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED546; }
p { color: rgb(254,213,70); }
H1.HeaderClassName
{
color: #FED546;
}
.AnyTagClassName
{
color: #FED546;
}
</style>
background-color css
<style>
a { background-color: #FED546; }
a { background-color: rgb(254,213,70); }
div.DivClassName
{
background-color: #FED546;
}
.BgClassName
{
background-color: #FED546;
}
</style>
border-color css
<style>
span { border-color: #FED546; }
span { border-color: rgb(254,213,70); }
td.TdClassName
{
border-color: #FED546;
}
.TagClassName
{
border-color: #FED546;
}
</style>