Color Hex Logo

#fab319 Color Hex

#FAB319
(250,179,25)
0 Favorites   0 Comments

Color spaces of #fab319

RGB 25017925
HSL0.110.960.54
HSV41°90°98°
CMYK 0.000.280.90   0.02
XYZ55.719952.63448.1424
Yxy52.63440.47830.4518
Hunter Lab72.549610.130844.1304
CIE-Lab77.658614.765477.2193

#fab319 color RGB value is (250,179,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 00011001
Octal 372 263 31
Decimal 250 179 25
Hex FA B3 19

RGB Percentages of Color #fab319

%55.07
%39.43
%5.51

CMYK Percentages of Color #fab319

%0
%28
%90
%2

Triadic Colors of #fab319

#fab319 #19fab3 #b319fa

Analogous Colors of #fab319

#fab319 #d1fa19 #fa4319

Monochromatic Colors of #fab319

#fab319

Complementary Color

#fab319 #1960fa

#fab319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab319 Color CSS Codes

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

#fab319 Text Font Color

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

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


#fab319 Background Color

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

This div background color is #fab319


#fab319 Border Color

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

This div border color is #fab319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab319

Related Colors

#fab319 Color Palettes


Comments

No comments written yet.

Please login to write comment.