Color Hex Logo

#fba951 Color Hex

#FBA951
(251,169,81)
0 Favorites   0 Comments

Color spaces of #fba951

RGB 25116981
HSL0.090.960.65
HSV31°68°98°
CMYK 0.000.330.68   0.02
XYZ55.456849.479214.4121
Yxy49.47920.46470.4146
Hunter Lab70.341517.630837.0912
CIE-Lab75.748522.339256.2609

#fba951 color RGB value is (251,169,81).

#fba951 hex color red value is 251, green value is 169 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fba951 hue: 0.09 , saturation: 0.96 and the lightness value of fba951 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01010001
Octal 373 251 121
Decimal 251 169 81
Hex FB A9 51

RGB Percentages of Color #fba951

%50.10
%33.73
%16.17

CMYK Percentages of Color #fba951

%0
%33
%68
%2

Triadic Colors of #fba951

#fba951 #51fba9 #a951fb

Analogous Colors of #fba951

#fba951 #f8fb51 #fb5451

Monochromatic Colors of #fba951

#fba951

Complementary Color

#fba951 #51a3fb

#fba951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba951 Color CSS Codes

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

#fba951 Text Font Color

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

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


#fba951 Background Color

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

This div background color is #fba951


#fba951 Border Color

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

This div border color is #fba951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba951

#fba951 Color Palettes


Comments

No comments written yet.

Please login to write comment.