Color Hex Logo

#faa22e Color Hex

#FAA22E
(250,162,46)
0 Favorites   0 Comments

Color spaces of #faa22e

RGB 25016246
HSL0.090.950.58
HSV34°82°98°
CMYK 0.000.350.82   0.02
XYZ52.837846.36198.7487
Yxy46.36190.48950.4295
Hunter Lab68.089619.360040.0446
CIE-Lab73.779824.141668.4900

#faa22e color RGB value is (250,162,46).

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

The process color (four color CMYK) of #faa22e color hex is 0.00, 0.35, 0.82, 0.02. Web safe color of #faa22e is #ff9933. Color #faa22e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 00101110
Octal 372 242 56
Decimal 250 162 46
Hex FA A2 2E

RGB Percentages of Color #faa22e

%54.59
%35.37
%10.04

CMYK Percentages of Color #faa22e

%0
%35
%82
%2

Triadic Colors of #faa22e

#faa22e #2efaa2 #a22efa

Analogous Colors of #faa22e

#faa22e #ecfa2e #fa3c2e

Monochromatic Colors of #faa22e

#faa22e

Complementary Color

#faa22e #2e86fa

#faa22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa22e Color CSS Codes

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

#faa22e Text Font Color

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

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


#faa22e Background Color

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

This div background color is #faa22e


#faa22e Border Color

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

This div border color is #faa22e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa22e


Comments

No comments written yet.

Please login to write comment.