Color Hex Logo

#fe703e Color Hex

#FE703E
(254,112,62)
0 Favorites   0 Comments

Color spaces of #fe703e

RGB 25411262
HSL0.040.990.62
HSV16°76°100°
CMYK 0.000.560.76   0.00
XYZ47.536733.00708.4229
Yxy33.00700.53430.3710
Hunter Lab57.451747.154031.5238
CIE-Lab64.166651.341453.0004

#fe703e color RGB value is (254,112,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 00111110
Octal 376 160 76
Decimal 254 112 62
Hex FE 70 3E

RGB Percentages of Color #fe703e

%59.35
%26.17
%14.49

CMYK Percentages of Color #fe703e

%0
%56
%76
%0

Triadic Colors of #fe703e

#fe703e #3efe70 #703efe

Analogous Colors of #fe703e

#fe703e #fed03e #fe3e6c

Monochromatic Colors of #fe703e

#fe703e

Complementary Color

#fe703e #3eccfe

#fe703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe703e Color CSS Codes

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

#fe703e Text Font Color

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

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


#fe703e Background Color

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

This div background color is #fe703e


#fe703e Border Color

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

This div border color is #fe703e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,112,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 #fe703e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe703e


Comments

No comments written yet.

Please login to write comment.