Color Hex Logo

#faa712 Color Hex

#FAA712
(250,167,18)
0 Favorites   0 Comments

Color spaces of #faa712

RGB 25016718
HSL0.110.960.53
HSV39°93°98°
CMYK 0.000.330.93   0.02
XYZ53.352248.00517.0262
Yxy48.00510.49230.4429
Hunter Lab69.285716.200742.4875
CIE-Lab74.828120.952576.3801

#faa712 color RGB value is (250,167,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 00010010
Octal 372 247 22
Decimal 250 167 18
Hex FA A7 12

RGB Percentages of Color #faa712

%57.47
%38.39
%4.14

CMYK Percentages of Color #faa712

%0
%33
%93
%2

Triadic Colors of #faa712

#faa712 #12faa7 #a712fa

Analogous Colors of #faa712

#faa712 #d9fa12 #fa3312

Monochromatic Colors of #faa712

#faa712

Complementary Color

#faa712 #1265fa

#faa712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa712 Color CSS Codes

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

#faa712 Text Font Color

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

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


#faa712 Background Color

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

This div background color is #faa712


#faa712 Border Color

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

This div border color is #faa712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa712


Comments

No comments written yet.

Please login to write comment.