Color Hex Logo

#fa685e Color Hex

#FA685E
(250,104,94)
0 Favorites   0 Comments

Color spaces of #fa685e

RGB 25010494
HSL0.010.940.67
HSV62°98°
CMYK 0.000.580.62   0.02
XYZ46.395031.032814.1343
Yxy31.03280.50670.3389
Hunter Lab55.707151.174223.9516
CIE-Lab62.535355.169634.1387

#fa685e color RGB value is (250,104,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101000 01011110
Octal 372 150 136
Decimal 250 104 94
Hex FA 68 5E

RGB Percentages of Color #fa685e

%55.80
%23.21
%20.98

CMYK Percentages of Color #fa685e

%0
%58
%62
%2

Triadic Colors of #fa685e

#fa685e #5efa68 #685efa

Analogous Colors of #fa685e

#fa685e #fab65e #fa5ea2

Monochromatic Colors of #fa685e

#fa685e

Complementary Color

#fa685e #5ef0fa

#fa685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa685e Color CSS Codes

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

#fa685e Text Font Color

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

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


#fa685e Background Color

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

This div background color is #fa685e


#fa685e Border Color

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

This div border color is #fa685e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,104,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 #fa685e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa685e


Comments

No comments written yet.

Please login to write comment.