Color Hex Logo

#fba076 Color Hex

#FBA076
(251,160,118)
0 Favorites   0 Comments

Color spaces of #fba076

RGB 251160118
HSL0.050.940.72
HSV19°53°98°
CMYK 0.000.360.53   0.02
XYZ55.624546.958823.2718
Yxy46.95880.44200.3731
Hunter Lab68.526524.971127.8335
CIE-Lab74.163429.592135.8756

#fba076 color RGB value is (251,160,118).

#fba076 hex color red value is 251, green value is 160 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fba076 hue: 0.05 , saturation: 0.94 and the lightness value of fba076 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 01110110
Octal 373 240 166
Decimal 251 160 118
Hex FB A0 76

RGB Percentages of Color #fba076

%47.45
%30.25
%22.31

CMYK Percentages of Color #fba076

%0
%36
%53
%2

Triadic Colors of #fba076

#fba076 #76fba0 #a076fb

Analogous Colors of #fba076

#fba076 #fbe376 #fb768f

Monochromatic Colors of #fba076

#fba076

Complementary Color

#fba076 #76d1fb

#fba076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba076 Color CSS Codes

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

#fba076 Text Font Color

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

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


#fba076 Background Color

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

This div background color is #fba076


#fba076 Border Color

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

This div border color is #fba076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba076

Related Colors


Comments

No comments written yet.

Please login to write comment.