Color Hex Logo

#fe970e Color Hex

#FE970E
(254,151,14)
0 Favorites   0 Comments

Color spaces of #fe970e

RGB 25415114
HSL0.100.990.53
HSV34°94°100°
CMYK 0.000.410.94   0.00
XYZ52.018943.23586.0191
Yxy43.23580.51360.4269
Hunter Lab65.753926.144640.6004
CIE-Lab71.714730.907675.0442

#fe970e color RGB value is (254,151,14).

#fe970e hex color red value is 254, green value is 151 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fe970e hue: 0.10 , saturation: 0.99 and the lightness value of fe970e is 0.53.

The process color (four color CMYK) of #fe970e color hex is 0.00, 0.41, 0.94, 0.00. Web safe color of #fe970e is #ff9900. Color #fe970e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 00001110
Octal 376 227 16
Decimal 254 151 14
Hex FE 97 E

RGB Percentages of Color #fe970e

%60.62
%36.04
%3.34

CMYK Percentages of Color #fe970e

%0
%41
%94
%0

Triadic Colors of #fe970e

#fe970e #0efe97 #970efe

Analogous Colors of #fe970e

#fe970e #edfe0e #fe1f0e

Monochromatic Colors of #fe970e

#fe970e

Complementary Color

#fe970e #0e75fe

#fe970e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe970e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe970e Color CSS Codes

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

#fe970e Text Font Color

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

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


#fe970e Background Color

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

This div background color is #fe970e


#fe970e Border Color

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

This div border color is #fe970e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe970e


Comments

No comments written yet.

Please login to write comment.