Color Hex Logo

#fe8319 Color Hex

#FE8319
(254,131,25)
0 Favorites   0 Comments

Color spaces of #fe8319

RGB 25413125
HSL0.080.990.55
HSV28°90°100°
CMYK 0.000.480.90   0.00
XYZ49.164837.37365.5423
Yxy37.37360.53390.4059
Hunter Lab61.134036.567837.4186
CIE-Lab67.556441.210469.9420

#fe8319 color RGB value is (254,131,25).

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

The process color (four color CMYK) of #fe8319 color hex is 0.00, 0.48, 0.90, 0.00. Web safe color of #fe8319 is #ff9900. Color #fe8319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 00011001
Octal 376 203 31
Decimal 254 131 25
Hex FE 83 19

RGB Percentages of Color #fe8319

%61.95
%31.95
%6.10

CMYK Percentages of Color #fe8319

%0
%48
%90
%0

Triadic Colors of #fe8319

#fe8319 #19fe83 #8319fe

Analogous Colors of #fe8319

#fe8319 #fef619 #fe1922

Monochromatic Colors of #fe8319

#fe8319

Complementary Color

#fe8319 #1994fe

#fe8319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8319 Color CSS Codes

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

#fe8319 Text Font Color

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

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


#fe8319 Background Color

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

This div background color is #fe8319


#fe8319 Border Color

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

This div border color is #fe8319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8319


Comments

No comments written yet.

Please login to write comment.