Color Hex Logo

#fbbb49 Color Hex

#FBBB49
(251,187,73)
0 Favorites   0 Comments

Color spaces of #fbbb49

RGB 25118773
HSL0.110.960.64
HSV38°71°98°
CMYK 0.000.250.71   0.02
XYZ58.756656.530914.1181
Yxy56.53090.45400.4369
Hunter Lab75.18707.915541.4979
CIE-Lab79.915012.507664.1424

#fbbb49 color RGB value is (251,187,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 01001001
Octal 373 273 111
Decimal 251 187 73
Hex FB BB 49

RGB Percentages of Color #fbbb49

%49.12
%36.59
%14.29

CMYK Percentages of Color #fbbb49

%0
%25
%71
%2

Triadic Colors of #fbbb49

#fbbb49 #49fbbb #bb49fb

Analogous Colors of #fbbb49

#fbbb49 #e2fb49 #fb6249

Monochromatic Colors of #fbbb49

#fbbb49

Complementary Color

#fbbb49 #4989fb

#fbbb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbb49 Color CSS Codes

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

#fbbb49 Text Font Color

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

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


#fbbb49 Background Color

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

This div background color is #fbbb49


#fbbb49 Border Color

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

This div border color is #fbbb49


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,187,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 #fbbb49">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbb49

Related Colors


Comments

No comments written yet.

Please login to write comment.