Color Hex Logo

#fbf031 Color Hex

#FBF031
(251,240,49)
0 Favorites   0 Comments

Color spaces of #fbf031

RGB 25124049
HSL0.160.960.59
HSV57°80°98°
CMYK 0.000.040.80   0.02
XYZ71.498183.051215.1679
Yxy83.05120.42130.4894
Hunter Lab91.1324-19.439353.9246
CIE-Lab93.0368-15.254684.3169

#fbf031 color RGB value is (251,240,49).

#fbf031 hex color red value is 251, green value is 240 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #fbf031 hue: 0.16 , saturation: 0.96 and the lightness value of fbf031 is 0.59.

The process color (four color CMYK) of #fbf031 color hex is 0.00, 0.04, 0.80, 0.02. Web safe color of #fbf031 is #ffff33. Color #fbf031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 00110001
Octal 373 360 61
Decimal 251 240 49
Hex FB F0 31

RGB Percentages of Color #fbf031

%46.48
%44.44
%9.07

CMYK Percentages of Color #fbf031

%0
%4
%80
%2

Triadic Colors of #fbf031

#fbf031 #31fbf0 #f031fb

Analogous Colors of #fbf031

#fbf031 #a1fb31 #fb8b31

Monochromatic Colors of #fbf031

#fbf031

Complementary Color

#fbf031 #313cfb

#fbf031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf031 Color CSS Codes

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

#fbf031 Text Font Color

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

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


#fbf031 Background Color

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

This div background color is #fbf031


#fbf031 Border Color

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

This div border color is #fbf031


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,240,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbf031; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbf031;
  -webkit-box-shadow: 1px 1px 3px 2px #fbf031;
  box-shadow:         1px 1px 3px 2px #fbf031; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,240,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf031


Comments

No comments written yet.

Please login to write comment.