Color Hex Logo

#fe291e Color Hex

#FE291E
(254,41,30)
0 Favorites   0 Comments

Color spaces of #fe291e

RGB 2544130
HSL0.010.990.56
HSV88°100°
CMYK 0.000.840.88   0.00
XYZ41.900322.75043.4112
Yxy22.75040.61560.3343
Hunter Lab47.697473.334929.1479
CIE-Lab54.814375.302459.0445

#fe291e color RGB value is (254,41,30).

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

The process color (four color CMYK) of #fe291e color hex is 0.00, 0.84, 0.88, 0.00. Web safe color of #fe291e is #ff3333. Color #fe291e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 00011110
Octal 376 51 36
Decimal 254 41 30
Hex FE 29 1E

RGB Percentages of Color #fe291e

%78.15
%12.62
%9.23

CMYK Percentages of Color #fe291e

%0
%84
%88
%0

Triadic Colors of #fe291e

#fe291e #1efe29 #291efe

Analogous Colors of #fe291e

#fe291e #fe991e #fe1e83

Monochromatic Colors of #fe291e

#fe291e

Complementary Color

#fe291e #1ef3fe

#fe291e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe291e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe291e Color CSS Codes

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

#fe291e Text Font Color

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

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


#fe291e Background Color

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

This div background color is #fe291e


#fe291e Border Color

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

This div border color is #fe291e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe291e


Comments

No comments written yet.

Please login to write comment.