Color Hex Logo

#faf86a Color Hex

#FAF86A
(250,248,106)
0 Favorites   0 Comments

Color spaces of #faf86a

RGB 250248106
HSL0.160.940.70
HSV59°58°98°
CMYK 0.000.010.58   0.02
XYZ75.593388.499426.7336
Yxy88.49940.39610.4638
Hunter Lab94.0741-21.196049.0031
CIE-Lab95.3708-16.793666.7827

#faf86a color RGB value is (250,248,106).

#faf86a hex color red value is 250, green value is 248 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #faf86a hue: 0.16 , saturation: 0.94 and the lightness value of faf86a is 0.70.

The process color (four color CMYK) of #faf86a color hex is 0.00, 0.01, 0.58, 0.02. Web safe color of #faf86a is #ffff66. Color #faf86a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01101010
Octal 372 370 152
Decimal 250 248 106
Hex FA F8 6A

RGB Percentages of Color #faf86a

%41.39
%41.06
%17.55

CMYK Percentages of Color #faf86a

%0
%1
%58
%2

Triadic Colors of #faf86a

#faf86a #6afaf8 #f86afa

Analogous Colors of #faf86a

#faf86a #b4fa6a #fab06a

Monochromatic Colors of #faf86a

#faf86a

Complementary Color

#faf86a #6a6cfa

#faf86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf86a Color CSS Codes

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

#faf86a Text Font Color

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

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


#faf86a Background Color

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

This div background color is #faf86a


#faf86a Border Color

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

This div border color is #faf86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf86a

Related Colors


Comments

No comments written yet.

Please login to write comment.