Color Hex Logo

#faab12 Color Hex

#FAAB12
(250,171,18)
0 Favorites   0 Comments

Color spaces of #faab12

RGB 25017118
HSL0.110.960.53
HSV40°93°98°
CMYK 0.000.320.93   0.02
XYZ54.096449.49357.2743
Yxy49.49350.48800.4464
Hunter Lab70.351614.141043.1156
CIE-Lab75.757318.856477.0488

#faab12 color RGB value is (250,171,18).

#faab12 hex color red value is 250, green value is 171 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #faab12 hue: 0.11 , saturation: 0.96 and the lightness value of faab12 is 0.53.

The process color (four color CMYK) of #faab12 color hex is 0.00, 0.32, 0.93, 0.02. Web safe color of #faab12 is #ff9900. Color #faab12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 00010010
Octal 372 253 22
Decimal 250 171 18
Hex FA AB 12

RGB Percentages of Color #faab12

%56.95
%38.95
%4.10

CMYK Percentages of Color #faab12

%0
%32
%93
%2

Triadic Colors of #faab12

#faab12 #12faab #ab12fa

Analogous Colors of #faab12

#faab12 #d5fa12 #fa3712

Monochromatic Colors of #faab12

#faab12

Complementary Color

#faab12 #1261fa

#faab12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab12 Color CSS Codes

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

#faab12 Text Font Color

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

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


#faab12 Background Color

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

This div background color is #faab12


#faab12 Border Color

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

This div border color is #faab12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab12

Related Colors


Comments

No comments written yet.

Please login to write comment.