Color Hex Logo

#faa60e Color Hex

#FAA60E
(250,166,14)
0 Favorites   0 Comments

Color spaces of #faa60e

RGB 25016614
HSL0.110.960.52
HSV39°94°98°
CMYK 0.000.340.94   0.02
XYZ53.139847.62816.8078
Yxy47.62810.49400.4427
Hunter Lab69.013116.671342.4605
CIE-Lab74.589821.432076.8090

#faa60e color RGB value is (250,166,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 00001110
Octal 372 246 16
Decimal 250 166 14
Hex FA A6 E

RGB Percentages of Color #faa60e

%58.14
%38.60
%3.26

CMYK Percentages of Color #faa60e

%0
%34
%94
%2

Triadic Colors of #faa60e

#faa60e #0efaa6 #a60efa

Analogous Colors of #faa60e

#faa60e #d8fa0e #fa300e

Monochromatic Colors of #faa60e

#faa60e

Complementary Color

#faa60e #0e62fa

#faa60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa60e Color CSS Codes

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

#faa60e Text Font Color

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

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


#faa60e Background Color

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

This div background color is #faa60e


#faa60e Border Color

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

This div border color is #faa60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa60e


Comments

No comments written yet.

Please login to write comment.