Color Hex Logo

#faa36f Color Hex

#FAA36F
(250,163,111)
0 Favorites   0 Comments

Color spaces of #faa36f

RGB 250163111
HSL0.060.930.71
HSV22°56°98°
CMYK 0.000.350.56   0.02
XYZ55.390847.666121.3200
Yxy47.66610.44530.3832
Hunter Lab69.040622.388130.0195
CIE-Lab74.613827.064140.0933

#faa36f color RGB value is (250,163,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 01101111
Octal 372 243 157
Decimal 250 163 111
Hex FA A3 6F

RGB Percentages of Color #faa36f

%47.71
%31.11
%21.18

CMYK Percentages of Color #faa36f

%0
%35
%56
%2

Triadic Colors of #faa36f

#faa36f #6ffaa3 #a36ffa

Analogous Colors of #faa36f

#faa36f #fae96f #fa6f81

Monochromatic Colors of #faa36f

#faa36f

Complementary Color

#faa36f #6fc6fa

#faa36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa36f Color CSS Codes

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

#faa36f Text Font Color

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

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


#faa36f Background Color

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

This div background color is #faa36f


#faa36f Border Color

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

This div border color is #faa36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa36f

Related Colors


Comments

No comments written yet.

Please login to write comment.