Color Hex Logo

#fa555b Color Hex

#FA555B
(250,85,91)
0 Favorites   0 Comments

Color spaces of #fa555b

RGB 2508591
HSL0.990.940.66
HSV358°66°98°
CMYK 0.000.660.64   0.02
XYZ44.561227.576312.8717
Yxy27.57630.52420.3244
Hunter Lab52.513159.572222.2264
CIE-Lab59.504062.978832.0222

#fa555b color RGB value is (250,85,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010101 01011011
Octal 372 125 133
Decimal 250 85 91
Hex FA 55 5B

RGB Percentages of Color #fa555b

%58.69
%19.95
%21.36

CMYK Percentages of Color #fa555b

%0
%66
%64
%2

Triadic Colors of #fa555b

#fa555b #5bfa55 #555bfa

Analogous Colors of #fa555b

#fa555b #faa255 #fa55ae

Monochromatic Colors of #fa555b

#fa555b

Complementary Color

#fa555b #55faf4

#fa555b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa555b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa555b Color CSS Codes

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

#fa555b Text Font Color

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

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


#fa555b Background Color

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

This div background color is #fa555b


#fa555b Border Color

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

This div border color is #fa555b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa555b


Comments

No comments written yet.

Please login to write comment.