Color Hex Logo

#faa14d Color Hex

#FAA14D
(250,161,77)
0 Favorites   0 Comments

Color spaces of #faa14d

RGB 25016177
HSL0.080.950.64
HSV29°69°98°
CMYK 0.000.360.69   0.02
XYZ53.508846.349613.1473
Yxy46.34960.47350.4102
Hunter Lab68.080521.153536.2067
CIE-Lab73.771825.908955.9262

#faa14d color RGB value is (250,161,77).

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

The process color (four color CMYK) of #faa14d color hex is 0.00, 0.36, 0.69, 0.02. Web safe color of #faa14d is #ff9966. Color #faa14d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 01001101
Octal 372 241 115
Decimal 250 161 77
Hex FA A1 4D

RGB Percentages of Color #faa14d

%51.23
%32.99
%15.78

CMYK Percentages of Color #faa14d

%0
%36
%69
%2

Triadic Colors of #faa14d

#faa14d #4dfaa1 #a14dfa

Analogous Colors of #faa14d

#faa14d #faf84d #fa4d4f

Monochromatic Colors of #faa14d

#faa14d

Complementary Color

#faa14d #4da6fa

#faa14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa14d Color CSS Codes

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

#faa14d Text Font Color

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

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


#faa14d Background Color

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

This div background color is #faa14d


#faa14d Border Color

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

This div border color is #faa14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa14d


Comments

No comments written yet.

Please login to write comment.