Color Hex Logo

#fba765 Color Hex

#FBA765
(251,167,101)
0 Favorites   0 Comments

Color spaces of #fba765

RGB 251167101
HSL0.070.950.69
HSV26°60°98°
CMYK 0.000.330.60   0.02
XYZ55.951349.086218.8376
Yxy49.08620.45170.3963
Hunter Lab70.061519.942833.1016
CIE-Lab75.504924.627246.3244

#fba765 color RGB value is (251,167,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01100101
Octal 373 247 145
Decimal 251 167 101
Hex FB A7 65

RGB Percentages of Color #fba765

%48.36
%32.18
%19.46

CMYK Percentages of Color #fba765

%0
%33
%60
%2

Triadic Colors of #fba765

#fba765 #65fba7 #a765fb

Analogous Colors of #fba765

#fba765 #fbf265 #fb656e

Monochromatic Colors of #fba765

#fba765

Complementary Color

#fba765 #65b9fb

#fba765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba765 Color CSS Codes

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

#fba765 Text Font Color

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

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


#fba765 Background Color

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

This div background color is #fba765


#fba765 Border Color

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

This div border color is #fba765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba765


Comments

No comments written yet.

Please login to write comment.