Color Hex Logo

#fabb3a Color Hex

#FABB3A
(250,187,58)
0 Favorites   0 Comments

Color spaces of #fabb3a

RGB 25018758
HSL0.110.950.60
HSV40°77°98°
CMYK 0.000.250.77   0.02
XYZ57.958456.170111.7902
Yxy56.17010.46030.4461
Hunter Lab74.94676.882343.1355
CIE-Lab79.710511.451569.6909

#fabb3a color RGB value is (250,187,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 00111010
Octal 372 273 72
Decimal 250 187 58
Hex FA BB 3A

RGB Percentages of Color #fabb3a

%50.51
%37.78
%11.72

CMYK Percentages of Color #fabb3a

%0
%25
%77
%2

Triadic Colors of #fabb3a

#fabb3a #3afabb #bb3afa

Analogous Colors of #fabb3a

#fabb3a #d9fa3a #fa5b3a

Monochromatic Colors of #fabb3a

#fabb3a

Complementary Color

#fabb3a #3a79fa

#fabb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabb3a Color CSS Codes

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

#fabb3a Text Font Color

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

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


#fabb3a Background Color

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

This div background color is #fabb3a


#fabb3a Border Color

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

This div border color is #fabb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabb3a

Related Colors


Comments

No comments written yet.

Please login to write comment.