Color Hex Logo

#faaa2b Color Hex

#FAAA2B
(250,170,43)
0 Favorites   0 Comments

Color spaces of #faaa2b

RGB 25017043
HSL0.100.950.57
HSV37°83°98°
CMYK 0.000.320.83   0.02
XYZ54.235149.24798.9328
Yxy49.24790.48250.4381
Hunter Lab70.176815.141541.5768
CIE-Lab75.605319.865571.0363

#faaa2b color RGB value is (250,170,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 00101011
Octal 372 252 53
Decimal 250 170 43
Hex FA AA 2B

RGB Percentages of Color #faaa2b

%54.00
%36.72
%9.29

CMYK Percentages of Color #faaa2b

%0
%32
%83
%2

Triadic Colors of #faaa2b

#faaa2b #2bfaaa #aa2bfa

Analogous Colors of #faaa2b

#faaa2b #e3fa2b #fa432b

Monochromatic Colors of #faaa2b

#faaa2b

Complementary Color

#faaa2b #2b7bfa

#faaa2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa2b Color CSS Codes

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

#faaa2b Text Font Color

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

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


#faaa2b Background Color

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

This div background color is #faaa2b


#faaa2b Border Color

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

This div border color is #faaa2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa2b


Comments

No comments written yet.

Please login to write comment.