Color Hex Logo

#fba115 Color Hex

#FBA115
(251,161,21)
0 Favorites   0 Comments

Color spaces of #fba115

RGB 25116121
HSL0.100.970.53
HSV37°92°98°
CMYK 0.000.360.92   0.02
XYZ52.663946.05316.8229
Yxy46.05310.49900.4364
Hunter Lab67.862419.763741.5427
CIE-Lab73.580024.551275.0094

#fba115 color RGB value is (251,161,21).

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

The process color (four color CMYK) of #fba115 color hex is 0.00, 0.36, 0.92, 0.02. Web safe color of #fba115 is #ff9900. Color #fba115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 00010101
Octal 373 241 25
Decimal 251 161 21
Hex FB A1 15

RGB Percentages of Color #fba115

%57.97
%37.18
%4.85

CMYK Percentages of Color #fba115

%0
%36
%92
%2

Triadic Colors of #fba115

#fba115 #15fba1 #a115fb

Analogous Colors of #fba115

#fba115 #e2fb15 #fb2e15

Monochromatic Colors of #fba115

#fba115

Complementary Color

#fba115 #156ffb

#fba115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba115 Color CSS Codes

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

#fba115 Text Font Color

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

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


#fba115 Background Color

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

This div background color is #fba115


#fba115 Border Color

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

This div border color is #fba115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba115

Related Colors


Comments

No comments written yet.

Please login to write comment.