Color Hex Logo

#faa937 Color Hex

#FAA937
(250,169,55)
0 Favorites   0 Comments

Color spaces of #faa937

RGB 25016955
HSL0.100.950.60
HSV35°78°98°
CMYK 0.000.320.78   0.02
XYZ54.301948.975810.2057
Yxy48.97580.47850.4316
Hunter Lab69.982716.034340.3415
CIE-Lab75.436320.764266.7989

#faa937 color RGB value is (250,169,55).

#faa937 hex color red value is 250, green value is 169 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #faa937 hue: 0.10 , saturation: 0.95 and the lightness value of faa937 is 0.60.

The process color (four color CMYK) of #faa937 color hex is 0.00, 0.32, 0.78, 0.02. Web safe color of #faa937 is #ff9933. Color #faa937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 00110111
Octal 372 251 67
Decimal 250 169 55
Hex FA A9 37

RGB Percentages of Color #faa937

%52.74
%35.65
%11.60

CMYK Percentages of Color #faa937

%0
%32
%78
%2

Triadic Colors of #faa937

#faa937 #37faa9 #a937fa

Analogous Colors of #faa937

#faa937 #eafa37 #fa4837

Monochromatic Colors of #faa937

#faa937

Complementary Color

#faa937 #3788fa

#faa937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa937 Color CSS Codes

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

#faa937 Text Font Color

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

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


#faa937 Background Color

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

This div background color is #faa937


#faa937 Border Color

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

This div border color is #faa937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa937

Related Colors


Comments

No comments written yet.

Please login to write comment.