Color Hex Logo

#fba767 Color Hex

#FBA767
(251,167,103)
0 Favorites   0 Comments

Color spaces of #fba767

RGB 251167103
HSL0.070.950.69
HSV26°59°98°
CMYK 0.000.330.59   0.02
XYZ56.050649.125919.3600
Yxy49.12590.45010.3945
Hunter Lab70.089920.088532.6860
CIE-Lab75.529624.768645.3461

#fba767 color RGB value is (251,167,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01100111
Octal 373 247 147
Decimal 251 167 103
Hex FB A7 67

RGB Percentages of Color #fba767

%48.18
%32.05
%19.77

CMYK Percentages of Color #fba767

%0
%33
%59
%2

Triadic Colors of #fba767

#fba767 #67fba7 #a767fb

Analogous Colors of #fba767

#fba767 #fbf167 #fb6771

Monochromatic Colors of #fba767

#fba767

Complementary Color

#fba767 #67bbfb

#fba767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba767 Color CSS Codes

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

#fba767 Text Font Color

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

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


#fba767 Background Color

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

This div background color is #fba767


#fba767 Border Color

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

This div border color is #fba767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba767

Related Colors


Comments

No comments written yet.

Please login to write comment.