Color Hex Logo

#fe410f Color Hex

#FE410F
(254,65,15)
1 Favorites   0 Comments

Color spaces of #fe410f

RGB 2546515
HSL0.030.990.53
HSV13°94°100°
CMYK 0.000.740.94   0.00
XYZ42.849624.88592.9970
Yxy24.88590.60580.3518
Hunter Lab49.885866.023331.3581
CIE-Lab56.964168.888565.4138

#fe410f color RGB value is (254,65,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 00001111
Octal 376 101 17
Decimal 254 65 15
Hex FE 41 F

RGB Percentages of Color #fe410f

%76.05
%19.46
%4.49

CMYK Percentages of Color #fe410f

%0
%74
%94
%0

Triadic Colors of #fe410f

#fe410f #0ffe41 #410ffe

Analogous Colors of #fe410f

#fe410f #feb90f #fe0f55

Monochromatic Colors of #fe410f

#fe410f

Complementary Color

#fe410f #0fccfe

#fe410f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe410f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe410f Color CSS Codes

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

#fe410f Text Font Color

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

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


#fe410f Background Color

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

This div background color is #fe410f


#fe410f Border Color

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

This div border color is #fe410f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe410f

#fe410f Color Palettes


Comments

No comments written yet.

Please login to write comment.