Color Hex Logo

#fac772 Color Hex

#FAC772
(250,199,114)
0 Favorites   0 Comments

Color spaces of #fac772

RGB 250199114
HSL0.100.930.71
HSV38°54°98°
CMYK 0.000.200.54   0.02
XYZ62.885062.385724.6468
Yxy62.38570.41950.4161
Hunter Lab78.98463.892836.7881
CIE-Lab83.11818.452149.0046

#fac772 color RGB value is (250,199,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000111 01110010
Octal 372 307 162
Decimal 250 199 114
Hex FA C7 72

RGB Percentages of Color #fac772

%44.40
%35.35
%20.25

CMYK Percentages of Color #fac772

%0
%20
%54
%2

Triadic Colors of #fac772

#fac772 #72fac7 #c772fa

Analogous Colors of #fac772

#fac772 #e9fa72 #fa8372

Monochromatic Colors of #fac772

#fac772

Complementary Color

#fac772 #72a5fa

#fac772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac772 Color CSS Codes

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

#fac772 Text Font Color

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

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


#fac772 Background Color

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

This div background color is #fac772


#fac772 Border Color

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

This div border color is #fac772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac772

Related Colors


Comments

No comments written yet.

Please login to write comment.