Shades of Energy Yellow #FEDB48
Tints of Energy Yellow #FEDB48
RGB
CMYK
RGB Variations
Color information
#FEDB48 (or 0xFEDB48) is known color: Energy Yellow. HEX triplet: FE, DB and 48. RGB value is (254,219,72). Sum of RGB (Red+Green+Blue) = 254+219+72=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB48 is #0124B7. Grayscale: #D5D5D5. Windows color (decimal): -74936 or 4774910. OLE color: 4774910.
HSL color Cylindrical-coordinate representation of color #FEDB48: hue angle of 48.46º 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 #FEDB48 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 72 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.00 |
| HSL | 48.46º | 0.99% | 0.64% | - |
| HSV(B) | 48.46º | 0.72% | 1% | - |
| XYZ | 67.37 | 72.2 | 16.52 | - |
| YUV | 212.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 72 | 0 | 0.14 | 0.72 | 0.00 | 48.46 | 0.99 | 0.64 |
| Hex | FE | DB | 48 | 0 | E | 48 | 0 | 30 | 63 | 40 |
| Octal | 376 | 333 | 110 | 0 | 16 | 110 | 0 | 60 | 143 | 100 |
| Binary | 11111110 | 11011011 | 1001000 | 0 | 1110 | 1001000 | 0 | 110000 | 1100011 | 1000000 |
Color Harmonies of #FEDB48
Complementary color
Monochromatic Colors of #FEDB48
Black with #FEDB48
Text Example
Text Example
White with #FEDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB48; }
p { color: rgb(254,219,72); }
H1.HeaderClassName
{
color: #FEDB48;
}
.AnyTagClassName
{
color: #FEDB48;
}
</style>
background-color css
<style>
a { background-color: #FEDB48; }
a { background-color: rgb(254,219,72); }
div.DivClassName
{
background-color: #FEDB48;
}
.BgClassName
{
background-color: #FEDB48;
}
</style>
border-color css
<style>
span { border-color: #FEDB48; }
span { border-color: rgb(254,219,72); }
td.TdClassName
{
border-color: #FEDB48;
}
.TagClassName
{
border-color: #FEDB48;
}
</style>