Color Hex Logo

#faa378 Color Hex

#FAA378
(250,163,120)
0 Favorites   0 Comments

Color spaces of #faa378

RGB 250163120
HSL0.060.930.73
HSV20°52°98°
CMYK 0.000.350.52   0.02
XYZ55.911747.874424.0631
Yxy47.87440.43730.3745
Hunter Lab69.191323.156327.8143
CIE-Lab74.745627.801035.5392

#faa378 color RGB value is (250,163,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 01111000
Octal 372 243 170
Decimal 250 163 120
Hex FA A3 78

RGB Percentages of Color #faa378

%46.90
%30.58
%22.51

CMYK Percentages of Color #faa378

%0
%35
%52
%2

Triadic Colors of #faa378

#faa378 #78faa3 #a378fa

Analogous Colors of #faa378

#faa378 #fae478 #fa788e

Monochromatic Colors of #faa378

#faa378

Complementary Color

#faa378 #78cffa

#faa378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa378 Color CSS Codes

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

#faa378 Text Font Color

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

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


#faa378 Background Color

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

This div background color is #faa378


#faa378 Border Color

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

This div border color is #faa378


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,163,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 #faa378">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa378


Comments

No comments written yet.

Please login to write comment.