Color Hex Logo

#faa54c Color Hex

#FAA54C
(250,165,76)
0 Favorites   0 Comments

Color spaces of #faa54c

RGB 25016576
HSL0.090.950.64
HSV31°70°98°
CMYK 0.000.340.70   0.02
XYZ54.184047.756113.1995
Yxy47.75610.47060.4148
Hunter Lab69.105819.021937.0494
CIE-Lab74.670823.763057.3456

#faa54c color RGB value is (250,165,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 01001100
Octal 372 245 114
Decimal 250 165 76
Hex FA A5 4C

RGB Percentages of Color #faa54c

%50.92
%33.60
%15.48

CMYK Percentages of Color #faa54c

%0
%34
%70
%2

Triadic Colors of #faa54c

#faa54c #4cfaa5 #a54cfa

Analogous Colors of #faa54c

#faa54c #f8fa4c #fa4e4c

Monochromatic Colors of #faa54c

#faa54c

Complementary Color

#faa54c #4ca1fa

#faa54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa54c Color CSS Codes

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

#faa54c Text Font Color

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

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


#faa54c Background Color

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

This div background color is #faa54c


#faa54c Border Color

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

This div border color is #faa54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa54c


Comments

No comments written yet.

Please login to write comment.