Color Hex Logo

#faad62 Color Hex

#FAAD62
(250,173,98)
0 Favorites   0 Comments

Color spaces of #faad62

RGB 25017398
HSL0.080.940.68
HSV30°61°98°
CMYK 0.000.310.61   0.02
XYZ56.572551.093018.4355
Yxy51.09300.44860.4052
Hunter Lab71.479416.185334.7439
CIE-Lab76.735320.868949.2444

#faad62 color RGB value is (250,173,98).

#faad62 hex color red value is 250, green value is 173 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #faad62 hue: 0.08 , saturation: 0.94 and the lightness value of faad62 is 0.68.

The process color (four color CMYK) of #faad62 color hex is 0.00, 0.31, 0.61, 0.02. Web safe color of #faad62 is #ff9966. Color #faad62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 01100010
Octal 372 255 142
Decimal 250 173 98
Hex FA AD 62

RGB Percentages of Color #faad62

%47.98
%33.21
%18.81

CMYK Percentages of Color #faad62

%0
%31
%61
%2

Triadic Colors of #faad62

#faad62 #62faad #ad62fa

Analogous Colors of #faad62

#faad62 #faf962 #fa6263

Monochromatic Colors of #faad62

#faad62

Complementary Color

#faad62 #62affa

#faad62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad62 Color CSS Codes

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

#faad62 Text Font Color

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

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


#faad62 Background Color

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

This div background color is #faad62


#faad62 Border Color

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

This div border color is #faad62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad62


Comments

No comments written yet.

Please login to write comment.