Color Hex Logo

#fe9405 Color Hex

#FE9405
(254,148,5)
0 Favorites   0 Comments

Color spaces of #fe9405

RGB 2541485
HSL0.100.990.51
HSV34°98°100°
CMYK 0.000.420.98   0.00
XYZ51.490342.26165.5870
Yxy42.26160.51830.4254
Hunter Lab65.008927.615340.4107
CIE-Lab71.050932.378975.7683

#fe9405 color RGB value is (254,148,5).

#fe9405 hex color red value is 254, green value is 148 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #fe9405 hue: 0.10 , saturation: 0.99 and the lightness value of fe9405 is 0.51.

The process color (four color CMYK) of #fe9405 color hex is 0.00, 0.42, 0.98, 0.00. Web safe color of #fe9405 is #ff9900. Color #fe9405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 00000101
Octal 376 224 5
Decimal 254 148 5
Hex FE 94 5

RGB Percentages of Color #fe9405

%62.41
%36.36
%1.23

CMYK Percentages of Color #fe9405

%0
%42
%98
%0

Triadic Colors of #fe9405

#fe9405 #05fe94 #9405fe

Analogous Colors of #fe9405

#fe9405 #ecfe05 #fe1805

Monochromatic Colors of #fe9405

#fe9405

Complementary Color

#fe9405 #056ffe

#fe9405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9405 Color CSS Codes

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

#fe9405 Text Font Color

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

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


#fe9405 Background Color

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

This div background color is #fe9405


#fe9405 Border Color

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

This div border color is #fe9405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9405

Related Colors

#fe9405 Color Palettes


Comments

No comments written yet.

Please login to write comment.