Color Hex Logo

#fe813e Color Hex

#FE813E
(254,129,62)
0 Favorites   0 Comments

Color spaces of #fe813e

RGB 25412962
HSL0.060.990.62
HSV21°76°100°
CMYK 0.000.490.76   0.00
XYZ49.592837.11919.1083
Yxy37.11910.51760.3874
Hunter Lab60.925438.678033.7840
CIE-Lab67.366343.191156.2657

#fe813e color RGB value is (254,129,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000001 00111110
Octal 376 201 76
Decimal 254 129 62
Hex FE 81 3E

RGB Percentages of Color #fe813e

%57.08
%28.99
%13.93

CMYK Percentages of Color #fe813e

%0
%49
%76
%0

Triadic Colors of #fe813e

#fe813e #3efe81 #813efe

Analogous Colors of #fe813e

#fe813e #fee13e #fe3e5b

Monochromatic Colors of #fe813e

#fe813e

Complementary Color

#fe813e #3ebbfe

#fe813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe813e Color CSS Codes

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

#fe813e Text Font Color

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

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


#fe813e Background Color

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

This div background color is #fe813e


#fe813e Border Color

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

This div border color is #fe813e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe813e

Related Colors


Comments

No comments written yet.

Please login to write comment.