Shades of Energy Yellow #FEDB46
Tints of Energy Yellow #FEDB46
RGB
CMYK
RGB Variations
Color information
#FEDB46 (or 0xFEDB46) is known color: Energy Yellow. HEX triplet: FE, DB and 46. RGB value is (254,219,70). Sum of RGB (Red+Green+Blue) = 254+219+70=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 70 (27.73% from 255 or 12.89% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB46 is #0124B9. Grayscale: #D5D5D5. Windows color (decimal): -74938 or 4643838. OLE color: 4643838.
HSL color Cylindrical-coordinate representation of color #FEDB46: hue angle of 48.59º 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 #FEDB46 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 70 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.00 |
| HSL | 48.59º | 0.99% | 0.64% | - |
| HSV(B) | 48.59º | 0.72% | 1% | - |
| XYZ | 67.31 | 72.18 | 16.18 | - |
| YUV | 212.48 | 47.6 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 70 | 0 | 0.14 | 0.72 | 0.00 | 48.59 | 0.99 | 0.64 |
| Hex | FE | DB | 46 | 0 | E | 48 | 0 | 31 | 63 | 40 |
| Octal | 376 | 333 | 106 | 0 | 16 | 110 | 0 | 61 | 143 | 100 |
| Binary | 11111110 | 11011011 | 1000110 | 0 | 1110 | 1001000 | 0 | 110001 | 1100011 | 1000000 |
Color Harmonies of #FEDB46
Complementary color
Monochromatic Colors of #FEDB46
Black with #FEDB46
Text Example
Text Example
White with #FEDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB46; }
p { color: rgb(254,219,70); }
H1.HeaderClassName
{
color: #FEDB46;
}
.AnyTagClassName
{
color: #FEDB46;
}
</style>
background-color css
<style>
a { background-color: #FEDB46; }
a { background-color: rgb(254,219,70); }
div.DivClassName
{
background-color: #FEDB46;
}
.BgClassName
{
background-color: #FEDB46;
}
</style>
border-color css
<style>
span { border-color: #FEDB46; }
span { border-color: rgb(254,219,70); }
td.TdClassName
{
border-color: #FEDB46;
}
.TagClassName
{
border-color: #FEDB46;
}
</style>