Color Hex Logo

#faa53e Color Hex

#FAA53E
(250,165,62)
0 Favorites   0 Comments

Color spaces of #faa53e

RGB 25016562
HSL0.090.950.61
HSV33°75°98°
CMYK 0.000.340.75   0.02
XYZ53.749047.582110.9088
Yxy47.58210.47890.4239
Hunter Lab68.979818.372538.9094
CIE-Lab74.560623.125863.2489

#faa53e color RGB value is (250,165,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 00111110
Octal 372 245 76
Decimal 250 165 62
Hex FA A5 3E

RGB Percentages of Color #faa53e

%52.41
%34.59
%13.00

CMYK Percentages of Color #faa53e

%0
%34
%75
%2

Triadic Colors of #faa53e

#faa53e #3efaa5 #a53efa

Analogous Colors of #faa53e

#faa53e #f1fa3e #fa473e

Monochromatic Colors of #faa53e

#faa53e

Complementary Color

#faa53e #3e93fa

#faa53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa53e Color CSS Codes

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

#faa53e Text Font Color

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

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


#faa53e Background Color

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

This div background color is #faa53e


#faa53e Border Color

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

This div border color is #faa53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa53e


Comments

No comments written yet.

Please login to write comment.