Color Hex Logo

#faf66e Color Hex

#FAF66E
(250,246,110)
0 Favorites   0 Comments

Color spaces of #faf66e

RGB 250246110
HSL0.160.930.71
HSV58°56°98°
CMYK 0.000.020.56   0.02
XYZ75.194687.361327.6511
Yxy87.36130.39530.4593
Hunter Lab93.4673-19.964147.8869
CIE-Lab94.8914-15.542864.5394

#faf66e color RGB value is (250,246,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01101110
Octal 372 366 156
Decimal 250 246 110
Hex FA F6 6E

RGB Percentages of Color #faf66e

%41.25
%40.59
%18.15

CMYK Percentages of Color #faf66e

%0
%2
%56
%2

Triadic Colors of #faf66e

#faf66e #6efaf6 #f66efa

Analogous Colors of #faf66e

#faf66e #b8fa6e #fab06e

Monochromatic Colors of #faf66e

#faf66e

Complementary Color

#faf66e #6e72fa

#faf66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf66e Color CSS Codes

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

#faf66e Text Font Color

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

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


#faf66e Background Color

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

This div background color is #faf66e


#faf66e Border Color

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

This div border color is #faf66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf66e

Related Colors


Comments

No comments written yet.

Please login to write comment.