Color Hex Logo

#facb19 Color Hex

#FACB19
(250,203,25)
0 Favorites   0 Comments

Color spaces of #facb19

RGB 25020325
HSL0.130.960.54
HSV47°90°98°
CMYK 0.000.190.90   0.02
XYZ60.955763.10619.8877
Yxy63.10610.45510.4711
Hunter Lab79.4393-2.051648.2278
CIE-Lab83.49822.311981.6523

#facb19 color RGB value is (250,203,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 00011001
Octal 372 313 31
Decimal 250 203 25
Hex FA CB 19

RGB Percentages of Color #facb19

%52.30
%42.47
%5.23

CMYK Percentages of Color #facb19

%0
%19
%90
%2

Triadic Colors of #facb19

#facb19 #19facb #cb19fa

Analogous Colors of #facb19

#facb19 #b9fa19 #fa5b19

Monochromatic Colors of #facb19

#facb19

Complementary Color

#facb19 #1948fa

#facb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb19 Color CSS Codes

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

#facb19 Text Font Color

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

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


#facb19 Background Color

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

This div background color is #facb19


#facb19 Border Color

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

This div border color is #facb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb19


Comments

No comments written yet.

Please login to write comment.