Color Hex Logo

#fe400e Color Hex

#FE400E
(254,64,14)
0 Favorites   0 Comments

Color spaces of #fe400e

RGB 2546414
HSL0.030.990.53
HSV13°94°100°
CMYK 0.000.750.94   0.00
XYZ42.785724.76932.9414
Yxy24.76930.60690.3514
Hunter Lab49.768866.359331.3340
CIE-Lab56.849969.189865.5928

#fe400e color RGB value is (254,64,14).

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

The process color (four color CMYK) of #fe400e color hex is 0.00, 0.75, 0.94, 0.00. Web safe color of #fe400e is #ff3300. Color #fe400e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000000 00001110
Octal 376 100 16
Decimal 254 64 14
Hex FE 40 E

RGB Percentages of Color #fe400e

%76.51
%19.28
%4.22

CMYK Percentages of Color #fe400e

%0
%75
%94
%0

Triadic Colors of #fe400e

#fe400e #0efe40 #400efe

Analogous Colors of #fe400e

#fe400e #feb80e #fe0e54

Monochromatic Colors of #fe400e

#fe400e

Complementary Color

#fe400e #0eccfe

#fe400e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe400e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe400e Color CSS Codes

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

#fe400e Text Font Color

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

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


#fe400e Background Color

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

This div background color is #fe400e


#fe400e Border Color

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

This div border color is #fe400e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,64,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 #fe400e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe400e

Related Colors


Comments

No comments written yet.

Please login to write comment.