Color Hex Logo

#faac50 Color Hex

#FAAC50
(250,172,80)
0 Favorites   0 Comments

Color spaces of #faac50

RGB 25017280
HSL0.090.940.65
HSV32°68°98°
CMYK 0.000.310.68   0.02
XYZ55.624850.408214.3874
Yxy50.40820.46190.4186
Hunter Lab70.998715.600237.6844
CIE-Lab76.319120.300957.3030

#faac50 color RGB value is (250,172,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 01010000
Octal 372 254 120
Decimal 250 172 80
Hex FA AC 50

RGB Percentages of Color #faac50

%49.80
%34.26
%15.94

CMYK Percentages of Color #faac50

%0
%31
%68
%2

Triadic Colors of #faac50

#faac50 #50faac #ac50fa

Analogous Colors of #faac50

#faac50 #f3fa50 #fa5750

Monochromatic Colors of #faac50

#faac50

Complementary Color

#faac50 #509efa

#faac50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac50 Color CSS Codes

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

#faac50 Text Font Color

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

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


#faac50 Background Color

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

This div background color is #faac50


#faac50 Border Color

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

This div border color is #faac50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac50


Comments

No comments written yet.

Please login to write comment.