Color Hex Logo

#faf860 Color Hex

#FAF860
(250,248,96)
0 Favorites   0 Comments

Color spaces of #faf860

RGB 25024896
HSL0.160.940.68
HSV59°62°98°
CMYK 0.000.010.62   0.02
XYZ75.103188.303324.1522
Yxy88.30330.40040.4708
Hunter Lab93.9698-21.785450.5401
CIE-Lab95.2885-17.442370.8089

#faf860 color RGB value is (250,248,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01100000
Octal 372 370 140
Decimal 250 248 96
Hex FA F8 60

RGB Percentages of Color #faf860

%42.09
%41.75
%16.16

CMYK Percentages of Color #faf860

%0
%1
%62
%2

Triadic Colors of #faf860

#faf860 #60faf8 #f860fa

Analogous Colors of #faf860

#faf860 #affa60 #faab60

Monochromatic Colors of #faf860

#faf860

Complementary Color

#faf860 #6062fa

#faf860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf860 Color CSS Codes

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

#faf860 Text Font Color

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

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


#faf860 Background Color

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

This div background color is #faf860


#faf860 Border Color

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

This div border color is #faf860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf860

Related Colors


Comments

No comments written yet.

Please login to write comment.