Color Hex Logo

#fba76a Color Hex

#FBA76A
(251,167,106)
0 Favorites   0 Comments

Color spaces of #fba76a

RGB 251167106
HSL0.070.950.70
HSV25°58°98°
CMYK 0.000.330.58   0.02
XYZ56.203949.187320.1675
Yxy49.18730.44760.3917
Hunter Lab70.133720.312932.0442
CIE-Lab75.567724.986243.8694

#fba76a color RGB value is (251,167,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01101010
Octal 373 247 152
Decimal 251 167 106
Hex FB A7 6A

RGB Percentages of Color #fba76a

%47.90
%31.87
%20.23

CMYK Percentages of Color #fba76a

%0
%33
%58
%2

Triadic Colors of #fba76a

#fba76a #6afba7 #a76afb

Analogous Colors of #fba76a

#fba76a #fbf06a #fb6a76

Monochromatic Colors of #fba76a

#fba76a

Complementary Color

#fba76a #6abefb

#fba76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba76a Color CSS Codes

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

#fba76a Text Font Color

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

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


#fba76a Background Color

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

This div background color is #fba76a


#fba76a Border Color

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

This div border color is #fba76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba76a


Comments

No comments written yet.

Please login to write comment.