Color Hex Logo

#fba764 Color Hex

#FBA764
(251,167,100)
0 Favorites   0 Comments

Color spaces of #fba764

RGB 251167100
HSL0.070.950.69
HSV27°60°98°
CMYK 0.000.330.60   0.02
XYZ55.902649.066818.5810
Yxy49.06680.45250.3971
Hunter Lab70.047719.871133.3060
CIE-Lab75.492924.557546.8119

#fba764 color RGB value is (251,167,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01100100
Octal 373 247 144
Decimal 251 167 100
Hex FB A7 64

RGB Percentages of Color #fba764

%48.46
%32.24
%19.31

CMYK Percentages of Color #fba764

%0
%33
%60
%2

Triadic Colors of #fba764

#fba764 #64fba7 #a764fb

Analogous Colors of #fba764

#fba764 #fbf364 #fb646d

Monochromatic Colors of #fba764

#fba764

Complementary Color

#fba764 #64b8fb

#fba764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba764 Color CSS Codes

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

#fba764 Text Font Color

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

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


#fba764 Background Color

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

This div background color is #fba764


#fba764 Border Color

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

This div border color is #fba764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba764


Comments

No comments written yet.

Please login to write comment.