Color Hex Logo

#fa745e Color Hex

#FA745E
(250,116,94)
0 Favorites   0 Comments

Color spaces of #fa745e

RGB 25011694
HSL0.020.940.67
HSV62°98°
CMYK 0.000.540.62   0.02
XYZ47.690133.622914.5660
Yxy33.62290.49740.3507
Hunter Lab57.985345.333525.6959
CIE-Lab64.662149.631836.7849

#fa745e color RGB value is (250,116,94).

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

The process color (four color CMYK) of #fa745e color hex is 0.00, 0.54, 0.62, 0.02. Web safe color of #fa745e is #ff6666. Color #fa745e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 01011110
Octal 372 164 136
Decimal 250 116 94
Hex FA 74 5E

RGB Percentages of Color #fa745e

%54.35
%25.22
%20.43

CMYK Percentages of Color #fa745e

%0
%54
%62
%2

Triadic Colors of #fa745e

#fa745e #5efa74 #745efa

Analogous Colors of #fa745e

#fa745e #fac25e #fa5e96

Monochromatic Colors of #fa745e

#fa745e

Complementary Color

#fa745e #5ee4fa

#fa745e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa745e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa745e Color CSS Codes

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

#fa745e Text Font Color

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

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


#fa745e Background Color

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

This div background color is #fa745e


#fa745e Border Color

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

This div border color is #fa745e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa745e


Comments

No comments written yet.

Please login to write comment.