Color Hex Logo

#faa25e Color Hex

#FAA25E
(250,162,94)
0 Favorites   0 Comments

Color spaces of #faa25e

RGB 25016294
HSL0.070.940.67
HSV26°62°98°
CMYK 0.000.350.62   0.02
XYZ54.365146.972816.7910
Yxy46.97280.46020.3976
Hunter Lab68.536721.651633.4501
CIE-Lab74.172426.373048.2184

#faa25e color RGB value is (250,162,94).

#faa25e hex color red value is 250, green value is 162 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #faa25e hue: 0.07 , saturation: 0.94 and the lightness value of faa25e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 01011110
Octal 372 242 136
Decimal 250 162 94
Hex FA A2 5E

RGB Percentages of Color #faa25e

%49.41
%32.02
%18.58

CMYK Percentages of Color #faa25e

%0
%35
%62
%2

Triadic Colors of #faa25e

#faa25e #5efaa2 #a25efa

Analogous Colors of #faa25e

#faa25e #faf05e #fa5e68

Monochromatic Colors of #faa25e

#faa25e

Complementary Color

#faa25e #5eb6fa

#faa25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa25e Color CSS Codes

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

#faa25e Text Font Color

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

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


#faa25e Background Color

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

This div background color is #faa25e


#faa25e Border Color

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

This div border color is #faa25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa25e


Comments

No comments written yet.

Please login to write comment.