Color Hex Logo

#faf56d Color Hex

#FAF56D
(250,245,109)
0 Favorites   0 Comments

Color spaces of #faf56d

RGB 250245109
HSL0.160.930.70
HSV58°56°98°
CMYK 0.000.020.56   0.02
XYZ74.837186.732927.2648
Yxy86.73290.39630.4593
Hunter Lab93.1305-19.540747.8337
CIE-Lab94.6248-15.128064.6724

#faf56d color RGB value is (250,245,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 01101101
Octal 372 365 155
Decimal 250 245 109
Hex FA F5 6D

RGB Percentages of Color #faf56d

%41.39
%40.56
%18.05

CMYK Percentages of Color #faf56d

%0
%2
%56
%2

Triadic Colors of #faf56d

#faf56d #6dfaf5 #f56dfa

Analogous Colors of #faf56d

#faf56d #b9fa6d #faaf6d

Monochromatic Colors of #faf56d

#faf56d

Complementary Color

#faf56d #6d72fa

#faf56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf56d Color CSS Codes

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

#faf56d Text Font Color

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

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


#faf56d Background Color

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

This div background color is #faf56d


#faf56d Border Color

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

This div border color is #faf56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf56d

Related Colors


Comments

No comments written yet.

Please login to write comment.