Color Hex Logo

#fe513a Color Hex

#FE513A
(254,81,58)
0 Favorites   0 Comments

Color spaces of #fe513a

RGB 2548158
HSL0.020.990.61
HSV77°100°
CMYK 0.000.680.77   0.00
XYZ44.579227.26126.9153
Yxy27.26120.56600.3461
Hunter Lab52.212361.033128.6959
CIE-Lab59.215364.275449.8857

#fe513a color RGB value is (254,81,58).

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

The process color (four color CMYK) of #fe513a color hex is 0.00, 0.68, 0.77, 0.00. Web safe color of #fe513a is #ff6633. Color #fe513a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 00111010
Octal 376 121 72
Decimal 254 81 58
Hex FE 51 3A

RGB Percentages of Color #fe513a

%64.63
%20.61
%14.76

CMYK Percentages of Color #fe513a

%0
%68
%77
%0

Triadic Colors of #fe513a

#fe513a #3afe51 #513afe

Analogous Colors of #fe513a

#fe513a #feb33a #fe3a85

Monochromatic Colors of #fe513a

#fe513a

Complementary Color

#fe513a #3ae7fe

#fe513a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe513a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe513a Color CSS Codes

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

#fe513a Text Font Color

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

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


#fe513a Background Color

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

This div background color is #fe513a


#fe513a Border Color

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

This div border color is #fe513a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,81,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 #fe513a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe513a

Related Colors


Comments

No comments written yet.

Please login to write comment.