Color Hex Logo

#faa201 Color Hex

#FAA201
(250,162,1)
0 Favorites   0 Comments

Color spaces of #faa201

RGB 2501621
HSL0.110.990.49
HSV39°100°98°
CMYK 0.000.351.00   0.02
XYZ52.350246.16686.1807
Yxy46.16680.50000.4410
Hunter Lab67.946218.622442.1690
CIE-Lab73.653623.416777.7113

#faa201 color RGB value is (250,162,1).

#faa201 hex color red value is 250, green value is 162 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #faa201 hue: 0.11 , saturation: 0.99 and the lightness value of faa201 is 0.49.

The process color (four color CMYK) of #faa201 color hex is 0.00, 0.35, 1.00, 0.02. Web safe color of #faa201 is #ff9900. Color #faa201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 00000001
Octal 372 242 1
Decimal 250 162 1
Hex FA A2 1

RGB Percentages of Color #faa201

%60.53
%39.23
%0.24

CMYK Percentages of Color #faa201

%0
%35
%100
%2

Triadic Colors of #faa201

#faa201 #01faa2 #a201fa

Analogous Colors of #faa201

#faa201 #d6fa01 #fa2601

Monochromatic Colors of #faa201

#faa201

Complementary Color

#faa201 #0159fa

#faa201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa201 Color CSS Codes

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

#faa201 Text Font Color

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

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


#faa201 Background Color

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

This div background color is #faa201


#faa201 Border Color

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

This div border color is #faa201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa201

Related Colors


Comments

No comments written yet.

Please login to write comment.