Color Hex Logo

#faaf60 Color Hex

#FAAF60
(250,175,96)
0 Favorites   0 Comments

Color spaces of #faaf60

RGB 25017596
HSL0.090.940.68
HSV31°62°98°
CMYK 0.000.300.62   0.02
XYZ56.865651.828518.0731
Yxy51.82850.44860.4088
Hunter Lab71.992015.008935.5101
CIE-Lab77.178219.685150.7377

#faaf60 color RGB value is (250,175,96).

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

The process color (four color CMYK) of #faaf60 color hex is 0.00, 0.30, 0.62, 0.02. Web safe color of #faaf60 is #ff9966. Color #faaf60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 01100000
Octal 372 257 140
Decimal 250 175 96
Hex FA AF 60

RGB Percentages of Color #faaf60

%47.98
%33.59
%18.43

CMYK Percentages of Color #faaf60

%0
%30
%62
%2

Triadic Colors of #faaf60

#faaf60 #60faaf #af60fa

Analogous Colors of #faaf60

#faaf60 #f8fa60 #fa6260

Monochromatic Colors of #faaf60

#faaf60

Complementary Color

#faaf60 #60abfa

#faaf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf60 Color CSS Codes

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

#faaf60 Text Font Color

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

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


#faaf60 Background Color

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

This div background color is #faaf60


#faaf60 Border Color

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

This div border color is #faaf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf60

Related Colors


Comments

No comments written yet.

Please login to write comment.