Color Hex Logo

#faae52 Color Hex

#FAAE52
(250,174,82)
0 Favorites   0 Comments

Color spaces of #faae52

RGB 25017482
HSL0.090.940.65
HSV33°67°98°
CMYK 0.000.300.67   0.02
XYZ56.083451.205314.9103
Yxy51.20530.45900.4190
Hunter Lab71.557914.672937.7364
CIE-Lab76.803219.360756.9182

#faae52 color RGB value is (250,174,82).

#faae52 hex color red value is 250, green value is 174 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #faae52 hue: 0.09 , saturation: 0.94 and the lightness value of faae52 is 0.65.

The process color (four color CMYK) of #faae52 color hex is 0.00, 0.30, 0.67, 0.02. Web safe color of #faae52 is #ff9966. Color #faae52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 01010010
Octal 372 256 122
Decimal 250 174 82
Hex FA AE 52

RGB Percentages of Color #faae52

%49.41
%34.39
%16.21

CMYK Percentages of Color #faae52

%0
%30
%67
%2

Triadic Colors of #faae52

#faae52 #52faae #ae52fa

Analogous Colors of #faae52

#faae52 #f2fa52 #fa5a52

Monochromatic Colors of #faae52

#faae52

Complementary Color

#faae52 #529efa

#faae52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae52 Color CSS Codes

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

#faae52 Text Font Color

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

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


#faae52 Background Color

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

This div background color is #faae52


#faae52 Border Color

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

This div border color is #faae52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae52


Comments

No comments written yet.

Please login to write comment.