Color Hex Logo

#fac66a Color Hex

#FAC66A
(250,198,106)
0 Favorites   0 Comments

Color spaces of #fac66a

RGB 250198106
HSL0.110.940.70
HSV38°58°98°
CMYK 0.000.210.58   0.02
XYZ62.219961.752822.2758
Yxy61.75280.42540.4222
Hunter Lab78.58293.811438.2012
CIE-Lab82.78188.360352.4657

#fac66a color RGB value is (250,198,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 01101010
Octal 372 306 152
Decimal 250 198 106
Hex FA C6 6A

RGB Percentages of Color #fac66a

%45.13
%35.74
%19.13

CMYK Percentages of Color #fac66a

%0
%21
%58
%2

Triadic Colors of #fac66a

#fac66a #6afac6 #c66afa

Analogous Colors of #fac66a

#fac66a #e6fa6a #fa7e6a

Monochromatic Colors of #fac66a

#fac66a

Complementary Color

#fac66a #6a9efa

#fac66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac66a Color CSS Codes

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

#fac66a Text Font Color

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

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


#fac66a Background Color

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

This div background color is #fac66a


#fac66a Border Color

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

This div border color is #fac66a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,198,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 #fac66a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac66a


Comments

No comments written yet.

Please login to write comment.