Color Hex Logo

#faa22c Color Hex

#FAA22C
(250,162,44)
0 Favorites   0 Comments

Color spaces of #faa22c

RGB 25016244
HSL0.100.950.58
HSV34°82°98°
CMYK 0.000.350.82   0.02
XYZ52.799346.34658.5458
Yxy46.34650.49030.4304
Hunter Lab68.078319.301940.2122
CIE-Lab73.769824.084669.1452

#faa22c color RGB value is (250,162,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 00101100
Octal 372 242 54
Decimal 250 162 44
Hex FA A2 2C

RGB Percentages of Color #faa22c

%54.82
%35.53
%9.65

CMYK Percentages of Color #faa22c

%0
%35
%82
%2

Triadic Colors of #faa22c

#faa22c #2cfaa2 #a22cfa

Analogous Colors of #faa22c

#faa22c #ebfa2c #fa3b2c

Monochromatic Colors of #faa22c

#faa22c

Complementary Color

#faa22c #2c84fa

#faa22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa22c Color CSS Codes

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

#faa22c Text Font Color

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

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


#faa22c Background Color

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

This div background color is #faa22c


#faa22c Border Color

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

This div border color is #faa22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa22c


Comments

No comments written yet.

Please login to write comment.