Color Hex Logo

#faa578 Color Hex

#FAA578
(250,165,120)
0 Favorites   0 Comments

Color spaces of #faa578

RGB 250165120
HSL0.060.930.73
HSV21°52°98°
CMYK 0.000.340.52   0.02
XYZ56.269648.590324.1824
Yxy48.59030.43610.3765
Hunter Lab69.706722.104328.2261
CIE-Lab75.195726.753036.1157

#faa578 color RGB value is (250,165,120).

#faa578 hex color red value is 250, green value is 165 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #faa578 hue: 0.06 , saturation: 0.93 and the lightness value of faa578 is 0.73.

The process color (four color CMYK) of #faa578 color hex is 0.00, 0.34, 0.52, 0.02. Web safe color of #faa578 is #ff9966. Color #faa578 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 01111000
Octal 372 245 170
Decimal 250 165 120
Hex FA A5 78

RGB Percentages of Color #faa578

%46.73
%30.84
%22.43

CMYK Percentages of Color #faa578

%0
%34
%52
%2

Triadic Colors of #faa578

#faa578 #78faa5 #a578fa

Analogous Colors of #faa578

#faa578 #fae678 #fa788c

Monochromatic Colors of #faa578

#faa578

Complementary Color

#faa578 #78cdfa

#faa578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa578 Color CSS Codes

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

#faa578 Text Font Color

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

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


#faa578 Background Color

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

This div background color is #faa578


#faa578 Border Color

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

This div border color is #faa578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa578

Related Colors


Comments

No comments written yet.

Please login to write comment.