Color Hex Logo

#fac60e Color Hex

#FAC60E
(250,198,14)
0 Favorites   0 Comments

Color spaces of #fac60e

RGB 25019814
HSL0.130.960.52
HSV47°94°98°
CMYK 0.000.210.94   0.02
XYZ59.697760.74398.9938
Yxy60.74390.46120.4693
Hunter Lab77.93840.331847.7150
CIE-Lab82.24094.744482.2796

#fac60e color RGB value is (250,198,14).

#fac60e hex color red value is 250, green value is 198 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fac60e hue: 0.13 , saturation: 0.96 and the lightness value of fac60e is 0.52.

The process color (four color CMYK) of #fac60e color hex is 0.00, 0.21, 0.94, 0.02. Web safe color of #fac60e is #ffcc00. Color #fac60e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 00001110
Octal 372 306 16
Decimal 250 198 14
Hex FA C6 E

RGB Percentages of Color #fac60e

%54.11
%42.86
%3.03

CMYK Percentages of Color #fac60e

%0
%21
%94
%2

Triadic Colors of #fac60e

#fac60e #0efac6 #c60efa

Analogous Colors of #fac60e

#fac60e #b8fa0e #fa500e

Monochromatic Colors of #fac60e

#fac60e

Complementary Color

#fac60e #0e42fa

#fac60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac60e Color CSS Codes

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

#fac60e Text Font Color

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

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


#fac60e Background Color

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

This div background color is #fac60e


#fac60e Border Color

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

This div border color is #fac60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac60e

#fac60e Color Palettes


Comments

No comments written yet.

Please login to write comment.