Color Hex Logo

#fac777 Color Hex

#FAC777
(250,199,119)
0 Favorites   0 Comments

Color spaces of #fac777

RGB 250199119
HSL0.100.930.72
HSV37°52°98°
CMYK 0.000.200.52   0.02
XYZ63.177562.502826.1872
Yxy62.50280.41600.4116
Hunter Lab79.05874.290435.7020
CIE-Lab83.18018.859446.6233

#fac777 color RGB value is (250,199,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000111 01110111
Octal 372 307 167
Decimal 250 199 119
Hex FA C7 77

RGB Percentages of Color #fac777

%44.01
%35.04
%20.95

CMYK Percentages of Color #fac777

%0
%20
%52
%2

Triadic Colors of #fac777

#fac777 #77fac7 #c777fa

Analogous Colors of #fac777

#fac777 #ecfa77 #fa8677

Monochromatic Colors of #fac777

#fac777

Complementary Color

#fac777 #77aafa

#fac777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac777 Color CSS Codes

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

#fac777 Text Font Color

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

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


#fac777 Background Color

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

This div background color is #fac777


#fac777 Border Color

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

This div border color is #fac777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac777

Related Colors


Comments

No comments written yet.

Please login to write comment.