Color Hex Logo

#fac409 Color Hex

#FAC409
(250,196,9)
0 Favorites   0 Comments

Color spaces of #fac409

RGB 2501969
HSL0.130.960.51
HSV47°96°98°
CMYK 0.000.220.96   0.02
XYZ59.213659.82368.6847
Yxy59.82360.46360.4684
Hunter Lab77.34571.299347.4847
CIE-Lab81.74225.733282.4293

#fac409 color RGB value is (250,196,9).

#fac409 hex color red value is 250, green value is 196 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #fac409 hue: 0.13 , saturation: 0.96 and the lightness value of fac409 is 0.51.

The process color (four color CMYK) of #fac409 color hex is 0.00, 0.22, 0.96, 0.02. Web safe color of #fac409 is #ffcc00. Color #fac409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 00001001
Octal 372 304 11
Decimal 250 196 9
Hex FA C4 9

RGB Percentages of Color #fac409

%54.95
%43.08
%1.98

CMYK Percentages of Color #fac409

%0
%22
%96
%2

Triadic Colors of #fac409

#fac409 #09fac4 #c409fa

Analogous Colors of #fac409

#fac409 #b8fa09 #fa4b09

Monochromatic Colors of #fac409

#fac409

Complementary Color

#fac409 #093ffa

#fac409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac409 Color CSS Codes

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

#fac409 Text Font Color

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

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


#fac409 Background Color

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

This div background color is #fac409


#fac409 Border Color

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

This div border color is #fac409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac409


Comments

No comments written yet.

Please login to write comment.