Shades of Energy Yellow #FED644
Tints of Energy Yellow #FED644
RGB
CMYK
RGB Variations
Color information
#FED644 (or 0xFED644) is known color: Energy Yellow. HEX triplet: FE, D6 and 44. RGB value is (254,214,68). Sum of RGB (Red+Green+Blue) = 254+214+68=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 68 (26.95% from 255 or 12.69% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FED644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED644 is #0129BB. Grayscale: #D1D1D1. Windows color (decimal): -76220 or 4511486. OLE color: 4511486.
HSL color Cylindrical-coordinate representation of color #FED644: hue angle of 47.1º 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 #FED644 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 68 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.00 |
| HSL | 47.1º | 0.99% | 0.63% | - |
| HSV(B) | 47.1º | 0.73% | 1% | - |
| XYZ | 65.96 | 69.58 | 15.42 | - |
| YUV | 209.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 68 | 0 | 0.16 | 0.73 | 0.00 | 47.1 | 0.99 | 0.63 |
| Hex | FE | D6 | 44 | 0 | 10 | 49 | 0 | 2F | 63 | 3F |
| Octal | 376 | 326 | 104 | 0 | 20 | 111 | 0 | 57 | 143 | 77 |
| Binary | 11111110 | 11010110 | 1000100 | 0 | 10000 | 1001001 | 0 | 101111 | 1100011 | 111111 |
Color Harmonies of #FED644
Complementary color
Monochromatic Colors of #FED644
Black with #FED644
Text Example
Text Example
White with #FED644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED644; }
p { color: rgb(254,214,68); }
H1.HeaderClassName
{
color: #FED644;
}
.AnyTagClassName
{
color: #FED644;
}
</style>
background-color css
<style>
a { background-color: #FED644; }
a { background-color: rgb(254,214,68); }
div.DivClassName
{
background-color: #FED644;
}
.BgClassName
{
background-color: #FED644;
}
</style>
border-color css
<style>
span { border-color: #FED644; }
span { border-color: rgb(254,214,68); }
td.TdClassName
{
border-color: #FED644;
}
.TagClassName
{
border-color: #FED644;
}
</style>