#FED944

Color #FED944 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #FED944

Tints of Energy Yellow #FED944

Color information

#FED944 (or 0xFED944) is unknown color: approx Energy Yellow. HEX triplet: FE, D9 and 44. RGB value is (254,217,68). Sum of RGB (Red+Green+Blue) = 254+217+68=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 68 (26.95% from 255 or 12.62% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FED944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED944 is #0126BB. Grayscale: #D3D3D3. Windows color (decimal): -75452 or 4512254. OLE color: 4512254.

HSL color Cylindrical-coordinate representation of color #FED944: hue angle of 48.06º 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 #FED944 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB25421768-
CMYK00.150.730.00
HSL48.06º98.94%63.14%-
HSV(B)48.06º73.23%99.61%-
XYZ66.7371.1115.68-
YUV211.0847.26158.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 68 (26.95% from 255) = 12.62%
R=47.12%
G=40.26%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542176800.150.730.0048.0698.9463.14
HexFED9440F49030633f
Octal37633110401711106014377
Binary1111111011011001100010001111100100101100001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED944; }

 p { color: rgb(254,217,68); }

 H1.HeaderClassName
 {
   color: #FED944;
 }
 .AnyTagClassName
 {
   color: #FED944;
 }
</style>
background-color css

<style>
 a { background-color: #FED944; }

 a { background-color: rgb(254,217,68); }

 div.DivClassName
 {
   background-color: #FED944;
 }
 .BgClassName
 {
   background-color: #FED944;
 }
</style>
border-color css

<style>
 span { border-color: #FED944; }

 span { border-color: rgb(254,217,68); }

 td.TdClassName
 {
   border-color: #FED944;
 }
 .TagClassName
 {
   border-color: #FED944;
 }
</style>