Color Hex Logo

#fe5719 Color Hex

#FE5719
(254,87,25)
0 Favorites   0 Comments

Color spaces of #fe5719

RGB 2548725
HSL0.050.990.55
HSV16°90°100°
CMYK 0.000.660.90   0.00
XYZ44.456727.95743.9729
Yxy27.95740.58200.3660
Hunter Lab52.874857.550632.5574
CIE-Lab59.850261.182564.4408

#fe5719 color RGB value is (254,87,25).

#fe5719 hex color red value is 254, green value is 87 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #fe5719 hue: 0.05 , saturation: 0.99 and the lightness value of fe5719 is 0.55.

The process color (four color CMYK) of #fe5719 color hex is 0.00, 0.66, 0.90, 0.00. Web safe color of #fe5719 is #ff6600. Color #fe5719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010111 00011001
Octal 376 127 31
Decimal 254 87 25
Hex FE 57 19

RGB Percentages of Color #fe5719

%69.40
%23.77
%6.83

CMYK Percentages of Color #fe5719

%0
%66
%90
%0

Triadic Colors of #fe5719

#fe5719 #19fe57 #5719fe

Analogous Colors of #fe5719

#fe5719 #feca19 #fe194d

Monochromatic Colors of #fe5719

#fe5719

Complementary Color

#fe5719 #19c0fe

#fe5719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5719 Color CSS Codes

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

#fe5719 Text Font Color

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

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


#fe5719 Background Color

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

This div background color is #fe5719


#fe5719 Border Color

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

This div border color is #fe5719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5719


Comments

No comments written yet.

Please login to write comment.