Shades of Energy Yellow #FED848
Tints of Energy Yellow #FED848
RGB
CMYK
RGB Variations
Color information
#FED848 (or 0xFED848) is known color: Energy Yellow. HEX triplet: FE, D8 and 48. RGB value is (254,216,72). Sum of RGB (Red+Green+Blue) = 254+216+72=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 72 (28.52% from 255 or 13.28% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FED848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED848 is #0127B7. Grayscale: #D3D3D3. Windows color (decimal): -75704 or 4774142. OLE color: 4774142.
HSL color Cylindrical-coordinate representation of color #FED848: hue angle of 47.47º 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 #FED848 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 72 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.00 |
| HSL | 47.47º | 0.99% | 0.64% | - |
| HSV(B) | 47.47º | 0.72% | 1% | - |
| XYZ | 66.6 | 70.65 | 16.26 | - |
| YUV | 210.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 72 | 0 | 0.15 | 0.72 | 0.00 | 47.47 | 0.99 | 0.64 |
| Hex | FE | D8 | 48 | 0 | F | 48 | 0 | 2F | 63 | 40 |
| Octal | 376 | 330 | 110 | 0 | 17 | 110 | 0 | 57 | 143 | 100 |
| Binary | 11111110 | 11011000 | 1001000 | 0 | 1111 | 1001000 | 0 | 101111 | 1100011 | 1000000 |
Color Harmonies of #FED848
Complementary color
Monochromatic Colors of #FED848
Black with #FED848
Text Example
Text Example
White with #FED848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED848; }
p { color: rgb(254,216,72); }
H1.HeaderClassName
{
color: #FED848;
}
.AnyTagClassName
{
color: #FED848;
}
</style>
background-color css
<style>
a { background-color: #FED848; }
a { background-color: rgb(254,216,72); }
div.DivClassName
{
background-color: #FED848;
}
.BgClassName
{
background-color: #FED848;
}
</style>
border-color css
<style>
span { border-color: #FED848; }
span { border-color: rgb(254,216,72); }
td.TdClassName
{
border-color: #FED848;
}
.TagClassName
{
border-color: #FED848;
}
</style>