Color Hex Logo

#fab53a Color Hex

#FAB53A
(250,181,58)
0 Favorites   0 Comments

Color spaces of #fab53a

RGB 25018158
HSL0.110.950.60
HSV38°77°98°
CMYK 0.000.280.77   0.02
XYZ56.711953.677211.3747
Yxy53.67720.46580.4408
Hunter Lab73.26479.957942.0803
CIE-Lab78.273114.585568.3459

#fab53a color RGB value is (250,181,58).

#fab53a hex color red value is 250, green value is 181 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fab53a hue: 0.11 , saturation: 0.95 and the lightness value of fab53a is 0.60.

The process color (four color CMYK) of #fab53a color hex is 0.00, 0.28, 0.77, 0.02. Web safe color of #fab53a is #ffcc33. Color #fab53a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 00111010
Octal 372 265 72
Decimal 250 181 58
Hex FA B5 3A

RGB Percentages of Color #fab53a

%51.12
%37.01
%11.86

CMYK Percentages of Color #fab53a

%0
%28
%77
%2

Triadic Colors of #fab53a

#fab53a #3afab5 #b53afa

Analogous Colors of #fab53a

#fab53a #dffa3a #fa553a

Monochromatic Colors of #fab53a

#fab53a

Complementary Color

#fab53a #3a7ffa

#fab53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab53a Color CSS Codes

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

#fab53a Text Font Color

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

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


#fab53a Background Color

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

This div background color is #fab53a


#fab53a Border Color

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

This div border color is #fab53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab53a


Comments

No comments written yet.

Please login to write comment.