Color Hex Logo

#faf986 Color Hex

#FAF986
(250,249,134)
0 Favorites   0 Comments

Color spaces of #faf986

RGB 250249134
HSL0.170.920.75
HSV59°46°98°
CMYK 0.000.000.46   0.02
XYZ77.603189.796635.7966
Yxy89.79660.38190.4419
Hunter Lab94.7611-19.652143.9356
CIE-Lab95.9123-15.058054.9169

#faf986 color RGB value is (250,249,134).

#faf986 hex color red value is 250, green value is 249 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #faf986 hue: 0.17 , saturation: 0.92 and the lightness value of faf986 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 10000110
Octal 372 371 206
Decimal 250 249 134
Hex FA F9 86

RGB Percentages of Color #faf986

%39.49
%39.34
%21.17

CMYK Percentages of Color #faf986

%0
%0
%46
%2

Triadic Colors of #faf986

#faf986 #86faf9 #f986fa

Analogous Colors of #faf986

#faf986 #c1fa86 #fabf86

Monochromatic Colors of #faf986

#faf986

Complementary Color

#faf986 #8687fa

#faf986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf986 Color CSS Codes

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

#faf986 Text Font Color

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

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


#faf986 Background Color

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

This div background color is #faf986


#faf986 Border Color

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

This div border color is #faf986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf986

Related Colors


Comments

No comments written yet.

Please login to write comment.