Color Hex Logo

#faa32b Color Hex

#FAA32B
(250,163,43)
0 Favorites   0 Comments

Color spaces of #faa32b

RGB 25016343
HSL0.100.950.57
HSV35°83°98°
CMYK 0.000.350.83   0.02
XYZ52.957646.69288.5069
Yxy46.69280.48960.4317
Hunter Lab68.332118.756840.4513
CIE-Lab73.992823.533669.6599

#faa32b color RGB value is (250,163,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 00101011
Octal 372 243 53
Decimal 250 163 43
Hex FA A3 2B

RGB Percentages of Color #faa32b

%54.82
%35.75
%9.43

CMYK Percentages of Color #faa32b

%0
%35
%83
%2

Triadic Colors of #faa32b

#faa32b #2bfaa3 #a32bfa

Analogous Colors of #faa32b

#faa32b #eafa2b #fa3c2b

Monochromatic Colors of #faa32b

#faa32b

Complementary Color

#faa32b #2b82fa

#faa32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa32b Color CSS Codes

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

#faa32b Text Font Color

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

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


#faa32b Background Color

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

This div background color is #faa32b


#faa32b Border Color

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

This div border color is #faa32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa32b


Comments

No comments written yet.

Please login to write comment.