Color Hex Logo

#fba167 Color Hex

#FBA167
(251,161,103)
0 Favorites   0 Comments

Color spaces of #fba167

RGB 251161103
HSL0.070.950.69
HSV24°59°98°
CMYK 0.000.360.59   0.02
XYZ54.976746.978219.0021
Yxy46.97820.45450.3884
Hunter Lab68.540623.229431.5410
CIE-Lab74.175827.908743.7094

#fba167 color RGB value is (251,161,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 01100111
Octal 373 241 147
Decimal 251 161 103
Hex FB A1 67

RGB Percentages of Color #fba167

%48.74
%31.26
%20.00

CMYK Percentages of Color #fba167

%0
%36
%59
%2

Triadic Colors of #fba167

#fba167 #67fba1 #a167fb

Analogous Colors of #fba167

#fba167 #fbeb67 #fb6777

Monochromatic Colors of #fba167

#fba167

Complementary Color

#fba167 #67c1fb

#fba167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba167 Color CSS Codes

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

#fba167 Text Font Color

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

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


#fba167 Background Color

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

This div background color is #fba167


#fba167 Border Color

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

This div border color is #fba167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba167

Related Colors


Comments

No comments written yet.

Please login to write comment.