Color Hex Logo

#faf680 Color Hex

#FAF680
(250,246,128)
0 Favorites   0 Comments

Color spaces of #faf680

RGB 250246128
HSL0.160.920.74
HSV58°49°98°
CMYK 0.000.020.49   0.02
XYZ76.276487.794033.3478
Yxy87.79400.38640.4447
Hunter Lab93.6985-18.662144.4873
CIE-Lab95.0741-14.123556.6939

#faf680 color RGB value is (250,246,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 10000000
Octal 372 366 200
Decimal 250 246 128
Hex FA F6 80

RGB Percentages of Color #faf680

%40.06
%39.42
%20.51

CMYK Percentages of Color #faf680

%0
%2
%49
%2

Triadic Colors of #faf680

#faf680 #80faf6 #f680fa

Analogous Colors of #faf680

#faf680 #c1fa80 #fab980

Monochromatic Colors of #faf680

#faf680

Complementary Color

#faf680 #8084fa

#faf680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf680 Color CSS Codes

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

#faf680 Text Font Color

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

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


#faf680 Background Color

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

This div background color is #faf680


#faf680 Border Color

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

This div border color is #faf680


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,246,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 #faf680">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf680

Related Colors


Comments

No comments written yet.

Please login to write comment.