Color Hex Logo

#fa816a Color Hex

#FA816A
(250,129,106)
0 Favorites   0 Comments

Color spaces of #fa816a

RGB 250129106
HSL0.030.940.70
HSV10°58°98°
CMYK 0.000.480.58   0.02
XYZ49.876137.065118.1612
Yxy37.06510.47450.3527
Hunter Lab60.881139.692024.9302
CIE-Lab67.325844.130533.5726

#fa816a color RGB value is (250,129,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 01101010
Octal 372 201 152
Decimal 250 129 106
Hex FA 81 6A

RGB Percentages of Color #fa816a

%51.55
%26.60
%21.86

CMYK Percentages of Color #fa816a

%0
%48
%58
%2

Triadic Colors of #fa816a

#fa816a #6afa81 #816afa

Analogous Colors of #fa816a

#fa816a #fac96a #fa6a9b

Monochromatic Colors of #fa816a

#fa816a

Complementary Color

#fa816a #6ae3fa

#fa816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa816a Color CSS Codes

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

#fa816a Text Font Color

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

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


#fa816a Background Color

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

This div background color is #fa816a


#fa816a Border Color

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

This div border color is #fa816a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa816a


Comments

No comments written yet.

Please login to write comment.