Color Hex Logo

#fa070e Color Hex

#FA070E
(250,7,14)
0 Favorites   0 Comments

Color spaces of #fa070e

RGB 250714
HSL1.000.960.50
HSV358°97°98°
CMYK 0.000.970.94   0.02
XYZ39.579620.50772.2878
Yxy20.50770.63450.3288
Hunter Lab45.285476.760028.7045
CIE-Lab52.406478.521862.7535

#fa070e color RGB value is (250,7,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000111 00001110
Octal 372 7 16
Decimal 250 7 14
Hex FA 7 E

RGB Percentages of Color #fa070e

%92.25
%2.58
%5.17

CMYK Percentages of Color #fa070e

%0
%97
%94
%2

Triadic Colors of #fa070e

#fa070e #0efa07 #070efa

Analogous Colors of #fa070e

#fa070e #fa7a07 #fa0788

Monochromatic Colors of #fa070e

#fa070e

Complementary Color

#fa070e #07faf3

#fa070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa070e Color CSS Codes

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

#fa070e Text Font Color

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

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


#fa070e Background Color

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

This div background color is #fa070e


#fa070e Border Color

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

This div border color is #fa070e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa070e


Comments

No comments written yet.

Please login to write comment.