Color Hex Logo

#fe840e Color Hex

#FE840E
(254,132,14)
0 Favorites   0 Comments

Color spaces of #fe840e

RGB 25413214
HSL0.080.990.53
HSV30°94°100°
CMYK 0.000.480.94   0.00
XYZ49.203637.60515.0807
Yxy37.60510.53550.4092
Hunter Lab61.323035.907438.0138
CIE-Lab67.728640.573972.3565

#fe840e color RGB value is (254,132,14).

#fe840e hex color red value is 254, green value is 132 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fe840e hue: 0.08 , saturation: 0.99 and the lightness value of fe840e is 0.53.

The process color (four color CMYK) of #fe840e color hex is 0.00, 0.48, 0.94, 0.00. Web safe color of #fe840e is #ff9900. Color #fe840e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000100 00001110
Octal 376 204 16
Decimal 254 132 14
Hex FE 84 E

RGB Percentages of Color #fe840e

%63.50
%33.00
%3.50

CMYK Percentages of Color #fe840e

%0
%48
%94
%0

Triadic Colors of #fe840e

#fe840e #0efe84 #840efe

Analogous Colors of #fe840e

#fe840e #fefc0e #fe0e10

Monochromatic Colors of #fe840e

#fe840e

Complementary Color

#fe840e #0e88fe

#fe840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe840e Color CSS Codes

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

#fe840e Text Font Color

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

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


#fe840e Background Color

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

This div background color is #fe840e


#fe840e Border Color

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

This div border color is #fe840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe840e


Comments

No comments written yet.

Please login to write comment.