Color Hex Logo

#fe7012 Color Hex

#FE7012
(254,112,18)
0 Favorites   0 Comments

Color spaces of #fe7012

RGB 25411218
HSL0.070.990.53
HSV24°93°100°
CMYK 0.000.560.93   0.00
XYZ46.776432.70284.4192
Yxy32.70280.55750.3898
Hunter Lab57.186445.930535.4487
CIE-Lab63.919550.278969.0605

#fe7012 color RGB value is (254,112,18).

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

The process color (four color CMYK) of #fe7012 color hex is 0.00, 0.56, 0.93, 0.00. Web safe color of #fe7012 is #ff6600. Color #fe7012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 00010010
Octal 376 160 22
Decimal 254 112 18
Hex FE 70 12

RGB Percentages of Color #fe7012

%66.15
%29.17
%4.69

CMYK Percentages of Color #fe7012

%0
%56
%93
%0

Triadic Colors of #fe7012

#fe7012 #12fe70 #7012fe

Analogous Colors of #fe7012

#fe7012 #fee612 #fe122a

Monochromatic Colors of #fe7012

#fe7012

Complementary Color

#fe7012 #12a0fe

#fe7012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7012 Color CSS Codes

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

#fe7012 Text Font Color

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

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


#fe7012 Background Color

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

This div background color is #fe7012


#fe7012 Border Color

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

This div border color is #fe7012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7012


Comments

No comments written yet.

Please login to write comment.