Color Hex Logo

#faf861 Color Hex

#FAF861
(250,248,97)
0 Favorites   0 Comments

Color spaces of #faf861

RGB 25024897
HSL0.160.940.68
HSV59°61°98°
CMYK 0.000.010.61   0.02
XYZ75.149488.321924.3963
Yxy88.32190.40000.4701
Hunter Lab93.9797-21.729850.3947
CIE-Lab95.2963-17.381070.4158

#faf861 color RGB value is (250,248,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01100001
Octal 372 370 141
Decimal 250 248 97
Hex FA F8 61

RGB Percentages of Color #faf861

%42.02
%41.68
%16.30

CMYK Percentages of Color #faf861

%0
%1
%61
%2

Triadic Colors of #faf861

#faf861 #61faf8 #f861fa

Analogous Colors of #faf861

#faf861 #b0fa61 #faac61

Monochromatic Colors of #faf861

#faf861

Complementary Color

#faf861 #6163fa

#faf861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf861 Color CSS Codes

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

#faf861 Text Font Color

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

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


#faf861 Background Color

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

This div background color is #faf861


#faf861 Border Color

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

This div border color is #faf861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf861


Comments

No comments written yet.

Please login to write comment.