Color Hex Logo

#faa019 Color Hex

#FAA019
(250,160,25)
0 Favorites   0 Comments

Color spaces of #faa019

RGB 25016025
HSL0.100.960.54
HSV36°90°98°
CMYK 0.000.360.90   0.02
XYZ52.170645.53586.9593
Yxy45.53580.49840.4351
Hunter Lab67.480219.912341.1215
CIE-Lab73.243324.716173.9030

#faa019 color RGB value is (250,160,25).

#faa019 hex color red value is 250, green value is 160 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #faa019 hue: 0.10 , saturation: 0.96 and the lightness value of faa019 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 00011001
Octal 372 240 31
Decimal 250 160 25
Hex FA A0 19

RGB Percentages of Color #faa019

%57.47
%36.78
%5.75

CMYK Percentages of Color #faa019

%0
%36
%90
%2

Triadic Colors of #faa019

#faa019 #19faa0 #a019fa

Analogous Colors of #faa019

#faa019 #e4fa19 #fa3019

Monochromatic Colors of #faa019

#faa019

Complementary Color

#faa019 #1973fa

#faa019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa019 Color CSS Codes

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

#faa019 Text Font Color

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

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


#faa019 Background Color

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

This div background color is #faa019


#faa019 Border Color

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

This div border color is #faa019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa019

Related Colors


Comments

No comments written yet.

Please login to write comment.