Color Hex Logo

#faa12d Color Hex

#FAA12D
(250,161,45)
0 Favorites   0 Comments

Color spaces of #faa12d

RGB 25016145
HSL0.090.950.58
HSV34°82°98°
CMYK 0.000.360.82   0.02
XYZ52.642946.00328.5875
Yxy46.00320.49090.4290
Hunter Lab67.825719.847939.9712
CIE-Lab73.547624.636168.6231

#faa12d color RGB value is (250,161,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 00101101
Octal 372 241 55
Decimal 250 161 45
Hex FA A1 2D

RGB Percentages of Color #faa12d

%54.82
%35.31
%9.87

CMYK Percentages of Color #faa12d

%0
%36
%82
%2

Triadic Colors of #faa12d

#faa12d #2dfaa1 #a12dfa

Analogous Colors of #faa12d

#faa12d #edfa2d #fa3b2d

Monochromatic Colors of #faa12d

#faa12d

Complementary Color

#faa12d #2d86fa

#faa12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa12d Color CSS Codes

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

#faa12d Text Font Color

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

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


#faa12d Background Color

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

This div background color is #faa12d


#faa12d Border Color

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

This div border color is #faa12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa12d


Comments

No comments written yet.

Please login to write comment.