Color Hex Logo

#faaa07 Color Hex

#FAAA07
(250,170,7)
0 Favorites   0 Comments

Color spaces of #faaa07

RGB 2501707
HSL0.110.960.50
HSV40°97°98°
CMYK 0.000.320.97   0.02
XYZ53.837449.08886.8386
Yxy49.08880.49050.4472
Hunter Lab70.063414.550243.2573
CIE-Lab75.506519.275078.2702

#faaa07 color RGB value is (250,170,7).

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

The process color (four color CMYK) of #faaa07 color hex is 0.00, 0.32, 0.97, 0.02. Web safe color of #faaa07 is #ff9900. Color #faaa07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 00000111
Octal 372 252 7
Decimal 250 170 7
Hex FA AA 7

RGB Percentages of Color #faaa07

%58.55
%39.81
%1.64

CMYK Percentages of Color #faaa07

%0
%32
%97
%2

Triadic Colors of #faaa07

#faaa07 #07faaa #aa07fa

Analogous Colors of #faaa07

#faaa07 #d1fa07 #fa3007

Monochromatic Colors of #faaa07

#faaa07

Complementary Color

#faaa07 #0757fa

#faaa07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa07 Color CSS Codes

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

#faaa07 Text Font Color

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

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


#faaa07 Background Color

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

This div background color is #faaa07


#faaa07 Border Color

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

This div border color is #faaa07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa07


Comments

No comments written yet.

Please login to write comment.