Color Hex Logo

#fe9440 Color Hex

#FE9440
(254,148,64)
0 Favorites   0 Comments

Color spaces of #fe9440

RGB 25414864
HSL0.070.990.62
HSV27°75°100°
CMYK 0.000.420.75   0.00
XYZ52.388442.620810.3160
Yxy42.62080.49740.4047
Hunter Lab65.284628.991436.3305
CIE-Lab71.296833.674959.3358

#fe9440 color RGB value is (254,148,64).

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

The process color (four color CMYK) of #fe9440 color hex is 0.00, 0.42, 0.75, 0.00. Web safe color of #fe9440 is #ff9933. Color #fe9440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 01000000
Octal 376 224 100
Decimal 254 148 64
Hex FE 94 40

RGB Percentages of Color #fe9440

%54.51
%31.76
%13.73

CMYK Percentages of Color #fe9440

%0
%42
%75
%0

Triadic Colors of #fe9440

#fe9440 #40fe94 #9440fe

Analogous Colors of #fe9440

#fe9440 #fef340 #fe404b

Monochromatic Colors of #fe9440

#fe9440

Complementary Color

#fe9440 #40aafe

#fe9440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9440 Color CSS Codes

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

#fe9440 Text Font Color

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

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


#fe9440 Background Color

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

This div background color is #fe9440


#fe9440 Border Color

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

This div border color is #fe9440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9440


Comments

No comments written yet.

Please login to write comment.