Color Hex Logo

#fa595d Color Hex

#FA595D
(250,89,93)
0 Favorites   0 Comments

Color spaces of #fa595d

RGB 2508993
HSL1.000.940.66
HSV359°64°98°
CMYK 0.000.640.63   0.02
XYZ44.972528.259113.4402
Yxy28.25910.51890.3260
Hunter Lab53.159357.981422.2213
CIE-Lab60.122161.506031.6635

#fa595d color RGB value is (250,89,93).

#fa595d hex color red value is 250, green value is 89 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fa595d hue: 1.00 , saturation: 0.94 and the lightness value of fa595d is 0.66.

The process color (four color CMYK) of #fa595d color hex is 0.00, 0.64, 0.63, 0.02. Web safe color of #fa595d is #ff6666. Color #fa595d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 01011101
Octal 372 131 135
Decimal 250 89 93
Hex FA 59 5D

RGB Percentages of Color #fa595d

%57.87
%20.60
%21.53

CMYK Percentages of Color #fa595d

%0
%64
%63
%2

Triadic Colors of #fa595d

#fa595d #5dfa59 #595dfa

Analogous Colors of #fa595d

#fa595d #faa659 #fa59ae

Monochromatic Colors of #fa595d

#fa595d

Complementary Color

#fa595d #59faf6

#fa595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa595d Color CSS Codes

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

#fa595d Text Font Color

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

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


#fa595d Background Color

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

This div background color is #fa595d


#fa595d Border Color

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

This div border color is #fa595d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa595d

Related Colors


Comments

No comments written yet.

Please login to write comment.