Color Hex Logo

#fac573 Color Hex

#FAC573
(250,197,115)
0 Favorites   0 Comments

Color spaces of #fac573

RGB 250197115
HSL0.100.930.72
HSV36°54°98°
CMYK 0.000.210.54   0.02
XYZ62.485161.494324.7959
Yxy61.49430.42000.4133
Hunter Lab78.41835.000036.1453
CIE-Lab82.64389.571247.9414

#fac573 color RGB value is (250,197,115).

#fac573 hex color red value is 250, green value is 197 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fac573 hue: 0.10 , saturation: 0.93 and the lightness value of fac573 is 0.72.

The process color (four color CMYK) of #fac573 color hex is 0.00, 0.21, 0.54, 0.02. Web safe color of #fac573 is #ffcc66. Color #fac573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 01110011
Octal 372 305 163
Decimal 250 197 115
Hex FA C5 73

RGB Percentages of Color #fac573

%44.48
%35.05
%20.46

CMYK Percentages of Color #fac573

%0
%21
%54
%2

Triadic Colors of #fac573

#fac573 #73fac5 #c573fa

Analogous Colors of #fac573

#fac573 #ecfa73 #fa8273

Monochromatic Colors of #fac573

#fac573

Complementary Color

#fac573 #73a8fa

#fac573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac573 Color CSS Codes

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

#fac573 Text Font Color

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

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


#fac573 Background Color

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

This div background color is #fac573


#fac573 Border Color

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

This div border color is #fac573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac573


Comments

No comments written yet.

Please login to write comment.