Color Hex Logo

#faa12f Color Hex

#FAA12F
(250,161,47)
0 Favorites   0 Comments

Color spaces of #faa12f

RGB 25016147
HSL0.090.950.58
HSV34°81°98°
CMYK 0.000.360.81   0.02
XYZ52.682346.01908.7952
Yxy46.01900.49010.4281
Hunter Lab67.837319.907439.7991
CIE-Lab73.557924.694367.9548

#faa12f color RGB value is (250,161,47).

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

The process color (four color CMYK) of #faa12f color hex is 0.00, 0.36, 0.81, 0.02. Web safe color of #faa12f is #ff9933. Color #faa12f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 00101111
Octal 372 241 57
Decimal 250 161 47
Hex FA A1 2F

RGB Percentages of Color #faa12f

%54.59
%35.15
%10.26

CMYK Percentages of Color #faa12f

%0
%36
%81
%2

Triadic Colors of #faa12f

#faa12f #2ffaa1 #a12ffa

Analogous Colors of #faa12f

#faa12f #eefa2f #fa3c2f

Monochromatic Colors of #faa12f

#faa12f

Complementary Color

#faa12f #2f88fa

#faa12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa12f Color CSS Codes

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

#faa12f Text Font Color

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

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


#faa12f Background Color

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

This div background color is #faa12f


#faa12f Border Color

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

This div border color is #faa12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa12f

Related Colors


Comments

No comments written yet.

Please login to write comment.