Color Hex Logo

#faf180 Color Hex

#FAF180
(250,241,128)
0 Favorites   0 Comments

Color spaces of #faf180

RGB 250241128
HSL0.150.920.74
HSV56°49°98°
CMYK 0.000.040.49   0.02
XYZ74.775984.793132.8477
Yxy84.79310.38860.4407
Hunter Lab92.0832-16.195143.3084
CIE-Lab93.7939-11.672255.1639

#faf180 color RGB value is (250,241,128).

#faf180 hex color red value is 250, green value is 241 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #faf180 hue: 0.15 , saturation: 0.92 and the lightness value of faf180 is 0.74.

The process color (four color CMYK) of #faf180 color hex is 0.00, 0.04, 0.49, 0.02. Web safe color of #faf180 is #ffff99. Color #faf180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 10000000
Octal 372 361 200
Decimal 250 241 128
Hex FA F1 80

RGB Percentages of Color #faf180

%40.39
%38.93
%20.68

CMYK Percentages of Color #faf180

%0
%4
%49
%2

Triadic Colors of #faf180

#faf180 #80faf1 #f180fa

Analogous Colors of #faf180

#faf180 #c6fa80 #fab480

Monochromatic Colors of #faf180

#faf180

Complementary Color

#faf180 #8089fa

#faf180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf180 Color CSS Codes

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

#faf180 Text Font Color

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

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


#faf180 Background Color

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

This div background color is #faf180


#faf180 Border Color

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

This div border color is #faf180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf180

Related Colors

#faf180 Color Palettes


Comments

No comments written yet.

Please login to write comment.