Color Hex Logo

#fac329 Color Hex

#FAC329
(250,195,41)
0 Favorites   0 Comments

Color spaces of #fac329

RGB 25019541
HSL0.120.950.57
HSV44°84°98°
CMYK 0.000.220.84   0.02
XYZ59.339759.514310.4577
Yxy59.51430.45890.4602
Hunter Lab77.14552.296145.9646
CIE-Lab81.57356.763576.6386

#fac329 color RGB value is (250,195,41).

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

The process color (four color CMYK) of #fac329 color hex is 0.00, 0.22, 0.84, 0.02. Web safe color of #fac329 is #ffcc33. Color #fac329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 00101001
Octal 372 303 51
Decimal 250 195 41
Hex FA C3 29

RGB Percentages of Color #fac329

%51.44
%40.12
%8.44

CMYK Percentages of Color #fac329

%0
%22
%84
%2

Triadic Colors of #fac329

#fac329 #29fac3 #c329fa

Analogous Colors of #fac329

#fac329 #c9fa29 #fa5a29

Monochromatic Colors of #fac329

#fac329

Complementary Color

#fac329 #2960fa

#fac329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac329 Color CSS Codes

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

#fac329 Text Font Color

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

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


#fac329 Background Color

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

This div background color is #fac329


#fac329 Border Color

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

This div border color is #fac329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac329


Comments

No comments written yet.

Please login to write comment.