Color Hex Logo

#faa781 Color Hex

#FAA781
(250,167,129)
0 Favorites   0 Comments

Color spaces of #faa781

RGB 250167129
HSL0.050.920.74
HSV19°48°98°
CMYK 0.000.330.48   0.02
XYZ57.205549.546427.3172
Yxy49.54640.42670.3696
Hunter Lab70.389221.886326.2627
CIE-Lab75.790026.506432.1179

#faa781 color RGB value is (250,167,129).

#faa781 hex color red value is 250, green value is 167 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #faa781 hue: 0.05 , saturation: 0.92 and the lightness value of faa781 is 0.74.

The process color (four color CMYK) of #faa781 color hex is 0.00, 0.33, 0.48, 0.02. Web safe color of #faa781 is #ff9999. Color #faa781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 10000001
Octal 372 247 201
Decimal 250 167 129
Hex FA A7 81

RGB Percentages of Color #faa781

%45.79
%30.59
%23.63

CMYK Percentages of Color #faa781

%0
%33
%48
%2

Triadic Colors of #faa781

#faa781 #81faa7 #a781fa

Analogous Colors of #faa781

#faa781 #fae481 #fa8198

Monochromatic Colors of #faa781

#faa781

Complementary Color

#faa781 #81d4fa

#faa781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa781 Color CSS Codes

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

#faa781 Text Font Color

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

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


#faa781 Background Color

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

This div background color is #faa781


#faa781 Border Color

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

This div border color is #faa781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa781


Comments

No comments written yet.

Please login to write comment.