Color Hex Logo

#faa673 Color Hex

#FAA673
(250,166,115)
0 Favorites   0 Comments

Color spaces of #faa673

RGB 250166115
HSL0.060.930.72
HSV23°54°98°
CMYK 0.000.340.54   0.02
XYZ56.155148.834222.6859
Yxy48.83420.43980.3825
Hunter Lab69.881521.145829.6695
CIE-Lab75.348125.811438.9302

#faa673 color RGB value is (250,166,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01110011
Octal 372 246 163
Decimal 250 166 115
Hex FA A6 73

RGB Percentages of Color #faa673

%47.08
%31.26
%21.66

CMYK Percentages of Color #faa673

%0
%34
%54
%2

Triadic Colors of #faa673

#faa673 #73faa6 #a673fa

Analogous Colors of #faa673

#faa673 #faea73 #fa7384

Monochromatic Colors of #faa673

#faa673

Complementary Color

#faa673 #73c7fa

#faa673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa673 Color CSS Codes

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

#faa673 Text Font Color

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

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


#faa673 Background Color

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

This div background color is #faa673


#faa673 Border Color

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

This div border color is #faa673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa673


Comments

No comments written yet.

Please login to write comment.