Color Hex Logo

#fac559 Color Hex

#FAC559
(250,197,89)
0 Favorites   0 Comments

Color spaces of #fac559

RGB 25019789
HSL0.110.940.66
HSV40°64°98°
CMYK 0.000.210.64   0.02
XYZ61.193860.977817.9958
Yxy60.97780.43660.4350
Hunter Lab78.08833.226840.9981
CIE-Lab82.36687.749259.8406

#fac559 color RGB value is (250,197,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 01011001
Octal 372 305 131
Decimal 250 197 89
Hex FA C5 59

RGB Percentages of Color #fac559

%46.64
%36.75
%16.60

CMYK Percentages of Color #fac559

%0
%21
%64
%2

Triadic Colors of #fac559

#fac559 #59fac5 #c559fa

Analogous Colors of #fac559

#fac559 #dffa59 #fa7559

Monochromatic Colors of #fac559

#fac559

Complementary Color

#fac559 #598efa

#fac559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac559 Color CSS Codes

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

#fac559 Text Font Color

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

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


#fac559 Background Color

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

This div background color is #fac559


#fac559 Border Color

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

This div border color is #fac559


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,197,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 #fac559">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac559

Related Colors


Comments

No comments written yet.

Please login to write comment.