Color Hex Logo

#fe4918 Color Hex

#FE4918
(254,73,24)
0 Favorites   0 Comments

Color spaces of #fe4918

RGB 2547324
HSL0.040.990.55
HSV13°91°100°
CMYK 0.000.710.91   0.00
XYZ43.420525.90193.5752
Yxy25.90190.59560.3553
Hunter Lab50.893963.224231.4607
CIE-Lab57.943866.360763.4456

#fe4918 color RGB value is (254,73,24).

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

The process color (four color CMYK) of #fe4918 color hex is 0.00, 0.71, 0.91, 0.00. Web safe color of #fe4918 is #ff3300. Color #fe4918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 00011000
Octal 376 111 30
Decimal 254 73 24
Hex FE 49 18

RGB Percentages of Color #fe4918

%72.36
%20.80
%6.84

CMYK Percentages of Color #fe4918

%0
%71
%91
%0

Triadic Colors of #fe4918

#fe4918 #18fe49 #4918fe

Analogous Colors of #fe4918

#fe4918 #febc18 #fe185a

Monochromatic Colors of #fe4918

#fe4918

Complementary Color

#fe4918 #18cdfe

#fe4918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4918 Color CSS Codes

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

#fe4918 Text Font Color

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

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


#fe4918 Background Color

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

This div background color is #fe4918


#fe4918 Border Color

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

This div border color is #fe4918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4918


Comments

No comments written yet.

Please login to write comment.