Color Hex Logo

#fe993e Color Hex

#FE993E
(254,153,62)
0 Favorites   0 Comments

Color spaces of #fe993e

RGB 25415362
HSL0.080.990.62
HSV28°76°100°
CMYK 0.000.400.76   0.00
XYZ53.133844.201110.2886
Yxy44.20110.49370.4107
Hunter Lab66.483926.310037.3634
CIE-Lab72.362731.015961.2543

#fe993e color RGB value is (254,153,62).

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

The process color (four color CMYK) of #fe993e color hex is 0.00, 0.40, 0.76, 0.00. Web safe color of #fe993e is #ff9933. Color #fe993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 00111110
Octal 376 231 76
Decimal 254 153 62
Hex FE 99 3E

RGB Percentages of Color #fe993e

%54.16
%32.62
%13.22

CMYK Percentages of Color #fe993e

%0
%40
%76
%0

Triadic Colors of #fe993e

#fe993e #3efe99 #993efe

Analogous Colors of #fe993e

#fe993e #fef93e #fe3e43

Monochromatic Colors of #fe993e

#fe993e

Complementary Color

#fe993e #3ea3fe

#fe993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe993e Color CSS Codes

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

#fe993e Text Font Color

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

This sample text font color is #fe993e
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.


#fe993e Background Color

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

This div background color is #fe993e


#fe993e Border Color

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

This div border color is #fe993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe993e

Related Colors


Comments

No comments written yet.

Please login to write comment.