Color Hex Logo

#fe4521 Color Hex

#FE4521
(254,69,33)
0 Favorites   0 Comments

Color spaces of #fe4521

RGB 2546933
HSL0.030.990.56
HSV10°87°100°
CMYK 0.000.730.87   0.00
XYZ43.275725.43694.0678
Yxy25.43690.59460.3495
Hunter Lab50.435064.900530.5225
CIE-Lab57.498767.850959.8623

#fe4521 color RGB value is (254,69,33).

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

The process color (four color CMYK) of #fe4521 color hex is 0.00, 0.73, 0.87, 0.00. Web safe color of #fe4521 is #ff3333. Color #fe4521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000101 00100001
Octal 376 105 41
Decimal 254 69 33
Hex FE 45 21

RGB Percentages of Color #fe4521

%71.35
%19.38
%9.27

CMYK Percentages of Color #fe4521

%0
%73
%87
%0

Triadic Colors of #fe4521

#fe4521 #21fe45 #4521fe

Analogous Colors of #fe4521

#fe4521 #feb421 #fe216c

Monochromatic Colors of #fe4521

#fe4521

Complementary Color

#fe4521 #21dafe

#fe4521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4521 Color CSS Codes

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

#fe4521 Text Font Color

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

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


#fe4521 Background Color

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

This div background color is #fe4521


#fe4521 Border Color

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

This div border color is #fe4521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4521


Comments

No comments written yet.

Please login to write comment.