Color Hex Logo

#faa351 Color Hex

#FAA351
(250,163,81)
0 Favorites   0 Comments

Color spaces of #faa351

RGB 25016381
HSL0.080.940.65
HSV29°68°98°
CMYK 0.000.350.68   0.02
XYZ54.006747.112514.0317
Yxy47.11250.46900.4091
Hunter Lab68.638520.331335.9264
CIE-Lab74.261725.074054.6022

#faa351 color RGB value is (250,163,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 01010001
Octal 372 243 121
Decimal 250 163 81
Hex FA A3 51

RGB Percentages of Color #faa351

%50.61
%33.00
%16.40

CMYK Percentages of Color #faa351

%0
%35
%68
%2

Triadic Colors of #faa351

#faa351 #51faa3 #a351fa

Analogous Colors of #faa351

#faa351 #faf851 #fa5154

Monochromatic Colors of #faa351

#faa351

Complementary Color

#faa351 #51a8fa

#faa351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa351 Color CSS Codes

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

#faa351 Text Font Color

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

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


#faa351 Background Color

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

This div background color is #faa351


#faa351 Border Color

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

This div border color is #faa351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa351


Comments

No comments written yet.

Please login to write comment.