Color Hex Logo

#fa775a Color Hex

#FA775A
(250,119,90)
0 Favorites   0 Comments

Color spaces of #fa775a

RGB 25011990
HSL0.030.940.67
HSV11°64°98°
CMYK 0.000.520.64   0.02
XYZ47.866634.255813.7620
Yxy34.25580.49920.3573
Hunter Lab58.528543.558727.0289
CIE-Lab65.165147.953439.5699

#fa775a color RGB value is (250,119,90).

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

The process color (four color CMYK) of #fa775a color hex is 0.00, 0.52, 0.64, 0.02. Web safe color of #fa775a is #ff6666. Color #fa775a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110111 01011010
Octal 372 167 132
Decimal 250 119 90
Hex FA 77 5A

RGB Percentages of Color #fa775a

%54.47
%25.93
%19.61

CMYK Percentages of Color #fa775a

%0
%52
%64
%2

Triadic Colors of #fa775a

#fa775a #5afa77 #775afa

Analogous Colors of #fa775a

#fa775a #fac75a #fa5a8d

Monochromatic Colors of #fa775a

#fa775a

Complementary Color

#fa775a #5addfa

#fa775a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa775a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa775a Color CSS Codes

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

#fa775a Text Font Color

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

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


#fa775a Background Color

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

This div background color is #fa775a


#fa775a Border Color

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

This div border color is #fa775a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa775a


Comments

No comments written yet.

Please login to write comment.