Color Hex Logo

#faa32c Color Hex

#FAA32C
(250,163,44)
0 Favorites   0 Comments

Color spaces of #faa32c

RGB 25016344
HSL0.100.950.58
HSV35°82°98°
CMYK 0.000.350.82   0.02
XYZ52.976246.70028.6048
Yxy46.70020.48920.4313
Hunter Lab68.337518.784940.3707
CIE-Lab73.997623.561369.3413

#faa32c color RGB value is (250,163,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 00101100
Octal 372 243 54
Decimal 250 163 44
Hex FA A3 2C

RGB Percentages of Color #faa32c

%54.70
%35.67
%9.63

CMYK Percentages of Color #faa32c

%0
%35
%82
%2

Triadic Colors of #faa32c

#faa32c #2cfaa3 #a32cfa

Analogous Colors of #faa32c

#faa32c #eafa2c #fa3c2c

Monochromatic Colors of #faa32c

#faa32c

Complementary Color

#faa32c #2c83fa

#faa32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa32c Color CSS Codes

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

#faa32c Text Font Color

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

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


#faa32c Background Color

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

This div background color is #faa32c


#faa32c Border Color

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

This div border color is #faa32c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,163,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 #faa32c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa32c

Related Colors


Comments

No comments written yet.

Please login to write comment.