Color Hex Logo

#fe1609 Color Hex

#FE1609
(254,22,9)
0 Favorites   0 Comments

Color spaces of #fe1609

RGB 254229
HSL0.010.990.52
HSV96°100°
CMYK 0.000.910.96   0.00
XYZ41.209321.66442.2681
Yxy21.66440.63260.3326
Hunter Lab46.545076.583729.6924
CIE-Lab53.669178.135165.0894

#fe1609 color RGB value is (254,22,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010110 00001001
Octal 376 26 11
Decimal 254 22 9
Hex FE 16 9

RGB Percentages of Color #fe1609

%89.12
%7.72
%3.16

CMYK Percentages of Color #fe1609

%0
%91
%96
%0

Triadic Colors of #fe1609

#fe1609 #09fe16 #1609fe

Analogous Colors of #fe1609

#fe1609 #fe9109 #fe0977

Monochromatic Colors of #fe1609

#fe1609

Complementary Color

#fe1609 #09f1fe

#fe1609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1609 Color CSS Codes

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

#fe1609 Text Font Color

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

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


#fe1609 Background Color

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

This div background color is #fe1609


#fe1609 Border Color

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

This div border color is #fe1609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1609

Related Colors


Comments

No comments written yet.

Please login to write comment.