Color Hex Logo

#fe703c Color Hex

#FE703C
(254,112,60)
0 Favorites   0 Comments

Color spaces of #fe703c

RGB 25411260
HSL0.040.990.62
HSV16°76°100°
CMYK 0.000.560.76   0.00
XYZ47.482832.98548.1392
Yxy32.98540.53590.3723
Hunter Lab57.432947.067731.8007
CIE-Lab64.149151.266753.9380

#fe703c color RGB value is (254,112,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 00111100
Octal 376 160 74
Decimal 254 112 60
Hex FE 70 3C

RGB Percentages of Color #fe703c

%59.62
%26.29
%14.08

CMYK Percentages of Color #fe703c

%0
%56
%76
%0

Triadic Colors of #fe703c

#fe703c #3cfe70 #703cfe

Analogous Colors of #fe703c

#fe703c #fed13c #fe3c69

Monochromatic Colors of #fe703c

#fe703c

Complementary Color

#fe703c #3ccafe

#fe703c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe703c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe703c Color CSS Codes

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

#fe703c Text Font Color

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

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


#fe703c Background Color

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

This div background color is #fe703c


#fe703c Border Color

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

This div border color is #fe703c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe703c


Comments

No comments written yet.

Please login to write comment.