Color Hex Logo

#fe702f Color Hex

#FE702F
(254,112,47)
0 Favorites   0 Comments

Color spaces of #fe702f

RGB 25411247
HSL0.050.990.59
HSV19°81°100°
CMYK 0.000.560.81   0.00
XYZ47.180332.86446.5461
Yxy32.86440.54490.3795
Hunter Lab57.327546.581733.3590
CIE-Lab64.051050.845459.6692

#fe702f color RGB value is (254,112,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 00101111
Octal 376 160 57
Decimal 254 112 47
Hex FE 70 2F

RGB Percentages of Color #fe702f

%61.50
%27.12
%11.38

CMYK Percentages of Color #fe702f

%0
%56
%81
%0

Triadic Colors of #fe702f

#fe702f #2ffe70 #702ffe

Analogous Colors of #fe702f

#fe702f #fed82f #fe2f56

Monochromatic Colors of #fe702f

#fe702f

Complementary Color

#fe702f #2fbdfe

#fe702f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe702f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe702f Color CSS Codes

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

#fe702f Text Font Color

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

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


#fe702f Background Color

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

This div background color is #fe702f


#fe702f Border Color

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

This div border color is #fe702f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe702f


Comments

No comments written yet.

Please login to write comment.