Color Hex Logo

#fa845e Color Hex

#FA845E
(250,132,94)
0 Favorites   0 Comments

Color spaces of #fa845e

RGB 25013294
HSL0.040.940.67
HSV15°62°98°
CMYK 0.000.470.62   0.02
XYZ49.696037.634715.2346
Yxy37.63470.48450.3669
Hunter Lab61.347137.241628.2192
CIE-Lab67.750541.814040.5680

#fa845e color RGB value is (250,132,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 01011110
Octal 372 204 136
Decimal 250 132 94
Hex FA 84 5E

RGB Percentages of Color #fa845e

%52.52
%27.73
%19.75

CMYK Percentages of Color #fa845e

%0
%47
%62
%2

Triadic Colors of #fa845e

#fa845e #5efa84 #845efa

Analogous Colors of #fa845e

#fa845e #fad25e #fa5e86

Monochromatic Colors of #fa845e

#fa845e

Complementary Color

#fa845e #5ed4fa

#fa845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa845e Color CSS Codes

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

#fa845e Text Font Color

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

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


#fa845e Background Color

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

This div background color is #fa845e


#fa845e Border Color

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

This div border color is #fa845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa845e

Related Colors


Comments

No comments written yet.

Please login to write comment.