Color Hex Logo

#faa482 Color Hex

#FAA482
(250,164,130)
0 Favorites   0 Comments

Color spaces of #faa482

RGB 250164130
HSL0.050.920.75
HSV17°48°98°
CMYK 0.000.340.48   0.02
XYZ56.729148.486627.4880
Yxy48.48660.42750.3654
Hunter Lab69.632323.566525.3374
CIE-Lab75.130828.172630.7190

#faa482 color RGB value is (250,164,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 10000010
Octal 372 244 202
Decimal 250 164 130
Hex FA A4 82

RGB Percentages of Color #faa482

%45.96
%30.15
%23.90

CMYK Percentages of Color #faa482

%0
%34
%48
%2

Triadic Colors of #faa482

#faa482 #82faa4 #a482fa

Analogous Colors of #faa482

#faa482 #fae082 #fa829c

Monochromatic Colors of #faa482

#faa482

Complementary Color

#faa482 #82d8fa

#faa482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa482 Color CSS Codes

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

#faa482 Text Font Color

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

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


#faa482 Background Color

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

This div background color is #faa482


#faa482 Border Color

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

This div border color is #faa482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa482


Comments

No comments written yet.

Please login to write comment.