Color Hex Logo

#fab519 Color Hex

#FAB519
(250,181,25)
0 Favorites   0 Comments

Color spaces of #fab519

RGB 25018125
HSL0.120.960.54
HSV42°90°98°
CMYK 0.000.280.90   0.02
XYZ56.123753.44198.2770
Yxy53.44190.47630.4535
Hunter Lab73.10409.106944.4598
CIE-Lab78.135213.719877.5791

#fab519 color RGB value is (250,181,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 00011001
Octal 372 265 31
Decimal 250 181 25
Hex FA B5 19

RGB Percentages of Color #fab519

%54.82
%39.69
%5.48

CMYK Percentages of Color #fab519

%0
%28
%90
%2

Triadic Colors of #fab519

#fab519 #19fab5 #b519fa

Analogous Colors of #fab519

#fab519 #cffa19 #fa4519

Monochromatic Colors of #fab519

#fab519

Complementary Color

#fab519 #195efa

#fab519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab519 Color CSS Codes

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

#fab519 Text Font Color

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

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


#fab519 Background Color

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

This div background color is #fab519


#fab519 Border Color

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

This div border color is #fab519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab519

Related Colors


Comments

No comments written yet.

Please login to write comment.