Color Hex Logo

#fe831f Color Hex

#FE831F
(254,131,31)
0 Favorites   0 Comments

Color spaces of #fe831f

RGB 25413131
HSL0.070.990.56
HSV27°88°100°
CMYK 0.000.480.88   0.00
XYZ49.236737.40245.9206
Yxy37.40240.53190.4041
Hunter Lab61.157536.681237.0704
CIE-Lab67.577841.313568.3295

#fe831f color RGB value is (254,131,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 00011111
Octal 376 203 37
Decimal 254 131 31
Hex FE 83 1F

RGB Percentages of Color #fe831f

%61.06
%31.49
%7.45

CMYK Percentages of Color #fe831f

%0
%48
%88
%0

Triadic Colors of #fe831f

#fe831f #1ffe83 #831ffe

Analogous Colors of #fe831f

#fe831f #fef31f #fe1f2a

Monochromatic Colors of #fe831f

#fe831f

Complementary Color

#fe831f #1f9afe

#fe831f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe831f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe831f Color CSS Codes

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

#fe831f Text Font Color

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

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


#fe831f Background Color

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

This div background color is #fe831f


#fe831f Border Color

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

This div border color is #fe831f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe831f

Related Colors


Comments

No comments written yet.

Please login to write comment.