Color Hex Logo

#fbba49 Color Hex

#FBBA49
(251,186,73)
2 Favorites   0 Comments

Color spaces of #fbba49

RGB 25118673
HSL0.110.960.64
HSV38°71°98°
CMYK 0.000.260.71   0.02
XYZ58.545256.108114.0476
Yxy56.10810.45490.4360
Hunter Lab74.90538.429341.3146
CIE-Lab79.675313.029563.8979

#fbba49 color RGB value is (251,186,73).

#fbba49 hex color red value is 251, green value is 186 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fbba49 hue: 0.11 , saturation: 0.96 and the lightness value of fbba49 is 0.64.

The process color (four color CMYK) of #fbba49 color hex is 0.00, 0.26, 0.71, 0.02. Web safe color of #fbba49 is #ffcc33. Color #fbba49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 01001001
Octal 373 272 111
Decimal 251 186 73
Hex FB BA 49

RGB Percentages of Color #fbba49

%49.22
%36.47
%14.31

CMYK Percentages of Color #fbba49

%0
%26
%71
%2

Triadic Colors of #fbba49

#fbba49 #49fbba #ba49fb

Analogous Colors of #fbba49

#fbba49 #e3fb49 #fb6149

Monochromatic Colors of #fbba49

#fbba49

Complementary Color

#fbba49 #498afb

#fbba49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba49 Color CSS Codes

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

#fbba49 Text Font Color

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

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


#fbba49 Background Color

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

This div background color is #fbba49


#fbba49 Border Color

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

This div border color is #fbba49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba49

#fbba49 Color Palettes


Comments

No comments written yet.

Please login to write comment.