Color Hex Logo

#fbb16f Color Hex

#FBB16F
(251,177,111)
0 Favorites   0 Comments

Color spaces of #fbb16f

RGB 251177111
HSL0.080.950.71
HSV28°56°98°
CMYK 0.000.290.56   0.02
XYZ58.375053.101222.2118
Yxy53.10120.43670.3972
Hunter Lab72.870615.468932.9371
CIE-Lab77.934720.119344.2217

#fbb16f color RGB value is (251,177,111).

#fbb16f hex color red value is 251, green value is 177 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fbb16f hue: 0.08 , saturation: 0.95 and the lightness value of fbb16f is 0.71.

The process color (four color CMYK) of #fbb16f color hex is 0.00, 0.29, 0.56, 0.02. Web safe color of #fbb16f is #ff9966. Color #fbb16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110001 01101111
Octal 373 261 157
Decimal 251 177 111
Hex FB B1 6F

RGB Percentages of Color #fbb16f

%46.57
%32.84
%20.59

CMYK Percentages of Color #fbb16f

%0
%29
%56
%2

Triadic Colors of #fbb16f

#fbb16f #6ffbb1 #b16ffb

Analogous Colors of #fbb16f

#fbb16f #fbf76f #fb6f73

Monochromatic Colors of #fbb16f

#fbb16f

Complementary Color

#fbb16f #6fb9fb

#fbb16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb16f Color CSS Codes

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

#fbb16f Text Font Color

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

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


#fbb16f Background Color

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

This div background color is #fbb16f


#fbb16f Border Color

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

This div border color is #fbb16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb16f

Related Colors


Comments

No comments written yet.

Please login to write comment.