Color Hex Logo

#fac119 Color Hex

#FAC119
(250,193,25)
0 Favorites   0 Comments

Color spaces of #fac119

RGB 25019325
HSL0.120.960.54
HSV45°90°98°
CMYK 0.000.230.90   0.02
XYZ58.669858.53419.1257
Yxy58.53410.46440.4633
Hunter Lab76.50762.994446.4833
CIE-Lab81.03487.471079.7764

#fac119 color RGB value is (250,193,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 00011001
Octal 372 301 31
Decimal 250 193 25
Hex FA C1 19

RGB Percentages of Color #fac119

%53.42
%41.24
%5.34

CMYK Percentages of Color #fac119

%0
%23
%90
%2

Triadic Colors of #fac119

#fac119 #19fac1 #c119fa

Analogous Colors of #fac119

#fac119 #c3fa19 #fa5119

Monochromatic Colors of #fac119

#fac119

Complementary Color

#fac119 #1952fa

#fac119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac119 Color CSS Codes

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

#fac119 Text Font Color

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

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


#fac119 Background Color

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

This div background color is #fac119


#fac119 Border Color

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

This div border color is #fac119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac119


Comments

No comments written yet.

Please login to write comment.