Color Hex Logo

#faa445 Color Hex

#FAA445
(250,164,69)
0 Favorites   0 Comments

Color spaces of #faa445

RGB 25016469
HSL0.090.950.63
HSV31°72°98°
CMYK 0.000.340.72   0.02
XYZ53.774047.304611.9267
Yxy47.30460.47590.4186
Hunter Lab68.778319.197237.8635
CIE-Lab74.384223.950360.1411

#faa445 color RGB value is (250,164,69).

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

The process color (four color CMYK) of #faa445 color hex is 0.00, 0.34, 0.72, 0.02. Web safe color of #faa445 is #ff9933. Color #faa445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 01000101
Octal 372 244 105
Decimal 250 164 69
Hex FA A4 45

RGB Percentages of Color #faa445

%51.76
%33.95
%14.29

CMYK Percentages of Color #faa445

%0
%34
%72
%2

Triadic Colors of #faa445

#faa445 #45faa4 #a445fa

Analogous Colors of #faa445

#faa445 #f6fa45 #fa4a45

Monochromatic Colors of #faa445

#faa445

Complementary Color

#faa445 #459bfa

#faa445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa445 Color CSS Codes

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

#faa445 Text Font Color

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

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


#faa445 Background Color

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

This div background color is #faa445


#faa445 Border Color

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

This div border color is #faa445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa445

Related Colors


Comments

No comments written yet.

Please login to write comment.