Color Hex Logo

#fe831e Color Hex

#FE831E
(254,131,30)
0 Favorites   0 Comments

Color spaces of #fe831e

RGB 25413130
HSL0.080.990.56
HSV27°88°100°
CMYK 0.000.480.88   0.00
XYZ49.223737.39725.8523
Yxy37.39720.53230.4044
Hunter Lab61.153336.660737.1333
CIE-Lab67.574041.294968.6153

#fe831e color RGB value is (254,131,30).

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

The process color (four color CMYK) of #fe831e color hex is 0.00, 0.48, 0.88, 0.00. Web safe color of #fe831e is #ff9933. Color #fe831e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 00011110
Octal 376 203 36
Decimal 254 131 30
Hex FE 83 1E

RGB Percentages of Color #fe831e

%61.20
%31.57
%7.23

CMYK Percentages of Color #fe831e

%0
%48
%88
%0

Triadic Colors of #fe831e

#fe831e #1efe83 #831efe

Analogous Colors of #fe831e

#fe831e #fef31e #fe1e29

Monochromatic Colors of #fe831e

#fe831e

Complementary Color

#fe831e #1e99fe

#fe831e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe831e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe831e Color CSS Codes

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

#fe831e Text Font Color

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

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


#fe831e Background Color

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

This div background color is #fe831e


#fe831e Border Color

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

This div border color is #fe831e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe831e

Related Colors


Comments

No comments written yet.

Please login to write comment.