Color Hex Logo

#faaf74 Color Hex

#FAAF74
(250,175,116)
0 Favorites   0 Comments

Color spaces of #faaf74

RGB 250175116
HSL0.070.930.72
HSV26°54°98°
CMYK 0.000.300.54   0.02
XYZ57.906752.244923.5553
Yxy52.24490.43310.3907
Hunter Lab72.280616.511931.2746
CIE-Lab77.427021.168041.0189

#faaf74 color RGB value is (250,175,116).

#faaf74 hex color red value is 250, green value is 175 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #faaf74 hue: 0.07 , saturation: 0.93 and the lightness value of faaf74 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 01110100
Octal 372 257 164
Decimal 250 175 116
Hex FA AF 74

RGB Percentages of Color #faaf74

%46.21
%32.35
%21.44

CMYK Percentages of Color #faaf74

%0
%30
%54
%2

Triadic Colors of #faaf74

#faaf74 #74faaf #af74fa

Analogous Colors of #faaf74

#faaf74 #faf274 #fa747c

Monochromatic Colors of #faaf74

#faaf74

Complementary Color

#faaf74 #74bffa

#faaf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf74 Color CSS Codes

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

#faaf74 Text Font Color

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

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


#faaf74 Background Color

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

This div background color is #faaf74


#faaf74 Border Color

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

This div border color is #faaf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf74


Comments

No comments written yet.

Please login to write comment.