Color Hex Logo

#fe962e Color Hex

#FE962E
(254,150,46)
0 Favorites   0 Comments

Color spaces of #fe962e

RGB 25415046
HSL0.080.990.59
HSV30°82°100°
CMYK 0.000.410.82   0.00
XYZ52.272543.08088.1451
Yxy43.08080.50510.4162
Hunter Lab65.636027.294538.5876
CIE-Lab71.609832.023566.7809

#fe962e color RGB value is (254,150,46).

#fe962e hex color red value is 254, green value is 150 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fe962e hue: 0.08 , saturation: 0.99 and the lightness value of fe962e is 0.59.

The process color (four color CMYK) of #fe962e color hex is 0.00, 0.41, 0.82, 0.00. Web safe color of #fe962e is #ff9933. Color #fe962e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 00101110
Octal 376 226 56
Decimal 254 150 46
Hex FE 96 2E

RGB Percentages of Color #fe962e

%56.44
%33.33
%10.22

CMYK Percentages of Color #fe962e

%0
%41
%82
%0

Triadic Colors of #fe962e

#fe962e #2efe96 #962efe

Analogous Colors of #fe962e

#fe962e #fefe2e #fe2e2e

Monochromatic Colors of #fe962e

#fe962e

Complementary Color

#fe962e #2e96fe

#fe962e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe962e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe962e Color CSS Codes

.mybgcolor {background-color:#fe962e; } 
.myforecolor {color:#fe962e; }
.mybordercolor {border:3px solid #fe962e; }

#fe962e Text Font Color

<p style="color:#fe962e">Text here</p>

This sample text font color is #fe962e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fe962e Background Color

<div style="background-color:#fe962e">
Div content here</div>

This div background color is #fe962e


#fe962e Border Color

<div style="border:3px solid #fe962e">
Div here</div>

This div border color is #fe962e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,150,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe962e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe962e;
  -webkit-box-shadow: 1px 1px 3px 2px #fe962e;
  box-shadow:         1px 1px 3px 2px #fe962e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,150,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe962e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fe962e;
  -webkit-box-shadow: 1px 1px 3px 2px #fe962e;
  box-shadow:         1px 1px 3px 2px #fe962e;">
Div content here</div>

This div box has shadow with color #fe962e

Related Colors


Comments

No comments written yet.

Please login to write comment.