Color Hex Logo

#fe572b Color Hex

#FE572B
(254,87,43)
0 Favorites   0 Comments

Color spaces of #fe572b

RGB 2548743
HSL0.030.990.58
HSV13°83°100°
CMYK 0.000.660.83   0.00
XYZ44.717328.06165.3451
Yxy28.06160.57240.3592
Hunter Lab52.973257.977631.0988
CIE-Lab59.944361.533857.7075

#fe572b color RGB value is (254,87,43).

#fe572b hex color red value is 254, green value is 87 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fe572b hue: 0.03 , saturation: 0.99 and the lightness value of fe572b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010111 00101011
Octal 376 127 53
Decimal 254 87 43
Hex FE 57 2B

RGB Percentages of Color #fe572b

%66.15
%22.66
%11.20

CMYK Percentages of Color #fe572b

%0
%66
%83
%0

Triadic Colors of #fe572b

#fe572b #2bfe57 #572bfe

Analogous Colors of #fe572b

#fe572b #fec12b #fe2b69

Monochromatic Colors of #fe572b

#fe572b

Complementary Color

#fe572b #2bd2fe

#fe572b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe572b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe572b Color CSS Codes

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

#fe572b Text Font Color

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

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


#fe572b Background Color

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

This div background color is #fe572b


#fe572b Border Color

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

This div border color is #fe572b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe572b


Comments

No comments written yet.

Please login to write comment.