Color Hex Logo

#fac116 Color Hex

#FAC116
(250,193,22)
0 Favorites   0 Comments

Color spaces of #fac116

RGB 25019322
HSL0.130.960.53
HSV45°91°98°
CMYK 0.000.230.91   0.02
XYZ58.639158.52188.9643
Yxy58.52180.46490.4640
Hunter Lab76.49952.951246.6020
CIE-Lab81.02807.426180.2838

#fac116 color RGB value is (250,193,22).

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

The process color (four color CMYK) of #fac116 color hex is 0.00, 0.23, 0.91, 0.02. Web safe color of #fac116 is #ffcc00. Color #fac116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 00010110
Octal 372 301 26
Decimal 250 193 22
Hex FA C1 16

RGB Percentages of Color #fac116

%53.76
%41.51
%4.73

CMYK Percentages of Color #fac116

%0
%23
%91
%2

Triadic Colors of #fac116

#fac116 #16fac1 #c116fa

Analogous Colors of #fac116

#fac116 #c1fa16 #fa4f16

Monochromatic Colors of #fac116

#fac116

Complementary Color

#fac116 #164ffa

#fac116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac116 Color CSS Codes

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

#fac116 Text Font Color

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

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


#fac116 Background Color

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

This div background color is #fac116


#fac116 Border Color

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

This div border color is #fac116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac116


Comments

No comments written yet.

Please login to write comment.