Color Hex Logo

#fe701e Color Hex

#FE701E
(254,112,30)
0 Favorites   0 Comments

Color spaces of #fe701e

RGB 25411230
HSL0.060.990.56
HSV22°88°100°
CMYK 0.000.560.88   0.00
XYZ46.901632.75295.0783
Yxy32.75290.55350.3865
Hunter Lab57.230146.132634.8000
CIE-Lab63.960350.455065.8709

#fe701e color RGB value is (254,112,30).

#fe701e hex color red value is 254, green value is 112 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fe701e hue: 0.06 , saturation: 0.99 and the lightness value of fe701e is 0.56.

The process color (four color CMYK) of #fe701e color hex is 0.00, 0.56, 0.88, 0.00. Web safe color of #fe701e is #ff6633. Color #fe701e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 00011110
Octal 376 160 36
Decimal 254 112 30
Hex FE 70 1E

RGB Percentages of Color #fe701e

%64.14
%28.28
%7.58

CMYK Percentages of Color #fe701e

%0
%56
%88
%0

Triadic Colors of #fe701e

#fe701e #1efe70 #701efe

Analogous Colors of #fe701e

#fe701e #fee01e #fe1e3c

Monochromatic Colors of #fe701e

#fe701e

Complementary Color

#fe701e #1eacfe

#fe701e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe701e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe701e Color CSS Codes

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

#fe701e Text Font Color

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

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


#fe701e Background Color

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

This div background color is #fe701e


#fe701e Border Color

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

This div border color is #fe701e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe701e


Comments

No comments written yet.

Please login to write comment.