Color Hex Logo

#fba96f Color Hex

#FBA96F
(251,169,111)
0 Favorites   0 Comments

Color spaces of #fba96f

RGB 251169111
HSL0.070.950.71
HSV25°56°98°
CMYK 0.000.330.56   0.02
XYZ56.840950.032921.7004
Yxy50.03290.44210.3891
Hunter Lab70.733919.656031.3242
CIE-Lab76.089524.316941.9508

#fba96f color RGB value is (251,169,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01101111
Octal 373 251 157
Decimal 251 169 111
Hex FB A9 6F

RGB Percentages of Color #fba96f

%47.27
%31.83
%20.90

CMYK Percentages of Color #fba96f

%0
%33
%56
%2

Triadic Colors of #fba96f

#fba96f #6ffba9 #a96ffb

Analogous Colors of #fba96f

#fba96f #fbef6f #fb6f7b

Monochromatic Colors of #fba96f

#fba96f

Complementary Color

#fba96f #6fc1fb

#fba96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba96f Color CSS Codes

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

#fba96f Text Font Color

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

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


#fba96f Background Color

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

This div background color is #fba96f


#fba96f Border Color

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

This div border color is #fba96f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,169,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 #fba96f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba96f

Related Colors


Comments

No comments written yet.

Please login to write comment.