Color Hex Logo

#fe493a Color Hex

#FE493A
(254,73,58)
0 Favorites   0 Comments

Color spaces of #fe493a

RGB 2547358
HSL0.010.990.61
HSV77°100°
CMYK 0.000.710.77   0.00
XYZ44.019326.14146.7287
Yxy26.14140.57250.3400
Hunter Lab51.128764.204727.9873
CIE-Lab58.171067.143448.8095

#fe493a color RGB value is (254,73,58).

#fe493a hex color red value is 254, green value is 73 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fe493a hue: 0.01 , saturation: 0.99 and the lightness value of fe493a is 0.61.

The process color (four color CMYK) of #fe493a color hex is 0.00, 0.71, 0.77, 0.00. Web safe color of #fe493a is #ff3333. Color #fe493a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 00111010
Octal 376 111 72
Decimal 254 73 58
Hex FE 49 3A

RGB Percentages of Color #fe493a

%65.97
%18.96
%15.06

CMYK Percentages of Color #fe493a

%0
%71
%77
%0

Triadic Colors of #fe493a

#fe493a #3afe49 #493afe

Analogous Colors of #fe493a

#fe493a #feab3a #fe3a8d

Monochromatic Colors of #fe493a

#fe493a

Complementary Color

#fe493a #3aeffe

#fe493a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe493a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe493a Color CSS Codes

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

#fe493a Text Font Color

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

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


#fe493a Background Color

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

This div background color is #fe493a


#fe493a Border Color

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

This div border color is #fe493a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe493a


Comments

No comments written yet.

Please login to write comment.