Color Hex Logo

#fabb1f Color Hex

#FABB1F
(250,187,31)
0 Favorites   0 Comments

Color spaces of #fabb1f

RGB 25018731
HSL0.120.960.55
HSV43°88°98°
CMYK 0.000.250.88   0.02
XYZ57.442055.96369.0709
Yxy55.96360.46900.4569
Hunter Lab74.80886.145945.1770
CIE-Lab79.593110.694777.4663

#fabb1f color RGB value is (250,187,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 00011111
Octal 372 273 37
Decimal 250 187 31
Hex FA BB 1F

RGB Percentages of Color #fabb1f

%53.42
%39.96
%6.62

CMYK Percentages of Color #fabb1f

%0
%25
%88
%2

Triadic Colors of #fabb1f

#fabb1f #1ffabb #bb1ffa

Analogous Colors of #fabb1f

#fabb1f #ccfa1f #fa4d1f

Monochromatic Colors of #fabb1f

#fabb1f

Complementary Color

#fabb1f #1f5efa

#fabb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabb1f Color CSS Codes

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

#fabb1f Text Font Color

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

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


#fabb1f Background Color

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

This div background color is #fabb1f


#fabb1f Border Color

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

This div border color is #fabb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabb1f


Comments

No comments written yet.

Please login to write comment.