color codes Logo

#fe070e color codes

#FE070E
(254,7,14)
0 Favorites   0 Comments

Color spaces of #fe070e

RGB 254714
HSL1.000.990.51
HSV358°97°100°
CMYK 0.000.970.94   0.00
XYZ41.028321.25452.3556
Yxy21.25450.63470.3288
Hunter Lab46.102678.173829.2424
CIE-Lab53.226979.486263.6283

#fe070e color RGB value is (254,7,14).

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

The process color (four color CMYK) of #fe070e color code is 0.00, 0.97, 0.94, 0.00. Web safe color of #fe070e is #ff0000. Color #fe070e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 00001110
Octal 376 7 16
Decimal 254 7 14
Hex FE 7 E

RGB Percentages of Color #fe070e

%92.36
%2.55
%5.09

CMYK Percentages of Color #fe070e

%0
%97
%94
%0

Triadic Colors of #fe070e

#fe070e #0efe07 #070efe

Analogous Colors of #fe070e

#fe070e #fe7c07 #fe078a

Monochromatic Colors of #fe070e

#fe070e

Complementary Color

#fe070e #07fef7

#fe070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe070e Color CSS Codes

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

#fe070e Text Font Color

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

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


#fe070e Background Color

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

This div background color is #fe070e


#fe070e Border Color

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

This div border color is #fe070e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,7,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 #fe070e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe070e

Related Colors


Comments

No comments written yet.

Please login to write comment.