Color Hex Logo

#faa14a Color Hex

#FAA14A
(250,161,74)
0 Favorites   0 Comments

Color spaces of #faa14a

RGB 25016174
HSL0.080.950.64
HSV30°70°98°
CMYK 0.000.360.70   0.02
XYZ53.405246.308112.6022
Yxy46.30810.47550.4123
Hunter Lab68.050120.997936.6551
CIE-Lab73.745025.757857.2655

#faa14a color RGB value is (250,161,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 01001010
Octal 372 241 112
Decimal 250 161 74
Hex FA A1 4A

RGB Percentages of Color #faa14a

%51.55
%33.20
%15.26

CMYK Percentages of Color #faa14a

%0
%36
%70
%2

Triadic Colors of #faa14a

#faa14a #4afaa1 #a14afa

Analogous Colors of #faa14a

#faa14a #faf94a #fa4a4b

Monochromatic Colors of #faa14a

#faa14a

Complementary Color

#faa14a #4aa3fa

#faa14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa14a Color CSS Codes

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

#faa14a Text Font Color

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

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


#faa14a Background Color

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

This div background color is #faa14a


#faa14a Border Color

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

This div border color is #faa14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa14a


Comments

No comments written yet.

Please login to write comment.