Color Hex Logo

#fab40a Color Hex

#FAB40A
(250,180,10)
0 Favorites   0 Comments

Color spaces of #fab40a

RGB 25018010
HSL0.120.960.51
HSV43°96°98°
CMYK 0.000.280.96   0.02
XYZ55.800452.98847.5740
Yxy52.98840.47950.4554
Hunter Lab72.79319.443244.7862
CIE-Lab77.868114.063879.5886

#fab40a color RGB value is (250,180,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 00001010
Octal 372 264 12
Decimal 250 180 10
Hex FA B4 A

RGB Percentages of Color #fab40a

%56.82
%40.91
%2.27

CMYK Percentages of Color #fab40a

%0
%28
%96
%2

Triadic Colors of #fab40a

#fab40a #0afab4 #b40afa

Analogous Colors of #fab40a

#fab40a #c8fa0a #fa3c0a

Monochromatic Colors of #fab40a

#fab40a

Complementary Color

#fab40a #0a50fa

#fab40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab40a Color CSS Codes

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

#fab40a Text Font Color

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

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


#fab40a Background Color

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

This div background color is #fab40a


#fab40a Border Color

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

This div border color is #fab40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab40a


Comments

No comments written yet.

Please login to write comment.