Color Hex Logo

#fe8907 Color Hex

#FE8907
(254,137,7)
0 Favorites   0 Comments

Color spaces of #fe8907

RGB 2541377
HSL0.090.990.51
HSV32°97°100°
CMYK 0.000.460.97   0.00
XYZ49.857138.97755.0967
Yxy38.97750.53080.4150
Hunter Lab62.432033.291138.8622
CIE-Lab68.735038.005574.0162

#fe8907 color RGB value is (254,137,7).

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

The process color (four color CMYK) of #fe8907 color hex is 0.00, 0.46, 0.97, 0.00. Web safe color of #fe8907 is #ff9900. Color #fe8907 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 00000111
Octal 376 211 7
Decimal 254 137 7
Hex FE 89 7

RGB Percentages of Color #fe8907

%63.82
%34.42
%1.76

CMYK Percentages of Color #fe8907

%0
%46
%97
%0

Triadic Colors of #fe8907

#fe8907 #07fe89 #8907fe

Analogous Colors of #fe8907

#fe8907 #f8fe07 #fe0e07

Monochromatic Colors of #fe8907

#fe8907

Complementary Color

#fe8907 #077cfe

#fe8907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8907 Color CSS Codes

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

#fe8907 Text Font Color

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

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


#fe8907 Background Color

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

This div background color is #fe8907


#fe8907 Border Color

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

This div border color is #fe8907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8907


Comments

No comments written yet.

Please login to write comment.