Color Hex Logo

#faa353 Color Hex

#FAA353
(250,163,83)
0 Favorites   0 Comments

Color spaces of #faa353

RGB 25016383
HSL0.080.940.65
HSV29°67°98°
CMYK 0.000.350.67   0.02
XYZ54.082947.142914.4326
Yxy47.14290.46760.4076
Hunter Lab68.660720.445335.5996
CIE-Lab74.281125.185053.6826

#faa353 color RGB value is (250,163,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 01010011
Octal 372 243 123
Decimal 250 163 83
Hex FA A3 53

RGB Percentages of Color #faa353

%50.40
%32.86
%16.73

CMYK Percentages of Color #faa353

%0
%35
%67
%2

Triadic Colors of #faa353

#faa353 #53faa3 #a353fa

Analogous Colors of #faa353

#faa353 #faf753 #fa5357

Monochromatic Colors of #faa353

#faa353

Complementary Color

#faa353 #53aafa

#faa353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa353 Color CSS Codes

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

#faa353 Text Font Color

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

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


#faa353 Background Color

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

This div background color is #faa353


#faa353 Border Color

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

This div border color is #faa353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa353


Comments

No comments written yet.

Please login to write comment.