Color Hex Logo

#fa591a Color Hex

#FA591A
(250,89,26)
0 Favorites   0 Comments

Color spaces of #fa591a

RGB 2508926
HSL0.050.960.54
HSV17°90°98°
CMYK 0.000.640.90   0.02
XYZ43.183227.54334.0177
Yxy27.54330.57770.3685
Hunter Lab52.481755.031132.1983
CIE-Lab59.473959.062863.5435

#fa591a color RGB value is (250,89,26).

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

The process color (four color CMYK) of #fa591a color hex is 0.00, 0.64, 0.90, 0.02. Web safe color of #fa591a is #ff6633. Color #fa591a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 00011010
Octal 372 131 32
Decimal 250 89 26
Hex FA 59 1A

RGB Percentages of Color #fa591a

%68.49
%24.38
%7.12

CMYK Percentages of Color #fa591a

%0
%64
%90
%2

Triadic Colors of #fa591a

#fa591a #1afa59 #591afa

Analogous Colors of #fa591a

#fa591a #fac91a #fa1a4b

Monochromatic Colors of #fa591a

#fa591a

Complementary Color

#fa591a #1abbfa

#fa591a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa591a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa591a Color CSS Codes

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

#fa591a Text Font Color

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

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


#fa591a Background Color

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

This div background color is #fa591a


#fa591a Border Color

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

This div border color is #fa591a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,89,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa591a


Comments

No comments written yet.

Please login to write comment.