Color Hex Logo

#faac3d Color Hex

#FAAC3D
(250,172,61)
0 Favorites   0 Comments

Color spaces of #faac3d

RGB 25017261
HSL0.100.950.61
HSV35°76°98°
CMYK 0.000.310.76   0.02
XYZ55.019250.166011.1981
Yxy50.16600.47270.4310
Hunter Lab70.828014.710040.2057
CIE-Lab76.171019.416065.2116

#faac3d color RGB value is (250,172,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 00111101
Octal 372 254 75
Decimal 250 172 61
Hex FA AC 3D

RGB Percentages of Color #faac3d

%51.76
%35.61
%12.63

CMYK Percentages of Color #faac3d

%0
%31
%76
%2

Triadic Colors of #faac3d

#faac3d #3dfaac #ac3dfa

Analogous Colors of #faac3d

#faac3d #eafa3d #fa4e3d

Monochromatic Colors of #faac3d

#faac3d

Complementary Color

#faac3d #3d8bfa

#faac3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac3d Color CSS Codes

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

#faac3d Text Font Color

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

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


#faac3d Background Color

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

This div background color is #faac3d


#faac3d Border Color

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

This div border color is #faac3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac3d


Comments

No comments written yet.

Please login to write comment.