Color Hex Logo

#faac37 Color Hex

#FAAC37
(250,172,55)
0 Favorites   0 Comments

Color spaces of #faac37

RGB 25017255
HSL0.100.950.60
HSV36°78°98°
CMYK 0.000.310.78   0.02
XYZ54.866550.104910.3939
Yxy50.10490.47560.4343
Hunter Lab70.784814.484940.8433
CIE-Lab76.133619.191567.4461

#faac37 color RGB value is (250,172,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 00110111
Octal 372 254 67
Decimal 250 172 55
Hex FA AC 37

RGB Percentages of Color #faac37

%52.41
%36.06
%11.53

CMYK Percentages of Color #faac37

%0
%31
%78
%2

Triadic Colors of #faac37

#faac37 #37faac #ac37fa

Analogous Colors of #faac37

#faac37 #e7fa37 #fa4b37

Monochromatic Colors of #faac37

#faac37

Complementary Color

#faac37 #3785fa

#faac37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac37 Color CSS Codes

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

#faac37 Text Font Color

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

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


#faac37 Background Color

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

This div background color is #faac37


#faac37 Border Color

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

This div border color is #faac37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac37

Related Colors


Comments

No comments written yet.

Please login to write comment.