Color Hex Logo

#fbf41e Color Hex

#FBF41E
(251,244,30)
0 Favorites   0 Comments

Color spaces of #fbf41e

RGB 25124430
HSL0.160.970.55
HSV58°88°98°
CMYK 0.000.030.88   0.02
XYZ72.368785.304313.8794
Yxy85.30430.42180.4972
Hunter Lab92.3603-21.767355.7425
CIE-Lab94.0141-17.628689.0249

#fbf41e color RGB value is (251,244,30).

#fbf41e hex color red value is 251, green value is 244 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fbf41e hue: 0.16 , saturation: 0.97 and the lightness value of fbf41e is 0.55.

The process color (four color CMYK) of #fbf41e color hex is 0.00, 0.03, 0.88, 0.02. Web safe color of #fbf41e is #ffff33. Color #fbf41e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 00011110
Octal 373 364 36
Decimal 251 244 30
Hex FB F4 1E

RGB Percentages of Color #fbf41e

%47.81
%46.48
%5.71

CMYK Percentages of Color #fbf41e

%0
%3
%88
%2

Triadic Colors of #fbf41e

#fbf41e #1efbf4 #f41efb

Analogous Colors of #fbf41e

#fbf41e #94fb1e #fb861e

Monochromatic Colors of #fbf41e

#fbf41e

Complementary Color

#fbf41e #1e25fb

#fbf41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf41e Color CSS Codes

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

#fbf41e Text Font Color

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

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


#fbf41e Background Color

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

This div background color is #fbf41e


#fbf41e Border Color

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

This div border color is #fbf41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf41e


Comments

No comments written yet.

Please login to write comment.