Color Hex Logo

#fe713e Color Hex

#FE713E
(254,113,62)
0 Favorites   0 Comments

Color spaces of #fe713e

RGB 25411362
HSL0.040.990.62
HSV16°76°100°
CMYK 0.000.560.76   0.00
XYZ47.647733.22898.4599
Yxy33.22890.53340.3720
Hunter Lab57.644546.666331.6498
CIE-Lab64.345850.877553.1848

#fe713e color RGB value is (254,113,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 00111110
Octal 376 161 76
Decimal 254 113 62
Hex FE 71 3E

RGB Percentages of Color #fe713e

%59.21
%26.34
%14.45

CMYK Percentages of Color #fe713e

%0
%56
%76
%0

Triadic Colors of #fe713e

#fe713e #3efe71 #713efe

Analogous Colors of #fe713e

#fe713e #fed13e #fe3e6b

Monochromatic Colors of #fe713e

#fe713e

Complementary Color

#fe713e #3ecbfe

#fe713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe713e Color CSS Codes

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

#fe713e Text Font Color

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

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


#fe713e Background Color

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

This div background color is #fe713e


#fe713e Border Color

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

This div border color is #fe713e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe713e


Comments

No comments written yet.

Please login to write comment.