Color Hex Logo

#faf177 Color Hex

#FAF177
(250,241,119)
0 Favorites   0 Comments

Color spaces of #faf177

RGB 250241119
HSL0.160.930.72
HSV56°52°98°
CMYK 0.000.040.52   0.02
XYZ74.209484.566529.8645
Yxy84.56650.39340.4483
Hunter Lab91.9600-16.885245.1173
CIE-Lab93.6960-12.418959.1854

#faf177 color RGB value is (250,241,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 01110111
Octal 372 361 167
Decimal 250 241 119
Hex FA F1 77

RGB Percentages of Color #faf177

%40.98
%39.51
%19.51

CMYK Percentages of Color #faf177

%0
%4
%52
%2

Triadic Colors of #faf177

#faf177 #77faf1 #f177fa

Analogous Colors of #faf177

#faf177 #c2fa77 #fab077

Monochromatic Colors of #faf177

#faf177

Complementary Color

#faf177 #7780fa

#faf177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf177 Color CSS Codes

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

#faf177 Text Font Color

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

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


#faf177 Background Color

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

This div background color is #faf177


#faf177 Border Color

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

This div border color is #faf177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf177

Related Colors


Comments

No comments written yet.

Please login to write comment.