Color Hex Logo

#fac65e Color Hex

#FAC65E
(250,198,94)
0 Favorites   0 Comments

Color spaces of #fac65e

RGB 25019894
HSL0.110.940.67
HSV40°62°98°
CMYK 0.000.210.62   0.02
XYZ61.638861.520319.2156
Yxy61.52030.43290.4321
Hunter Lab78.43493.014940.3791
CIE-Lab82.65777.539557.9162

#fac65e color RGB value is (250,198,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 01011110
Octal 372 306 136
Decimal 250 198 94
Hex FA C6 5E

RGB Percentages of Color #fac65e

%46.13
%36.53
%17.34

CMYK Percentages of Color #fac65e

%0
%21
%62
%2

Triadic Colors of #fac65e

#fac65e #5efac6 #c65efa

Analogous Colors of #fac65e

#fac65e #e0fa5e #fa785e

Monochromatic Colors of #fac65e

#fac65e

Complementary Color

#fac65e #5e92fa

#fac65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac65e Color CSS Codes

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

#fac65e Text Font Color

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

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


#fac65e Background Color

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

This div background color is #fac65e


#fac65e Border Color

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

This div border color is #fac65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac65e


Comments

No comments written yet.

Please login to write comment.