Color Hex Logo

#fa593b Color Hex

#FA593B
(250,89,59)
0 Favorites   0 Comments

Color spaces of #fa593b

RGB 2508959
HSL0.030.950.61
HSV76°98°
CMYK 0.000.640.76   0.02
XYZ43.786127.78457.1928
Yxy27.78450.55590.3528
Hunter Lab52.711056.032528.8072
CIE-Lab59.693559.896549.6569

#fa593b color RGB value is (250,89,59).

#fa593b hex color red value is 250, green value is 89 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fa593b hue: 0.03 , saturation: 0.95 and the lightness value of fa593b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 00111011
Octal 372 131 73
Decimal 250 89 59
Hex FA 59 3B

RGB Percentages of Color #fa593b

%62.81
%22.36
%14.82

CMYK Percentages of Color #fa593b

%0
%64
%76
%2

Triadic Colors of #fa593b

#fa593b #3bfa59 #593bfa

Analogous Colors of #fa593b

#fa593b #fab93b #fa3b7d

Monochromatic Colors of #fa593b

#fa593b

Complementary Color

#fa593b #3bdcfa

#fa593b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa593b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa593b Color CSS Codes

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

#fa593b Text Font Color

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

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


#fa593b Background Color

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

This div background color is #fa593b


#fa593b Border Color

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

This div border color is #fa593b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa593b


Comments

No comments written yet.

Please login to write comment.