Color Hex Logo

#fe9117 Color Hex

#FE9117
(254,145,23)
0 Favorites   0 Comments

Color spaces of #fe9117

RGB 25414523
HSL0.090.990.54
HSV32°91°100°
CMYK 0.000.430.91   0.00
XYZ51.153141.38356.1024
Yxy41.38350.51860.4195
Hunter Lab64.330029.359839.4067
CIE-Lab70.443834.104172.5030

#fe9117 color RGB value is (254,145,23).

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

The process color (four color CMYK) of #fe9117 color hex is 0.00, 0.43, 0.91, 0.00. Web safe color of #fe9117 is #ff9900. Color #fe9117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 00010111
Octal 376 221 27
Decimal 254 145 23
Hex FE 91 17

RGB Percentages of Color #fe9117

%60.19
%34.36
%5.45

CMYK Percentages of Color #fe9117

%0
%43
%91
%0

Triadic Colors of #fe9117

#fe9117 #17fe91 #9117fe

Analogous Colors of #fe9117

#fe9117 #f8fe17 #fe1d17

Monochromatic Colors of #fe9117

#fe9117

Complementary Color

#fe9117 #1784fe

#fe9117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9117 Color CSS Codes

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

#fe9117 Text Font Color

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

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


#fe9117 Background Color

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

This div background color is #fe9117


#fe9117 Border Color

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

This div border color is #fe9117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9117


Comments

No comments written yet.

Please login to write comment.