Color Hex Logo

#fac859 Color Hex

#FAC859
(250,200,89)
0 Favorites   0 Comments

Color spaces of #fac859

RGB 25020089
HSL0.110.940.66
HSV41°64°98°
CMYK 0.000.200.64   0.02
XYZ61.881862.353818.2252
Yxy62.35380.43440.4377
Hunter Lab78.96441.696841.5908
CIE-Lab83.10126.195660.6424

#fac859 color RGB value is (250,200,89).

#fac859 hex color red value is 250, green value is 200 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fac859 hue: 0.11 , saturation: 0.94 and the lightness value of fac859 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 01011001
Octal 372 310 131
Decimal 250 200 89
Hex FA C8 59

RGB Percentages of Color #fac859

%46.38
%37.11
%16.51

CMYK Percentages of Color #fac859

%0
%20
%64
%2

Triadic Colors of #fac859

#fac859 #59fac8 #c859fa

Analogous Colors of #fac859

#fac859 #dcfa59 #fa7859

Monochromatic Colors of #fac859

#fac859

Complementary Color

#fac859 #598bfa

#fac859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac859 Color CSS Codes

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

#fac859 Text Font Color

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

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


#fac859 Background Color

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

This div background color is #fac859


#fac859 Border Color

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

This div border color is #fac859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac859

Related Colors


Comments

No comments written yet.

Please login to write comment.