Color Hex Logo

#faad65 Color Hex

#FAAD65
(250,173,101)
0 Favorites   0 Comments

Color spaces of #faad65

RGB 250173101
HSL0.080.940.69
HSV29°60°98°
CMYK 0.000.310.60   0.02
XYZ56.716951.150719.1957
Yxy51.15070.44640.4026
Hunter Lab71.519716.395434.1505
CIE-Lab76.770221.076047.8041

#faad65 color RGB value is (250,173,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 01100101
Octal 372 255 145
Decimal 250 173 101
Hex FA AD 65

RGB Percentages of Color #faad65

%47.71
%33.02
%19.27

CMYK Percentages of Color #faad65

%0
%31
%60
%2

Triadic Colors of #faad65

#faad65 #65faad #ad65fa

Analogous Colors of #faad65

#faad65 #faf865 #fa6568

Monochromatic Colors of #faad65

#faad65

Complementary Color

#faad65 #65b2fa

#faad65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad65 Color CSS Codes

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

#faad65 Text Font Color

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

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


#faad65 Background Color

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

This div background color is #faad65


#faad65 Border Color

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

This div border color is #faad65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad65


Comments

No comments written yet.

Please login to write comment.