Color Hex Logo

#fba960 Color Hex

#FBA960
(251,169,96)
0 Favorites   0 Comments

Color spaces of #fba960

RGB 25116996
HSL0.080.950.68
HSV28°62°98°
CMYK 0.000.330.62   0.02
XYZ56.082949.729717.7092
Yxy49.72970.45400.4026
Hunter Lab70.519318.549534.4743
CIE-Lab75.903123.239449.2820

#fba960 color RGB value is (251,169,96).

#fba960 hex color red value is 251, green value is 169 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fba960 hue: 0.08 , saturation: 0.95 and the lightness value of fba960 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01100000
Octal 373 251 140
Decimal 251 169 96
Hex FB A9 60

RGB Percentages of Color #fba960

%48.64
%32.75
%18.60

CMYK Percentages of Color #fba960

%0
%33
%62
%2

Triadic Colors of #fba960

#fba960 #60fba9 #a960fb

Analogous Colors of #fba960

#fba960 #fbf760 #fb6065

Monochromatic Colors of #fba960

#fba960

Complementary Color

#fba960 #60b2fb

#fba960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba960 Color CSS Codes

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

#fba960 Text Font Color

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

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


#fba960 Background Color

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

This div background color is #fba960


#fba960 Border Color

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

This div border color is #fba960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba960


Comments

No comments written yet.

Please login to write comment.