Color Hex Logo

#fa591b Color Hex

#FA591B
(250,89,27)
0 Favorites   0 Comments

Color spaces of #fa591b

RGB 2508927
HSL0.050.960.54
HSV17°89°98°
CMYK 0.000.640.89   0.02
XYZ43.194527.54794.0776
Yxy27.54790.57730.3682
Hunter Lab52.486155.049532.1341
CIE-Lab59.478159.078263.2215

#fa591b color RGB value is (250,89,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 00011011
Octal 372 131 33
Decimal 250 89 27
Hex FA 59 1B

RGB Percentages of Color #fa591b

%68.31
%24.32
%7.38

CMYK Percentages of Color #fa591b

%0
%64
%89
%2

Triadic Colors of #fa591b

#fa591b #1bfa59 #591bfa

Analogous Colors of #fa591b

#fa591b #fac91b #fa1b4c

Monochromatic Colors of #fa591b

#fa591b

Complementary Color

#fa591b #1bbcfa

#fa591b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa591b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa591b Color CSS Codes

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

#fa591b Text Font Color

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

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


#fa591b Background Color

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

This div background color is #fa591b


#fa591b Border Color

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

This div border color is #fa591b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa591b


Comments

No comments written yet.

Please login to write comment.