Color Hex Logo

#fa8257 Color Hex

#FA8257
(250,130,87)
0 Favorites   0 Comments

Color spaces of #fa8257

RGB 25013087
HSL0.040.940.66
HSV16°65°98°
CMYK 0.000.480.65   0.02
XYZ49.127336.977413.5649
Yxy36.97740.49290.3710
Hunter Lab60.809037.793429.3403
CIE-Lab67.260142.385643.6633

#fa8257 color RGB value is (250,130,87).

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

The process color (four color CMYK) of #fa8257 color hex is 0.00, 0.48, 0.65, 0.02. Web safe color of #fa8257 is #ff9966. Color #fa8257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 01010111
Octal 372 202 127
Decimal 250 130 87
Hex FA 82 57

RGB Percentages of Color #fa8257

%53.53
%27.84
%18.63

CMYK Percentages of Color #fa8257

%0
%48
%65
%2

Triadic Colors of #fa8257

#fa8257 #57fa82 #8257fa

Analogous Colors of #fa8257

#fa8257 #fad457 #fa577e

Monochromatic Colors of #fa8257

#fa8257

Complementary Color

#fa8257 #57cffa

#fa8257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8257 Color CSS Codes

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

#fa8257 Text Font Color

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

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


#fa8257 Background Color

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

This div background color is #fa8257


#fa8257 Border Color

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

This div border color is #fa8257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8257


Comments

No comments written yet.

Please login to write comment.