Shades of Energy Yellow #FED749
Tints of Energy Yellow #FED749
RGB
CMYK
RGB Variations
Color information
#FED749 (or 0xFED749) is known color: Energy Yellow. HEX triplet: FE, D7 and 49. RGB value is (254,215,73). Sum of RGB (Red+Green+Blue) = 254+215+73=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FED749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED749 is #0128B6. Grayscale: #D3D3D3. Windows color (decimal): -75959 or 4839422. OLE color: 4839422.
HSL color Cylindrical-coordinate representation of color #FED749: hue angle of 47.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FED749 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 73 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.00 |
| HSL | 47.07º | 0.99% | 0.64% | - |
| HSV(B) | 47.07º | 0.71% | 1% | - |
| XYZ | 66.38 | 70.15 | 16.35 | - |
| YUV | 210.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 73 | 0 | 0.15 | 0.71 | 0.00 | 47.07 | 0.99 | 0.64 |
| Hex | FE | D7 | 49 | 0 | F | 47 | 0 | 2F | 63 | 40 |
| Octal | 376 | 327 | 111 | 0 | 17 | 107 | 0 | 57 | 143 | 100 |
| Binary | 11111110 | 11010111 | 1001001 | 0 | 1111 | 1000111 | 0 | 101111 | 1100011 | 1000000 |
Color Harmonies of #FED749
Complementary color
Monochromatic Colors of #FED749
Black with #FED749
Text Example
Text Example
White with #FED749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED749; }
p { color: rgb(254,215,73); }
H1.HeaderClassName
{
color: #FED749;
}
.AnyTagClassName
{
color: #FED749;
}
</style>
background-color css
<style>
a { background-color: #FED749; }
a { background-color: rgb(254,215,73); }
div.DivClassName
{
background-color: #FED749;
}
.BgClassName
{
background-color: #FED749;
}
</style>
border-color css
<style>
span { border-color: #FED749; }
span { border-color: rgb(254,215,73); }
td.TdClassName
{
border-color: #FED749;
}
.TagClassName
{
border-color: #FED749;
}
</style>