Color Hex Logo

#fe371c Color Hex

#FE371C
(254,55,28)
0 Favorites   0 Comments

Color spaces of #fe371c

RGB 2545528
HSL0.020.990.55
HSV89°100°
CMYK 0.000.780.89   0.00
XYZ42.448823.88703.4720
Yxy23.88700.60810.3422
Hunter Lab48.874369.502530.0001
CIE-Lab55.974571.954960.6724

#fe371c color RGB value is (254,55,28).

#fe371c hex color red value is 254, green value is 55 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fe371c hue: 0.02 , saturation: 0.99 and the lightness value of fe371c is 0.55.

The process color (four color CMYK) of #fe371c color hex is 0.00, 0.78, 0.89, 0.00. Web safe color of #fe371c is #ff3333. Color #fe371c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110111 00011100
Octal 376 67 34
Decimal 254 55 28
Hex FE 37 1C

RGB Percentages of Color #fe371c

%75.37
%16.32
%8.31

CMYK Percentages of Color #fe371c

%0
%78
%89
%0

Triadic Colors of #fe371c

#fe371c #1cfe37 #371cfe

Analogous Colors of #fe371c

#fe371c #fea81c #fe1c72

Monochromatic Colors of #fe371c

#fe371c

Complementary Color

#fe371c #1ce3fe

#fe371c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe371c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe371c Color CSS Codes

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

#fe371c Text Font Color

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

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


#fe371c Background Color

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

This div background color is #fe371c


#fe371c Border Color

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

This div border color is #fe371c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe371c

Related Colors


Comments

No comments written yet.

Please login to write comment.