Color Hex Logo

#fa895c Color Hex

#FA895C
(250,137,92)
0 Favorites   0 Comments

Color spaces of #fa895c

RGB 25013792
HSL0.050.940.67
HSV17°63°98°
CMYK 0.000.450.63   0.02
XYZ50.301838.988014.9995
Yxy38.98800.48230.3738
Hunter Lab62.440434.528529.4655
CIE-Lab68.742639.168142.8154

#fa895c color RGB value is (250,137,92).

#fa895c hex color red value is 250, green value is 137 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fa895c hue: 0.05 , saturation: 0.94 and the lightness value of fa895c is 0.67.

The process color (four color CMYK) of #fa895c color hex is 0.00, 0.45, 0.63, 0.02. Web safe color of #fa895c is #ff9966. Color #fa895c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 01011100
Octal 372 211 134
Decimal 250 137 92
Hex FA 89 5C

RGB Percentages of Color #fa895c

%52.19
%28.60
%19.21

CMYK Percentages of Color #fa895c

%0
%45
%63
%2

Triadic Colors of #fa895c

#fa895c #5cfa89 #895cfa

Analogous Colors of #fa895c

#fa895c #fad85c #fa5c7e

Monochromatic Colors of #fa895c

#fa895c

Complementary Color

#fa895c #5ccdfa

#fa895c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa895c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa895c Color CSS Codes

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

#fa895c Text Font Color

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

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


#fa895c Background Color

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

This div background color is #fa895c


#fa895c Border Color

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

This div border color is #fa895c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa895c


Comments

No comments written yet.

Please login to write comment.