Color Hex Logo

#fba90f Color Hex

#FBA90F
(251,169,15)
0 Favorites   0 Comments

Color spaces of #fba90f

RGB 25116915
HSL0.110.970.52
HSV39°94°98°
CMYK 0.000.330.94   0.02
XYZ54.057948.91977.0452
Yxy48.91970.49130.4446
Hunter Lab69.942615.561242.9877
CIE-Lab75.401320.292477.2961

#fba90f color RGB value is (251,169,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 00001111
Octal 373 251 17
Decimal 251 169 15
Hex FB A9 F

RGB Percentages of Color #fba90f

%57.70
%38.85
%3.45

CMYK Percentages of Color #fba90f

%0
%33
%94
%2

Triadic Colors of #fba90f

#fba90f #0ffba9 #a90ffb

Analogous Colors of #fba90f

#fba90f #d7fb0f #fb330f

Monochromatic Colors of #fba90f

#fba90f

Complementary Color

#fba90f #0f61fb

#fba90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba90f Color CSS Codes

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

#fba90f Text Font Color

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

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


#fba90f Background Color

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

This div background color is #fba90f


#fba90f Border Color

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

This div border color is #fba90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba90f


Comments

No comments written yet.

Please login to write comment.