Color Hex Logo

#faa21f Color Hex

#FAA21F
(250,162,31)
0 Favorites   0 Comments

Color spaces of #faa21f

RGB 25016231
HSL0.100.960.55
HSV36°88°98°
CMYK 0.000.350.88   0.02
XYZ52.592046.26367.4542
Yxy46.26360.49470.4352
Hunter Lab68.017418.988441.1144
CIE-Lab73.716323.776872.8662

#faa21f color RGB value is (250,162,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 00011111
Octal 372 242 37
Decimal 250 162 31
Hex FA A2 1F

RGB Percentages of Color #faa21f

%56.43
%36.57
%7.00

CMYK Percentages of Color #faa21f

%0
%35
%88
%2

Triadic Colors of #faa21f

#faa21f #1ffaa2 #a21ffa

Analogous Colors of #faa21f

#faa21f #e5fa1f #fa341f

Monochromatic Colors of #faa21f

#faa21f

Complementary Color

#faa21f #1f77fa

#faa21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa21f Color CSS Codes

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

#faa21f Text Font Color

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

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


#faa21f Background Color

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

This div background color is #faa21f


#faa21f Border Color

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

This div border color is #faa21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa21f

Related Colors


Comments

No comments written yet.

Please login to write comment.