Color Hex Logo

#faf866 Color Hex

#FAF866
(250,248,102)
0 Favorites   0 Comments

Color spaces of #faf866

RGB 250248102
HSL0.160.940.69
HSV59°59°98°
CMYK 0.000.010.59   0.02
XYZ75.390088.418125.6633
Yxy88.41810.39790.4667
Hunter Lab94.0309-21.440349.6400
CIE-Lab95.3367-17.062268.4180

#faf866 color RGB value is (250,248,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01100110
Octal 372 370 146
Decimal 250 248 102
Hex FA F8 66

RGB Percentages of Color #faf866

%41.67
%41.33
%17.00

CMYK Percentages of Color #faf866

%0
%1
%59
%2

Triadic Colors of #faf866

#faf866 #66faf8 #f866fa

Analogous Colors of #faf866

#faf866 #b2fa66 #faae66

Monochromatic Colors of #faf866

#faf866

Complementary Color

#faf866 #6668fa

#faf866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf866 Color CSS Codes

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

#faf866 Text Font Color

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

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


#faf866 Background Color

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

This div background color is #faf866


#faf866 Border Color

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

This div border color is #faf866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf866

Related Colors


Comments

No comments written yet.

Please login to write comment.