Color Hex Logo

#fba911 Color Hex

#FBA911
(251,169,17)
0 Favorites   0 Comments

Color spaces of #fba911

RGB 25116917
HSL0.110.970.53
HSV39°93°98°
CMYK 0.000.330.93   0.02
XYZ54.072848.92567.1240
Yxy48.92560.49100.4443
Hunter Lab69.946815.583542.9242
CIE-Lab75.405020.314677.0042

#fba911 color RGB value is (251,169,17).

#fba911 hex color red value is 251, green value is 169 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #fba911 hue: 0.11 , saturation: 0.97 and the lightness value of fba911 is 0.53.

The process color (four color CMYK) of #fba911 color hex is 0.00, 0.33, 0.93, 0.02. Web safe color of #fba911 is #ff9900. Color #fba911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 00010001
Octal 373 251 21
Decimal 251 169 17
Hex FB A9 11

RGB Percentages of Color #fba911

%57.44
%38.67
%3.89

CMYK Percentages of Color #fba911

%0
%33
%93
%2

Triadic Colors of #fba911

#fba911 #11fba9 #a911fb

Analogous Colors of #fba911

#fba911 #d8fb11 #fb3411

Monochromatic Colors of #fba911

#fba911

Complementary Color

#fba911 #1163fb

#fba911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba911 Color CSS Codes

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

#fba911 Text Font Color

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

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


#fba911 Background Color

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

This div background color is #fba911


#fba911 Border Color

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

This div border color is #fba911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba911

Related Colors


Comments

No comments written yet.

Please login to write comment.