Color Hex Logo

#faa11e Color Hex

#FAA11E
(250,161,30)
0 Favorites   0 Comments

Color spaces of #faa11e

RGB 25016130
HSL0.100.960.55
HSV36°88°98°
CMYK 0.000.360.88   0.02
XYZ52.403645.90757.3274
Yxy45.90750.49610.4346
Hunter Lab67.755119.485341.0166
CIE-Lab73.485524.280872.9349

#faa11e color RGB value is (250,161,30).

#faa11e hex color red value is 250, green value is 161 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #faa11e hue: 0.10 , saturation: 0.96 and the lightness value of faa11e is 0.55.

The process color (four color CMYK) of #faa11e color hex is 0.00, 0.36, 0.88, 0.02. Web safe color of #faa11e is #ff9933. Color #faa11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 00011110
Octal 372 241 36
Decimal 250 161 30
Hex FA A1 1E

RGB Percentages of Color #faa11e

%56.69
%36.51
%6.80

CMYK Percentages of Color #faa11e

%0
%36
%88
%2

Triadic Colors of #faa11e

#faa11e #1efaa1 #a11efa

Analogous Colors of #faa11e

#faa11e #e5fa1e #fa331e

Monochromatic Colors of #faa11e

#faa11e

Complementary Color

#faa11e #1e77fa

#faa11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa11e Color CSS Codes

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

#faa11e Text Font Color

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

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


#faa11e Background Color

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

This div background color is #faa11e


#faa11e Border Color

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

This div border color is #faa11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa11e

Related Colors


Comments

No comments written yet.

Please login to write comment.