Color Hex Logo

#faa349 Color Hex

#FAA349
(250,163,73)
0 Favorites   0 Comments

Color spaces of #faa349

RGB 25016373
HSL0.080.950.63
HSV31°71°98°
CMYK 0.000.350.71   0.02
XYZ53.724146.999412.5436
Yxy46.99940.47430.4149
Hunter Lab68.556119.908637.1411
CIE-Lab74.189424.662058.1830

#faa349 color RGB value is (250,163,73).

#faa349 hex color red value is 250, green value is 163 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #faa349 hue: 0.08 , saturation: 0.95 and the lightness value of faa349 is 0.63.

The process color (four color CMYK) of #faa349 color hex is 0.00, 0.35, 0.71, 0.02. Web safe color of #faa349 is #ff9933. Color #faa349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 01001001
Octal 372 243 111
Decimal 250 163 73
Hex FA A3 49

RGB Percentages of Color #faa349

%51.44
%33.54
%15.02

CMYK Percentages of Color #faa349

%0
%35
%71
%2

Triadic Colors of #faa349

#faa349 #49faa3 #a349fa

Analogous Colors of #faa349

#faa349 #f9fa49 #fa4a49

Monochromatic Colors of #faa349

#faa349

Complementary Color

#faa349 #49a0fa

#faa349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa349 Color CSS Codes

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

#faa349 Text Font Color

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

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


#faa349 Background Color

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

This div background color is #faa349


#faa349 Border Color

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

This div border color is #faa349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa349

Related Colors


Comments

No comments written yet.

Please login to write comment.