Color Hex Logo

#fac819 Color Hex

#FAC819
(250,200,25)
0 Favorites   0 Comments

Color spaces of #fac819

RGB 25020025
HSL0.130.960.54
HSV47°90°98°
CMYK 0.000.200.90   0.02
XYZ60.254161.70279.6538
Yxy61.70270.45780.4688
Hunter Lab78.5511-0.542547.6991
CIE-Lab82.75513.854381.0856

#fac819 color RGB value is (250,200,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 00011001
Octal 372 310 31
Decimal 250 200 25
Hex FA C8 19

RGB Percentages of Color #fac819

%52.63
%42.11
%5.26

CMYK Percentages of Color #fac819

%0
%20
%90
%2

Triadic Colors of #fac819

#fac819 #19fac8 #c819fa

Analogous Colors of #fac819

#fac819 #bcfa19 #fa5819

Monochromatic Colors of #fac819

#fac819

Complementary Color

#fac819 #194bfa

#fac819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac819 Color CSS Codes

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

#fac819 Text Font Color

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

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


#fac819 Background Color

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

This div background color is #fac819


#fac819 Border Color

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

This div border color is #fac819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac819


Comments

No comments written yet.

Please login to write comment.