Color Hex Logo

#faae1f Color Hex

#FAAE1F
(250,174,31)
0 Favorites   0 Comments

Color spaces of #faae1f

RGB 25017431
HSL0.110.960.55
HSV39°88°98°
CMYK 0.000.300.88   0.02
XYZ54.807750.69508.1928
Yxy50.69500.48210.4459
Hunter Lab71.200412.802643.0180
CIE-Lab76.493917.489775.0376

#faae1f color RGB value is (250,174,31).

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

The process color (four color CMYK) of #faae1f color hex is 0.00, 0.30, 0.88, 0.02. Web safe color of #faae1f is #ff9933. Color #faae1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 00011111
Octal 372 256 37
Decimal 250 174 31
Hex FA AE 1F

RGB Percentages of Color #faae1f

%54.95
%38.24
%6.81

CMYK Percentages of Color #faae1f

%0
%30
%88
%2

Triadic Colors of #faae1f

#faae1f #1ffaae #ae1ffa

Analogous Colors of #faae1f

#faae1f #d9fa1f #fa401f

Monochromatic Colors of #faae1f

#faae1f

Complementary Color

#faae1f #1f6bfa

#faae1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae1f Color CSS Codes

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

#faae1f Text Font Color

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

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


#faae1f Background Color

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

This div background color is #faae1f


#faae1f Border Color

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

This div border color is #faae1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae1f


Comments

No comments written yet.

Please login to write comment.