Color Hex Logo

#fba032 Color Hex

#FBA032
(251,160,50)
0 Favorites   0 Comments

Color spaces of #fba032

RGB 25116050
HSL0.090.960.59
HSV33°80°98°
CMYK 0.000.360.80   0.02
XYZ52.930245.88119.0838
Yxy45.88110.49060.4252
Hunter Lab67.735620.946939.4637
CIE-Lab73.468325.723566.8649

#fba032 color RGB value is (251,160,50).

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

The process color (four color CMYK) of #fba032 color hex is 0.00, 0.36, 0.80, 0.02. Web safe color of #fba032 is #ff9933. Color #fba032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 00110010
Octal 373 240 62
Decimal 251 160 50
Hex FB A0 32

RGB Percentages of Color #fba032

%54.45
%34.71
%10.85

CMYK Percentages of Color #fba032

%0
%36
%80
%2

Triadic Colors of #fba032

#fba032 #32fba0 #a032fb

Analogous Colors of #fba032

#fba032 #f2fb32 #fb3c32

Monochromatic Colors of #fba032

#fba032

Complementary Color

#fba032 #328dfb

#fba032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba032 Color CSS Codes

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

#fba032 Text Font Color

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

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


#fba032 Background Color

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

This div background color is #fba032


#fba032 Border Color

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

This div border color is #fba032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba032


Comments

No comments written yet.

Please login to write comment.