Color Hex Logo

#faa380 Color Hex

#FAA380
(250,163,128)
0 Favorites   0 Comments

Color spaces of #faa380

RGB 250163128
HSL0.050.920.74
HSV17°49°98°
CMYK 0.000.350.49   0.02
XYZ56.417848.076926.7283
Yxy48.07690.42990.3664
Hunter Lab69.337523.899325.6811
CIE-Lab74.873428.510631.4506

#faa380 color RGB value is (250,163,128).

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

The process color (four color CMYK) of #faa380 color hex is 0.00, 0.35, 0.49, 0.02. Web safe color of #faa380 is #ff9999. Color #faa380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 10000000
Octal 372 243 200
Decimal 250 163 128
Hex FA A3 80

RGB Percentages of Color #faa380

%46.21
%30.13
%23.66

CMYK Percentages of Color #faa380

%0
%35
%49
%2

Triadic Colors of #faa380

#faa380 #80faa3 #a380fa

Analogous Colors of #faa380

#faa380 #fae080 #fa809a

Monochromatic Colors of #faa380

#faa380

Complementary Color

#faa380 #80d7fa

#faa380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa380 Color CSS Codes

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

#faa380 Text Font Color

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

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


#faa380 Background Color

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

This div background color is #faa380


#faa380 Border Color

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

This div border color is #faa380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa380


Comments

No comments written yet.

Please login to write comment.