Color Hex Logo

#faaa0e Color Hex

#FAAA0E
(250,170,14)
0 Favorites   0 Comments

Color spaces of #faaa0e

RGB 25017014
HSL0.110.960.52
HSV40°94°98°
CMYK 0.000.320.94   0.02
XYZ53.878349.10527.0540
Yxy49.10520.48960.4463
Hunter Lab70.075114.611043.0842
CIE-Lab75.516719.335877.4617

#faaa0e color RGB value is (250,170,14).

#faaa0e hex color red value is 250, green value is 170 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #faaa0e hue: 0.11 , saturation: 0.96 and the lightness value of faaa0e is 0.52.

The process color (four color CMYK) of #faaa0e color hex is 0.00, 0.32, 0.94, 0.02. Web safe color of #faaa0e is #ff9900. Color #faaa0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 00001110
Octal 372 252 16
Decimal 250 170 14
Hex FA AA E

RGB Percentages of Color #faaa0e

%57.60
%39.17
%3.23

CMYK Percentages of Color #faaa0e

%0
%32
%94
%2

Triadic Colors of #faaa0e

#faaa0e #0efaaa #aa0efa

Analogous Colors of #faaa0e

#faaa0e #d4fa0e #fa340e

Monochromatic Colors of #faaa0e

#faaa0e

Complementary Color

#faaa0e #0e5efa

#faaa0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa0e Color CSS Codes

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

#faaa0e Text Font Color

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

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


#faaa0e Background Color

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

This div background color is #faaa0e


#faaa0e Border Color

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

This div border color is #faaa0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa0e


Comments

No comments written yet.

Please login to write comment.