Shades of Energy Yellow #FED744
Tints of Energy Yellow #FED744
RGB
CMYK
RGB Variations
Color information
#FED744 (or 0xFED744) is known color: Energy Yellow. HEX triplet: FE, D7 and 44. RGB value is (254,215,68). Sum of RGB (Red+Green+Blue) = 254+215+68=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 68 (26.95% from 255 or 12.66% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FED744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED744 is #0128BB. Grayscale: #D2D2D2. Windows color (decimal): -75964 or 4511742. OLE color: 4511742.
HSL color Cylindrical-coordinate representation of color #FED744: hue angle of 47.42º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FED744 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 68 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.00 |
| HSL | 47.42º | 0.99% | 0.63% | - |
| HSV(B) | 47.42º | 0.73% | 1% | - |
| XYZ | 66.22 | 70.09 | 15.51 | - |
| YUV | 209.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 68 | 0 | 0.15 | 0.73 | 0.00 | 47.42 | 0.99 | 0.63 |
| Hex | FE | D7 | 44 | 0 | F | 49 | 0 | 2F | 63 | 3F |
| Octal | 376 | 327 | 104 | 0 | 17 | 111 | 0 | 57 | 143 | 77 |
| Binary | 11111110 | 11010111 | 1000100 | 0 | 1111 | 1001001 | 0 | 101111 | 1100011 | 111111 |
Color Harmonies of #FED744
Complementary color
Monochromatic Colors of #FED744
Black with #FED744
Text Example
Text Example
White with #FED744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED744; }
p { color: rgb(254,215,68); }
H1.HeaderClassName
{
color: #FED744;
}
.AnyTagClassName
{
color: #FED744;
}
</style>
background-color css
<style>
a { background-color: #FED744; }
a { background-color: rgb(254,215,68); }
div.DivClassName
{
background-color: #FED744;
}
.BgClassName
{
background-color: #FED744;
}
</style>
border-color css
<style>
span { border-color: #FED744; }
span { border-color: rgb(254,215,68); }
td.TdClassName
{
border-color: #FED744;
}
.TagClassName
{
border-color: #FED744;
}
</style>