Color Hex Logo

#fbbf49 Color Hex

#FBBF49
(251,191,73)
0 Favorites   0 Comments

Color spaces of #fbbf49

RGB 25119173
HSL0.110.960.64
HSV40°71°98°
CMYK 0.000.240.71   0.02
XYZ59.617158.251914.4049
Yxy58.25190.45070.4404
Hunter Lab76.32295.864242.2359
CIE-Lab80.878610.423365.1229

#fbbf49 color RGB value is (251,191,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 01001001
Octal 373 277 111
Decimal 251 191 73
Hex FB BF 49

RGB Percentages of Color #fbbf49

%48.74
%37.09
%14.17

CMYK Percentages of Color #fbbf49

%0
%24
%71
%2

Triadic Colors of #fbbf49

#fbbf49 #49fbbf #bf49fb

Analogous Colors of #fbbf49

#fbbf49 #defb49 #fb6649

Monochromatic Colors of #fbbf49

#fbbf49

Complementary Color

#fbbf49 #4985fb

#fbbf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf49 Color CSS Codes

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

#fbbf49 Text Font Color

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

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


#fbbf49 Background Color

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

This div background color is #fbbf49


#fbbf49 Border Color

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

This div border color is #fbbf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf49


Comments

No comments written yet.

Please login to write comment.