Color Hex Logo

#fba973 Color Hex

#FBA973
(251,169,115)
0 Favorites   0 Comments

Color spaces of #fba973

RGB 251169115
HSL0.070.940.72
HSV24°54°98°
CMYK 0.000.330.54   0.02
XYZ57.066150.123022.8866
Yxy50.12300.43870.3853
Hunter Lab70.797619.983430.3918
CIE-Lab76.144724.634339.9550

#fba973 color RGB value is (251,169,115).

#fba973 hex color red value is 251, green value is 169 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fba973 hue: 0.07 , saturation: 0.94 and the lightness value of fba973 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01110011
Octal 373 251 163
Decimal 251 169 115
Hex FB A9 73

RGB Percentages of Color #fba973

%46.92
%31.59
%21.50

CMYK Percentages of Color #fba973

%0
%33
%54
%2

Triadic Colors of #fba973

#fba973 #73fba9 #a973fb

Analogous Colors of #fba973

#fba973 #fbed73 #fb7381

Monochromatic Colors of #fba973

#fba973

Complementary Color

#fba973 #73c5fb

#fba973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba973 Color CSS Codes

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

#fba973 Text Font Color

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

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


#fba973 Background Color

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

This div background color is #fba973


#fba973 Border Color

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

This div border color is #fba973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba973

Related Colors


Comments

No comments written yet.

Please login to write comment.