Shades of Energy Yellow #FED645
Tints of Energy Yellow #FED645
RGB
CMYK
RGB Variations
Color information
#FED645 (or 0xFED645) is known color: Energy Yellow. HEX triplet: FE, D6 and 45. RGB value is (254,214,69). Sum of RGB (Red+Green+Blue) = 254+214+69=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 69 (27.34% from 255 or 12.85% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FED645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED645 is #0129BA. Grayscale: #D2D2D2. Windows color (decimal): -76219 or 4577022. OLE color: 4577022.
HSL color Cylindrical-coordinate representation of color #FED645: hue angle of 47.03º 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 #FED645 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 69 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.00 |
| HSL | 47.03º | 0.99% | 0.63% | - |
| HSV(B) | 47.03º | 0.73% | 1% | - |
| XYZ | 65.99 | 69.59 | 15.58 | - |
| YUV | 209.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 69 | 0 | 0.16 | 0.73 | 0.00 | 47.03 | 0.99 | 0.63 |
| Hex | FE | D6 | 45 | 0 | 10 | 49 | 0 | 2F | 63 | 3F |
| Octal | 376 | 326 | 105 | 0 | 20 | 111 | 0 | 57 | 143 | 77 |
| Binary | 11111110 | 11010110 | 1000101 | 0 | 10000 | 1001001 | 0 | 101111 | 1100011 | 111111 |
Color Harmonies of #FED645
Complementary color
Monochromatic Colors of #FED645
Black with #FED645
Text Example
Text Example
White with #FED645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED645; }
p { color: rgb(254,214,69); }
H1.HeaderClassName
{
color: #FED645;
}
.AnyTagClassName
{
color: #FED645;
}
</style>
background-color css
<style>
a { background-color: #FED645; }
a { background-color: rgb(254,214,69); }
div.DivClassName
{
background-color: #FED645;
}
.BgClassName
{
background-color: #FED645;
}
</style>
border-color css
<style>
span { border-color: #FED645; }
span { border-color: rgb(254,214,69); }
td.TdClassName
{
border-color: #FED645;
}
.TagClassName
{
border-color: #FED645;
}
</style>