Color Hex Logo

#fba13f Color Hex

#FBA13F
(251,161,63)
0 Favorites   0 Comments

Color spaces of #fba13f

RGB 25116163
HSL0.090.960.62
HSV31°75°98°
CMYK 0.000.360.75   0.02
XYZ53.425746.357810.8347
Yxy46.35780.48300.4191
Hunter Lab68.086620.912738.2257
CIE-Lab73.777125.672262.1089

#fba13f color RGB value is (251,161,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 00111111
Octal 373 241 77
Decimal 251 161 63
Hex FB A1 3F

RGB Percentages of Color #fba13f

%52.84
%33.89
%13.26

CMYK Percentages of Color #fba13f

%0
%36
%75
%2

Triadic Colors of #fba13f

#fba13f #3ffba1 #a13ffb

Analogous Colors of #fba13f

#fba13f #f7fb3f #fb433f

Monochromatic Colors of #fba13f

#fba13f

Complementary Color

#fba13f #3f99fb

#fba13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba13f Color CSS Codes

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

#fba13f Text Font Color

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

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


#fba13f Background Color

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

This div background color is #fba13f


#fba13f Border Color

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

This div border color is #fba13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba13f


Comments

No comments written yet.

Please login to write comment.