Color Hex Logo

#fbb516 Color Hex

#FBB516
(251,181,22)
0 Favorites   0 Comments

Color spaces of #fbb516

RGB 25118122
HSL0.120.970.54
HSV42°91°98°
CMYK 0.000.280.91   0.02
XYZ56.452453.61498.1324
Yxy53.61490.47760.4536
Hunter Lab73.22229.480044.6705
CIE-Lab78.236614.099878.2503

#fbb516 color RGB value is (251,181,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110101 00010110
Octal 373 265 26
Decimal 251 181 22
Hex FB B5 16

RGB Percentages of Color #fbb516

%55.29
%39.87
%4.85

CMYK Percentages of Color #fbb516

%0
%28
%91
%2

Triadic Colors of #fbb516

#fbb516 #16fbb5 #b516fb

Analogous Colors of #fbb516

#fbb516 #cffb16 #fb4316

Monochromatic Colors of #fbb516

#fbb516

Complementary Color

#fbb516 #165cfb

#fbb516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb516 Color CSS Codes

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

#fbb516 Text Font Color

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

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


#fbb516 Background Color

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

This div background color is #fbb516


#fbb516 Border Color

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

This div border color is #fbb516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb516


Comments

No comments written yet.

Please login to write comment.