Color Hex Logo

#fe581f Color Hex

#FE581F
(254,88,31)
0 Favorites   0 Comments

Color spaces of #fe581f

RGB 2548831
HSL0.040.990.56
HSV15°88°100°
CMYK 0.000.650.88   0.00
XYZ44.610128.14924.3785
Yxy28.14920.57830.3649
Hunter Lab53.055857.237732.2461
CIE-Lab60.023360.882562.5545

#fe581f color RGB value is (254,88,31).

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

The process color (four color CMYK) of #fe581f color hex is 0.00, 0.65, 0.88, 0.00. Web safe color of #fe581f is #ff6633. Color #fe581f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011000 00011111
Octal 376 130 37
Decimal 254 88 31
Hex FE 58 1F

RGB Percentages of Color #fe581f

%68.10
%23.59
%8.31

CMYK Percentages of Color #fe581f

%0
%65
%88
%0

Triadic Colors of #fe581f

#fe581f #1ffe58 #581ffe

Analogous Colors of #fe581f

#fe581f #fec81f #fe1f56

Monochromatic Colors of #fe581f

#fe581f

Complementary Color

#fe581f #1fc5fe

#fe581f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe581f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe581f Color CSS Codes

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

#fe581f Text Font Color

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

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


#fe581f Background Color

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

This div background color is #fe581f


#fe581f Border Color

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

This div border color is #fe581f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe581f

Related Colors


Comments

No comments written yet.

Please login to write comment.