color codes Logo

#fe811f color codes

#FE811F
(254,129,31)
0 Favorites   0 Comments

Color spaces of #fe811f

RGB 25412931
HSL0.070.990.56
HSV26°88°100°
CMYK 0.000.490.88   0.00
XYZ48.970636.87035.8320
Yxy36.87030.53420.4022
Hunter Lab60.720937.696236.8101
CIE-Lab67.179642.305368.0228

#fe811f color RGB value is (254,129,31).

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

The process color (four color CMYK) of #fe811f color code is 0.00, 0.49, 0.88, 0.00. Web safe color of #fe811f is #ff9933. Color #fe811f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000001 00011111
Octal 376 201 37
Decimal 254 129 31
Hex FE 81 1F

RGB Percentages of Color #fe811f

%61.35
%31.16
%7.49

CMYK Percentages of Color #fe811f

%0
%49
%88
%0

Triadic Colors of #fe811f

#fe811f #1ffe81 #811ffe

Analogous Colors of #fe811f

#fe811f #fef11f #fe1f2c

Monochromatic Colors of #fe811f

#fe811f

Complementary Color

#fe811f #1f9cfe

#fe811f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe811f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe811f Color CSS Codes

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

#fe811f Text Font Color

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

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


#fe811f Background Color

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

This div background color is #fe811f


#fe811f Border Color

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

This div border color is #fe811f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe811f

Related Colors


Comments

No comments written yet.

Please login to write comment.