Color Hex Logo

#fa9859 Color Hex

#FA9859
(250,152,89)
0 Favorites   0 Comments

Color spaces of #fa9859

RGB 25015289
HSL0.070.940.66
HSV23°64°98°
CMYK 0.000.390.64   0.02
XYZ52.455743.501715.0831
Yxy43.50170.47240.3918
Hunter Lab65.955826.541232.6103
CIE-Lab71.894231.275748.0576

#fa9859 color RGB value is (250,152,89).

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

The process color (four color CMYK) of #fa9859 color hex is 0.00, 0.39, 0.64, 0.02. Web safe color of #fa9859 is #ff9966. Color #fa9859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011000 01011001
Octal 372 230 131
Decimal 250 152 89
Hex FA 98 59

RGB Percentages of Color #fa9859

%50.92
%30.96
%18.13

CMYK Percentages of Color #fa9859

%0
%39
%64
%2

Triadic Colors of #fa9859

#fa9859 #59fa98 #9859fa

Analogous Colors of #fa9859

#fa9859 #fae959 #fa596b

Monochromatic Colors of #fa9859

#fa9859

Complementary Color

#fa9859 #59bbfa

#fa9859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9859 Color CSS Codes

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

#fa9859 Text Font Color

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

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


#fa9859 Background Color

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

This div background color is #fa9859


#fa9859 Border Color

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

This div border color is #fa9859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9859


Comments

No comments written yet.

Please login to write comment.