Color Hex Logo

#fbb40b Color Hex

#FBB40B
(251,180,11)
0 Favorites   0 Comments

Color spaces of #fbb40b

RGB 25118011
HSL0.120.970.51
HSV42°96°98°
CMYK 0.000.280.96   0.02
XYZ56.165353.17597.6204
Yxy53.17590.48020.4546
Hunter Lab72.92189.869844.8494
CIE-Lab77.978714.497779.6117

#fbb40b color RGB value is (251,180,11).

#fbb40b hex color red value is 251, green value is 180 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fbb40b hue: 0.12 , saturation: 0.97 and the lightness value of fbb40b is 0.51.

The process color (four color CMYK) of #fbb40b color hex is 0.00, 0.28, 0.96, 0.02. Web safe color of #fbb40b is #ffcc00. Color #fbb40b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 00001011
Octal 373 264 13
Decimal 251 180 11
Hex FB B4 B

RGB Percentages of Color #fbb40b

%56.79
%40.72
%2.49

CMYK Percentages of Color #fbb40b

%0
%28
%96
%2

Triadic Colors of #fbb40b

#fbb40b #0bfbb4 #b40bfb

Analogous Colors of #fbb40b

#fbb40b #cafb0b #fb3c0b

Monochromatic Colors of #fbb40b

#fbb40b

Complementary Color

#fbb40b #0b52fb

#fbb40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb40b Color CSS Codes

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

#fbb40b Text Font Color

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

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


#fbb40b Background Color

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

This div background color is #fbb40b


#fbb40b Border Color

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

This div border color is #fbb40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb40b

#fbb40b Color Palettes


Comments

No comments written yet.

Please login to write comment.