Color Hex Logo

#fd070e Color Hex

#FD070E
(253,7,14)
0 Favorites   0 Comments

Color spaces of #fd070e

RGB 253714
HSL1.000.980.51
HSV358°97°99°
CMYK 0.000.970.94   0.01
XYZ40.663321.06632.3385
Yxy21.06630.63470.3288
Hunter Lab45.898077.820229.1078
CIE-Lab53.022079.245663.4101

#fd070e color RGB value is (253,7,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 00001110
Octal 375 7 16
Decimal 253 7 14
Hex FD 7 E

RGB Percentages of Color #fd070e

%92.34
%2.55
%5.11

CMYK Percentages of Color #fd070e

%0
%97
%94
%1

Triadic Colors of #fd070e

#fd070e #0efd07 #070efd

Analogous Colors of #fd070e

#fd070e #fd7b07 #fd0789

Monochromatic Colors of #fd070e

#fd070e

Complementary Color

#fd070e #07fdf6

#fd070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd070e Color CSS Codes

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

#fd070e Text Font Color

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

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


#fd070e Background Color

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

This div background color is #fd070e


#fd070e Border Color

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

This div border color is #fd070e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd070e

Related Colors


Comments

No comments written yet.

Please login to write comment.