Color Hex Logo

#fba140 Color Hex

#FBA140
(251,161,64)
0 Favorites   0 Comments

Color spaces of #fba140

RGB 25116164
HSL0.090.960.62
HSV31°75°98°
CMYK 0.000.360.75   0.02
XYZ53.453946.369110.9833
Yxy46.36910.48240.4185
Hunter Lab68.094920.955038.1033
CIE-Lab73.784425.713461.6997

#fba140 color RGB value is (251,161,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 01000000
Octal 373 241 100
Decimal 251 161 64
Hex FB A1 40

RGB Percentages of Color #fba140

%52.73
%33.82
%13.45

CMYK Percentages of Color #fba140

%0
%36
%75
%2

Triadic Colors of #fba140

#fba140 #40fba1 #a140fb

Analogous Colors of #fba140

#fba140 #f8fb40 #fb4440

Monochromatic Colors of #fba140

#fba140

Complementary Color

#fba140 #409afb

#fba140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba140 Color CSS Codes

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

#fba140 Text Font Color

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

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


#fba140 Background Color

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

This div background color is #fba140


#fba140 Border Color

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

This div border color is #fba140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba140


Comments

No comments written yet.

Please login to write comment.