Color Hex Logo

#faa679 Color Hex

#FAA679
(250,166,121)
0 Favorites   0 Comments

Color spaces of #faa679

RGB 250166121
HSL0.060.930.73
HSV21°52°98°
CMYK 0.000.340.52   0.02
XYZ56.511748.976924.5642
Yxy48.97690.43450.3766
Hunter Lab69.983521.667728.1777
CIE-Lab75.437026.314535.8975

#faa679 color RGB value is (250,166,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01111001
Octal 372 246 171
Decimal 250 166 121
Hex FA A6 79

RGB Percentages of Color #faa679

%46.55
%30.91
%22.53

CMYK Percentages of Color #faa679

%0
%34
%52
%2

Triadic Colors of #faa679

#faa679 #79faa6 #a679fa

Analogous Colors of #faa679

#faa679 #fae779 #fa798d

Monochromatic Colors of #faa679

#faa679

Complementary Color

#faa679 #79cdfa

#faa679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa679 Color CSS Codes

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

#faa679 Text Font Color

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

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


#faa679 Background Color

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

This div background color is #faa679


#faa679 Border Color

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

This div border color is #faa679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa679

Related Colors


Comments

No comments written yet.

Please login to write comment.