Color Hex Logo

#fba316 Color Hex

#FBA316
(251,163,22)
0 Favorites   0 Comments

Color spaces of #fba316

RGB 25116322
HSL0.100.970.54
HSV37°91°98°
CMYK 0.000.350.91   0.02
XYZ53.025746.76156.9902
Yxy46.76150.49660.4379
Hunter Lab68.382418.745041.8069
CIE-Lab74.037023.519875.1532

#fba316 color RGB value is (251,163,22).

#fba316 hex color red value is 251, green value is 163 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #fba316 hue: 0.10 , saturation: 0.97 and the lightness value of fba316 is 0.54.

The process color (four color CMYK) of #fba316 color hex is 0.00, 0.35, 0.91, 0.02. Web safe color of #fba316 is #ff9900. Color #fba316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 00010110
Octal 373 243 26
Decimal 251 163 22
Hex FB A3 16

RGB Percentages of Color #fba316

%57.57
%37.39
%5.05

CMYK Percentages of Color #fba316

%0
%35
%91
%2

Triadic Colors of #fba316

#fba316 #16fba3 #a316fb

Analogous Colors of #fba316

#fba316 #e1fb16 #fb3116

Monochromatic Colors of #fba316

#fba316

Complementary Color

#fba316 #166efb

#fba316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba316 Color CSS Codes

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

#fba316 Text Font Color

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

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


#fba316 Background Color

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

This div background color is #fba316


#fba316 Border Color

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

This div border color is #fba316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba316


Comments

No comments written yet.

Please login to write comment.