Color Hex Logo

#fa590e Color Hex

#FA590E
(250,89,14)
0 Favorites   0 Comments

Color spaces of #fa590e

RGB 2508914
HSL0.050.960.52
HSV19°94°98°
CMYK 0.000.640.94   0.02
XYZ43.076027.50053.4532
Yxy27.50050.58190.3715
Hunter Lab52.440954.851832.8044
CIE-Lab59.434858.913066.7531

#fa590e color RGB value is (250,89,14).

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

The process color (four color CMYK) of #fa590e color hex is 0.00, 0.64, 0.94, 0.02. Web safe color of #fa590e is #ff6600. Color #fa590e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 00001110
Octal 372 131 16
Decimal 250 89 14
Hex FA 59 E

RGB Percentages of Color #fa590e

%70.82
%25.21
%3.97

CMYK Percentages of Color #fa590e

%0
%64
%94
%2

Triadic Colors of #fa590e

#fa590e #0efa59 #590efa

Analogous Colors of #fa590e

#fa590e #facf0e #fa0e39

Monochromatic Colors of #fa590e

#fa590e

Complementary Color

#fa590e #0eaffa

#fa590e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa590e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa590e Color CSS Codes

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

#fa590e Text Font Color

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

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


#fa590e Background Color

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

This div background color is #fa590e


#fa590e Border Color

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

This div border color is #fa590e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa590e


Comments

No comments written yet.

Please login to write comment.