Color Hex Logo

#fa765a Color Hex

#FA765A
(250,118,90)
0 Favorites   0 Comments

Color spaces of #fa765a

RGB 25011890
HSL0.030.940.67
HSV11°64°98°
CMYK 0.000.530.64   0.02
XYZ47.748234.019013.7226
Yxy34.01900.50000.3563
Hunter Lab58.325844.058226.8786
CIE-Lab64.977748.433139.3425

#fa765a color RGB value is (250,118,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110110 01011010
Octal 372 166 132
Decimal 250 118 90
Hex FA 76 5A

RGB Percentages of Color #fa765a

%54.59
%25.76
%19.65

CMYK Percentages of Color #fa765a

%0
%53
%64
%2

Triadic Colors of #fa765a

#fa765a #5afa76 #765afa

Analogous Colors of #fa765a

#fa765a #fac65a #fa5a8e

Monochromatic Colors of #fa765a

#fa765a

Complementary Color

#fa765a #5adefa

#fa765a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa765a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa765a Color CSS Codes

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

#fa765a Text Font Color

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

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


#fa765a Background Color

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

This div background color is #fa765a


#fa765a Border Color

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

This div border color is #fa765a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa765a


Comments

No comments written yet.

Please login to write comment.