Color Hex Logo

#fac94c Color Hex

#FAC94C
(250,201,76)
0 Favorites   0 Comments

Color spaces of #fac94c

RGB 25020176
HSL0.120.950.64
HSV43°70°98°
CMYK 0.000.200.70   0.02
XYZ61.615562.619115.6767
Yxy62.61910.44040.4476
Hunter Lab79.13220.505843.6468
CIE-Lab83.24164.968166.2820

#fac94c color RGB value is (250,201,76).

#fac94c hex color red value is 250, green value is 201 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fac94c hue: 0.12 , saturation: 0.95 and the lightness value of fac94c is 0.64.

The process color (four color CMYK) of #fac94c color hex is 0.00, 0.20, 0.70, 0.02. Web safe color of #fac94c is #ffcc33. Color #fac94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 01001100
Octal 372 311 114
Decimal 250 201 76
Hex FA C9 4C

RGB Percentages of Color #fac94c

%47.44
%38.14
%14.42

CMYK Percentages of Color #fac94c

%0
%20
%70
%2

Triadic Colors of #fac94c

#fac94c #4cfac9 #c94cfa

Analogous Colors of #fac94c

#fac94c #d4fa4c #fa724c

Monochromatic Colors of #fac94c

#fac94c

Complementary Color

#fac94c #4c7dfa

#fac94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac94c Color CSS Codes

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

#fac94c Text Font Color

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

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


#fac94c Background Color

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

This div background color is #fac94c


#fac94c Border Color

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

This div border color is #fac94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac94c


Comments

No comments written yet.

Please login to write comment.