Color Hex Logo

#fe110a Color Hex

#FE110A
(254,17,10)
0 Favorites   0 Comments

Color spaces of #fe110a

RGB 2541710
HSL0.000.990.52
HSV96°100°
CMYK 0.000.930.96   0.00
XYZ41.128321.49362.2681
Yxy21.49360.63380.3312
Hunter Lab46.361277.220229.5522
CIE-Lab53.485578.678264.7729

#fe110a color RGB value is (254,17,10).

#fe110a hex color red value is 254, green value is 17 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fe110a hue: 0.00 , saturation: 0.99 and the lightness value of fe110a is 0.52.

The process color (four color CMYK) of #fe110a color hex is 0.00, 0.93, 0.96, 0.00. Web safe color of #fe110a is #ff0000. Color #fe110a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010001 00001010
Octal 376 21 12
Decimal 254 17 10
Hex FE 11 A

RGB Percentages of Color #fe110a

%90.39
%6.05
%3.56

CMYK Percentages of Color #fe110a

%0
%93
%96
%0

Triadic Colors of #fe110a

#fe110a #0afe11 #110afe

Analogous Colors of #fe110a

#fe110a #fe8b0a #fe0a7d

Monochromatic Colors of #fe110a

#fe110a

Complementary Color

#fe110a #0af7fe

#fe110a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe110a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe110a Color CSS Codes

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

#fe110a Text Font Color

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

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


#fe110a Background Color

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

This div background color is #fe110a


#fe110a Border Color

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

This div border color is #fe110a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe110a


Comments

No comments written yet.

Please login to write comment.