Color Hex Logo

#fac324 Color Hex

#FAC324
(250,195,36)
1 Favorites   0 Comments

Color spaces of #fac324

RGB 25019536
HSL0.120.960.56
HSV45°86°98°
CMYK 0.000.220.86   0.02
XYZ59.257959.481610.0269
Yxy59.48160.46020.4619
Hunter Lab77.12432.181646.2788
CIE-Lab81.55566.644177.8831

#fac324 color RGB value is (250,195,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 00100100
Octal 372 303 44
Decimal 250 195 36
Hex FA C3 24

RGB Percentages of Color #fac324

%51.98
%40.54
%7.48

CMYK Percentages of Color #fac324

%0
%22
%86
%2

Triadic Colors of #fac324

#fac324 #24fac3 #c324fa

Analogous Colors of #fac324

#fac324 #c6fa24 #fa5824

Monochromatic Colors of #fac324

#fac324

Complementary Color

#fac324 #245bfa

#fac324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac324 Color CSS Codes

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

#fac324 Text Font Color

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

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


#fac324 Background Color

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

This div background color is #fac324


#fac324 Border Color

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

This div border color is #fac324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac324


Comments

No comments written yet.

Please login to write comment.