Color Hex Logo

#faa73c Color Hex

#FAA73C
(250,167,60)
0 Favorites   0 Comments

Color spaces of #faa73c

RGB 25016760
HSL0.090.950.61
HSV34°76°98°
CMYK 0.000.330.76   0.02
XYZ54.058748.287710.7462
Yxy48.28770.47800.4270
Hunter Lab69.489417.256339.4736
CIE-Lab75.006021.998464.4808

#faa73c color RGB value is (250,167,60).

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

The process color (four color CMYK) of #faa73c color hex is 0.00, 0.33, 0.76, 0.02. Web safe color of #faa73c is #ff9933. Color #faa73c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 00111100
Octal 372 247 74
Decimal 250 167 60
Hex FA A7 3C

RGB Percentages of Color #faa73c

%52.41
%35.01
%12.58

CMYK Percentages of Color #faa73c

%0
%33
%76
%2

Triadic Colors of #faa73c

#faa73c #3cfaa7 #a73cfa

Analogous Colors of #faa73c

#faa73c #eefa3c #fa483c

Monochromatic Colors of #faa73c

#faa73c

Complementary Color

#faa73c #3c8ffa

#faa73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa73c Color CSS Codes

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

#faa73c Text Font Color

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

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


#faa73c Background Color

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

This div background color is #faa73c


#faa73c Border Color

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

This div border color is #faa73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa73c

Related Colors


Comments

No comments written yet.

Please login to write comment.