Color Hex Logo

#fa865e Color Hex

#FA865E
(250,134,94)
0 Favorites   0 Comments

Color spaces of #fa865e

RGB 25013494
HSL0.040.940.67
HSV15°62°98°
CMYK 0.000.460.62   0.02
XYZ49.969838.182315.3259
Yxy38.18230.48290.3690
Hunter Lab61.791836.213628.5489
CIE-Lab68.154840.810041.0580

#fa865e color RGB value is (250,134,94).

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

The process color (four color CMYK) of #fa865e color hex is 0.00, 0.46, 0.62, 0.02. Web safe color of #fa865e is #ff9966. Color #fa865e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 01011110
Octal 372 206 136
Decimal 250 134 94
Hex FA 86 5E

RGB Percentages of Color #fa865e

%52.30
%28.03
%19.67

CMYK Percentages of Color #fa865e

%0
%46
%62
%2

Triadic Colors of #fa865e

#fa865e #5efa86 #865efa

Analogous Colors of #fa865e

#fa865e #fad45e #fa5e84

Monochromatic Colors of #fa865e

#fa865e

Complementary Color

#fa865e #5ed2fa

#fa865e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa865e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa865e Color CSS Codes

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

#fa865e Text Font Color

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

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


#fa865e Background Color

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

This div background color is #fa865e


#fa865e Border Color

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

This div border color is #fa865e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa865e


Comments

No comments written yet.

Please login to write comment.