Color Hex Logo

#faab2e Color Hex

#FAAB2E
(250,171,46)
0 Favorites   0 Comments

Color spaces of #faab2e

RGB 25017146
HSL0.100.950.58
HSV37°82°98°
CMYK 0.000.320.82   0.02
XYZ54.480449.64719.2962
Yxy49.64710.48030.4377
Hunter Lab70.460714.710541.5001
CIE-Lab75.852119.425870.2990

#faab2e color RGB value is (250,171,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 00101110
Octal 372 253 56
Decimal 250 171 46
Hex FA AB 2E

RGB Percentages of Color #faab2e

%53.53
%36.62
%9.85

CMYK Percentages of Color #faab2e

%0
%32
%82
%2

Triadic Colors of #faab2e

#faab2e #2efaab #ab2efa

Analogous Colors of #faab2e

#faab2e #e3fa2e #fa452e

Monochromatic Colors of #faab2e

#faab2e

Complementary Color

#faab2e #2e7dfa

#faab2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab2e Color CSS Codes

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

#faab2e Text Font Color

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

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


#faab2e Background Color

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

This div background color is #faab2e


#faab2e Border Color

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

This div border color is #faab2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab2e


Comments

No comments written yet.

Please login to write comment.