Color Hex Logo

#faa90e Color Hex

#FAA90E
(250,169,14)
0 Favorites   0 Comments

Color spaces of #faa90e

RGB 25016914
HSL0.110.960.52
HSV39°94°98°
CMYK 0.000.320.94   0.02
XYZ53.691648.73166.9918
Yxy48.73160.49070.4454
Hunter Lab69.808015.126142.9273
CIE-Lab75.284019.860277.2973

#faa90e color RGB value is (250,169,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 00001110
Octal 372 251 16
Decimal 250 169 14
Hex FA A9 E

RGB Percentages of Color #faa90e

%57.74
%39.03
%3.23

CMYK Percentages of Color #faa90e

%0
%32
%94
%2

Triadic Colors of #faa90e

#faa90e #0efaa9 #a90efa

Analogous Colors of #faa90e

#faa90e #d5fa0e #fa330e

Monochromatic Colors of #faa90e

#faa90e

Complementary Color

#faa90e #0e5ffa

#faa90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa90e Color CSS Codes

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

#faa90e Text Font Color

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

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


#faa90e Background Color

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

This div background color is #faa90e


#faa90e Border Color

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

This div border color is #faa90e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,169,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 #faa90e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa90e


Comments

No comments written yet.

Please login to write comment.