Color Hex Logo

#fe702a Color Hex

#FE702A
(254,112,42)
0 Favorites   0 Comments

Color spaces of #fe702a

RGB 25411242
HSL0.060.990.58
HSV20°83°100°
CMYK 0.000.560.83   0.00
XYZ47.085132.82636.0449
Yxy32.82630.54780.3819
Hunter Lab57.294246.428533.8505
CIE-Lab64.020050.712361.6687

#fe702a color RGB value is (254,112,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 00101010
Octal 376 160 52
Decimal 254 112 42
Hex FE 70 2A

RGB Percentages of Color #fe702a

%62.25
%27.45
%10.29

CMYK Percentages of Color #fe702a

%0
%56
%83
%0

Triadic Colors of #fe702a

#fe702a #2afe70 #702afe

Analogous Colors of #fe702a

#fe702a #feda2a #fe2a4e

Monochromatic Colors of #fe702a

#fe702a

Complementary Color

#fe702a #2ab8fe

#fe702a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe702a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe702a Color CSS Codes

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

#fe702a Text Font Color

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

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


#fe702a Background Color

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

This div background color is #fe702a


#fe702a Border Color

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

This div border color is #fe702a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe702a


Comments

No comments written yet.

Please login to write comment.