Color Hex Logo

#fac521 Color Hex

#FAC521
(250,197,33)
0 Favorites   0 Comments

Color spaces of #fac521

RGB 25019733
HSL0.130.960.55
HSV45°87°98°
CMYK 0.000.210.87   0.02
XYZ59.665160.36639.9460
Yxy60.36630.45900.4644
Hunter Lab77.69581.108446.7972
CIE-Lab82.03695.545778.9565

#fac521 color RGB value is (250,197,33).

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

The process color (four color CMYK) of #fac521 color hex is 0.00, 0.21, 0.87, 0.02. Web safe color of #fac521 is #ffcc33. Color #fac521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 00100001
Octal 372 305 41
Decimal 250 197 33
Hex FA C5 21

RGB Percentages of Color #fac521

%52.08
%41.04
%6.88

CMYK Percentages of Color #fac521

%0
%21
%87
%2

Triadic Colors of #fac521

#fac521 #21fac5 #c521fa

Analogous Colors of #fac521

#fac521 #c3fa21 #fa5821

Monochromatic Colors of #fac521

#fac521

Complementary Color

#fac521 #2156fa

#fac521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac521 Color CSS Codes

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

#fac521 Text Font Color

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

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


#fac521 Background Color

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

This div background color is #fac521


#fac521 Border Color

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

This div border color is #fac521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac521

Related Colors


Comments

No comments written yet.

Please login to write comment.