color codes Logo

#fe040e color codes

#FE040E
(254,4,14)
0 Favorites   0 Comments

Color spaces of #fe040e

RGB 254414
HSL0.990.990.51
HSV358°98°100°
CMYK 0.000.980.94   0.00
XYZ40.995721.18942.3447
Yxy21.18940.63530.3284
Hunter Lab46.031978.414829.2023
CIE-Lab53.156279.691163.5924

#fe040e color RGB value is (254,4,14).

#fe040e hex color red value is 254, green value is 4 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fe040e hue: 0.99 , saturation: 0.99 and the lightness value of fe040e is 0.51.

The process color (four color CMYK) of #fe040e color code is 0.00, 0.98, 0.94, 0.00. Web safe color of #fe040e is #ff0000. Color #fe040e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000100 00001110
Octal 376 4 16
Decimal 254 4 14
Hex FE 4 E

RGB Percentages of Color #fe040e

%93.38
%1.47
%5.15

CMYK Percentages of Color #fe040e

%0
%98
%94
%0

Triadic Colors of #fe040e

#fe040e #0efe04 #040efe

Analogous Colors of #fe040e

#fe040e #fe7704 #fe048b

Monochromatic Colors of #fe040e

#fe040e

Complementary Color

#fe040e #04fef4

#fe040e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe040e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe040e Color CSS Codes

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

#fe040e Text Font Color

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

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


#fe040e Background Color

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

This div background color is #fe040e


#fe040e Border Color

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

This div border color is #fe040e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe040e


Comments

No comments written yet.

Please login to write comment.