Color Hex Logo

#fe561f Color Hex

#FE561F
(254,86,31)
0 Favorites   0 Comments

Color spaces of #fe561f

RGB 2548631
HSL0.040.990.56
HSV15°88°100°
CMYK 0.000.660.88   0.00
XYZ44.448227.82534.3245
Yxy27.82530.58030.3633
Hunter Lab52.749758.096632.0641
CIE-Lab59.730661.673662.3326

#fe561f color RGB value is (254,86,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 00011111
Octal 376 126 37
Decimal 254 86 31
Hex FE 56 1F

RGB Percentages of Color #fe561f

%68.46
%23.18
%8.36

CMYK Percentages of Color #fe561f

%0
%66
%88
%0

Triadic Colors of #fe561f

#fe561f #1ffe56 #561ffe

Analogous Colors of #fe561f

#fe561f #fec61f #fe1f57

Monochromatic Colors of #fe561f

#fe561f

Complementary Color

#fe561f #1fc7fe

#fe561f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe561f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe561f Color CSS Codes

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

#fe561f Text Font Color

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

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


#fe561f Background Color

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

This div background color is #fe561f


#fe561f Border Color

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

This div border color is #fe561f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe561f

Related Colors


Comments

No comments written yet.

Please login to write comment.