Color Hex Logo

#fba16e Color Hex

#FBA16E
(251,161,110)
0 Favorites   0 Comments

Color spaces of #fba16e

RGB 251161110
HSL0.060.950.71
HSV22°56°98°
CMYK 0.000.360.56   0.02
XYZ55.343047.124820.9309
Yxy47.12480.44850.3819
Hunter Lab68.647523.772029.9755
CIE-Lab74.269528.428040.2105

#fba16e color RGB value is (251,161,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 01101110
Octal 373 241 156
Decimal 251 161 110
Hex FB A1 6E

RGB Percentages of Color #fba16e

%48.08
%30.84
%21.07

CMYK Percentages of Color #fba16e

%0
%36
%56
%2

Triadic Colors of #fba16e

#fba16e #6efba1 #a16efb

Analogous Colors of #fba16e

#fba16e #fbe86e #fb6e82

Monochromatic Colors of #fba16e

#fba16e

Complementary Color

#fba16e #6ec8fb

#fba16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba16e Color CSS Codes

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

#fba16e Text Font Color

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

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


#fba16e Background Color

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

This div background color is #fba16e


#fba16e Border Color

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

This div border color is #fba16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba16e


Comments

No comments written yet.

Please login to write comment.