Color Hex Logo

#fac56a Color Hex

#FAC56A
(250,197,106)
0 Favorites   0 Comments

Color spaces of #fac56a

RGB 250197106
HSL0.110.940.70
HSV38°58°98°
CMYK 0.000.210.58   0.02
XYZ61.992161.297122.1999
Yxy61.29710.42610.4213
Hunter Lab78.29254.324837.9930
CIE-Lab82.53828.879752.1798

#fac56a color RGB value is (250,197,106).

#fac56a hex color red value is 250, green value is 197 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fac56a hue: 0.11 , saturation: 0.94 and the lightness value of fac56a is 0.70.

The process color (four color CMYK) of #fac56a color hex is 0.00, 0.21, 0.58, 0.02. Web safe color of #fac56a is #ffcc66. Color #fac56a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 01101010
Octal 372 305 152
Decimal 250 197 106
Hex FA C5 6A

RGB Percentages of Color #fac56a

%45.21
%35.62
%19.17

CMYK Percentages of Color #fac56a

%0
%21
%58
%2

Triadic Colors of #fac56a

#fac56a #6afac5 #c56afa

Analogous Colors of #fac56a

#fac56a #e7fa6a #fa7d6a

Monochromatic Colors of #fac56a

#fac56a

Complementary Color

#fac56a #6a9ffa

#fac56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac56a Color CSS Codes

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

#fac56a Text Font Color

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

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


#fac56a Background Color

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

This div background color is #fac56a


#fac56a Border Color

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

This div border color is #fac56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac56a


Comments

No comments written yet.

Please login to write comment.