Color Hex Logo

#faaa46 Color Hex

#FAAA46
(250,170,70)
0 Favorites   0 Comments

Color spaces of #faaa46

RGB 25017070
HSL0.090.950.63
HSV33°72°98°
CMYK 0.000.320.72   0.02
XYZ54.904649.515612.4580
Yxy49.51560.46980.4237
Hunter Lab70.367316.133138.7603
CIE-Lab75.771020.850961.1317

#faaa46 color RGB value is (250,170,70).

#faaa46 hex color red value is 250, green value is 170 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #faaa46 hue: 0.09 , saturation: 0.95 and the lightness value of faaa46 is 0.63.

The process color (four color CMYK) of #faaa46 color hex is 0.00, 0.32, 0.72, 0.02. Web safe color of #faaa46 is #ff9933. Color #faaa46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 01000110
Octal 372 252 106
Decimal 250 170 70
Hex FA AA 46

RGB Percentages of Color #faaa46

%51.02
%34.69
%14.29

CMYK Percentages of Color #faaa46

%0
%32
%72
%2

Triadic Colors of #faaa46

#faaa46 #46faaa #aa46fa

Analogous Colors of #faaa46

#faaa46 #f0fa46 #fa5046

Monochromatic Colors of #faaa46

#faaa46

Complementary Color

#faaa46 #4696fa

#faaa46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa46 Color CSS Codes

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

#faaa46 Text Font Color

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

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


#faaa46 Background Color

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

This div background color is #faaa46


#faaa46 Border Color

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

This div border color is #faaa46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa46


Comments

No comments written yet.

Please login to write comment.