Color Hex Logo

#fbf149 Color Hex

#FBF149
(251,241,73)
0 Favorites   0 Comments

Color spaces of #fbf149

RGB 25124173
HSL0.160.960.64
HSV57°71°98°
CMYK 0.000.040.71   0.02
XYZ72.441683.900918.6797
Yxy83.90090.41390.4794
Hunter Lab91.5974-19.125352.0270
CIE-Lab93.4074-14.860577.5030

#fbf149 color RGB value is (251,241,73).

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

The process color (four color CMYK) of #fbf149 color hex is 0.00, 0.04, 0.71, 0.02. Web safe color of #fbf149 is #ffff33. Color #fbf149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 01001001
Octal 373 361 111
Decimal 251 241 73
Hex FB F1 49

RGB Percentages of Color #fbf149

%44.42
%42.65
%12.92

CMYK Percentages of Color #fbf149

%0
%4
%71
%2

Triadic Colors of #fbf149

#fbf149 #49fbf1 #f149fb

Analogous Colors of #fbf149

#fbf149 #acfb49 #fb9849

Monochromatic Colors of #fbf149

#fbf149

Complementary Color

#fbf149 #4953fb

#fbf149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf149 Color CSS Codes

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

#fbf149 Text Font Color

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

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


#fbf149 Background Color

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

This div background color is #fbf149


#fbf149 Border Color

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

This div border color is #fbf149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf149


Comments

No comments written yet.

Please login to write comment.