Color Hex Logo

#faf176 Color Hex

#FAF176
(250,241,118)
0 Favorites   0 Comments

Color spaces of #faf176

RGB 250241118
HSL0.160.930.72
HSV56°53°98°
CMYK 0.000.040.53   0.02
XYZ74.149784.542629.5498
Yxy84.54260.39390.4491
Hunter Lab91.9470-16.958045.3084
CIE-Lab93.6857-12.497859.6256

#faf176 color RGB value is (250,241,118).

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

The process color (four color CMYK) of #faf176 color hex is 0.00, 0.04, 0.53, 0.02. Web safe color of #faf176 is #ffff66. Color #faf176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 01110110
Octal 372 361 166
Decimal 250 241 118
Hex FA F1 76

RGB Percentages of Color #faf176

%41.05
%39.57
%19.38

CMYK Percentages of Color #faf176

%0
%4
%53
%2

Triadic Colors of #faf176

#faf176 #76faf1 #f176fa

Analogous Colors of #faf176

#faf176 #c1fa76 #faaf76

Monochromatic Colors of #faf176

#faf176

Complementary Color

#faf176 #767ffa

#faf176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf176 Color CSS Codes

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

#faf176 Text Font Color

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

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


#faf176 Background Color

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

This div background color is #faf176


#faf176 Border Color

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

This div border color is #faf176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf176


Comments

No comments written yet.

Please login to write comment.