Color Hex Logo

#faab3e Color Hex

#FAAB3E
(250,171,62)
0 Favorites   0 Comments

Color spaces of #faab3e

RGB 25017162
HSL0.100.950.61
HSV35°75°98°
CMYK 0.000.320.75   0.02
XYZ54.856849.797611.2781
Yxy49.79760.47320.4295
Hunter Lab70.567415.267139.9214
CIE-Lab75.944919.980564.5990

#faab3e color RGB value is (250,171,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 00111110
Octal 372 253 76
Decimal 250 171 62
Hex FA AB 3E

RGB Percentages of Color #faab3e

%51.76
%35.40
%12.84

CMYK Percentages of Color #faab3e

%0
%32
%75
%2

Triadic Colors of #faab3e

#faab3e #3efaab #ab3efa

Analogous Colors of #faab3e

#faab3e #ebfa3e #fa4d3e

Monochromatic Colors of #faab3e

#faab3e

Complementary Color

#faab3e #3e8dfa

#faab3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab3e Color CSS Codes

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

#faab3e Text Font Color

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

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


#faab3e Background Color

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

This div background color is #faab3e


#faab3e Border Color

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

This div border color is #faab3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab3e

Related Colors

#faab3e Color Palettes


Comments

No comments written yet.

Please login to write comment.