Color Hex Logo

#fab10a Color Hex

#FAB10A
(250,177,10)
0 Favorites   0 Comments

Color spaces of #fab10a

RGB 25017710
HSL0.120.960.51
HSV42°96°98°
CMYK 0.000.290.96   0.02
XYZ55.201351.79027.3742
Yxy51.79020.48270.4528
Hunter Lab71.965410.979544.3004
CIE-Lab77.155215.633079.0892

#fab10a color RGB value is (250,177,10).

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

The process color (four color CMYK) of #fab10a color hex is 0.00, 0.29, 0.96, 0.02. Web safe color of #fab10a is #ff9900. Color #fab10a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 00001010
Octal 372 261 12
Decimal 250 177 10
Hex FA B1 A

RGB Percentages of Color #fab10a

%57.21
%40.50
%2.29

CMYK Percentages of Color #fab10a

%0
%29
%96
%2

Triadic Colors of #fab10a

#fab10a #0afab1 #b10afa

Analogous Colors of #fab10a

#fab10a #cbfa0a #fa390a

Monochromatic Colors of #fab10a

#fab10a

Complementary Color

#fab10a #0a53fa

#fab10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab10a Color CSS Codes

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

#fab10a Text Font Color

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

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


#fab10a Background Color

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

This div background color is #fab10a


#fab10a Border Color

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

This div border color is #fab10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab10a

Related Colors


Comments

No comments written yet.

Please login to write comment.