Color Hex Logo

#faa000 Color Hex

#FAA000
(250,160,0)
0 Favorites   0 Comments

Color spaces of #faa000

RGB 2501600
HSL0.111.000.49
HSV38°100°98°
CMYK 0.000.361.00   0.02
XYZ51.995145.46566.0353
Yxy45.46560.50240.4393
Hunter Lab67.428219.645341.8929
CIE-Lab73.197424.454377.5323

#faa000 color RGB value is (250,160,0).

#faa000 hex color red value is 250, green value is 160 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #faa000 hue: 0.11 , saturation: 1.00 and the lightness value of faa000 is 0.49.

The process color (four color CMYK) of #faa000 color hex is 0.00, 0.36, 1.00, 0.02. Web safe color of #faa000 is #ff9900. Color #faa000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 00000000
Octal 372 240 0
Decimal 250 160 0
Hex FA A0 0

RGB Percentages of Color #faa000

%60.98
%39.02
%0.00

CMYK Percentages of Color #faa000

%0
%36
%100
%2

Triadic Colors of #faa000

#faa000 #00faa0 #a000fa

Analogous Colors of #faa000

#faa000 #d7fa00 #fa2300

Monochromatic Colors of #faa000

#faa000

Complementary Color

#faa000 #005afa

#faa000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa000 Color CSS Codes

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

#faa000 Text Font Color

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

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


#faa000 Background Color

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

This div background color is #faa000


#faa000 Border Color

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

This div border color is #faa000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa000


Comments

No comments written yet.

Please login to write comment.