Color Hex Logo

#fbf449 Color Hex

#FBF449
(251,244,73)
0 Favorites   0 Comments

Color spaces of #fbf449

RGB 25124473
HSL0.160.960.64
HSV58°71°98°
CMYK 0.000.030.71   0.02
XYZ73.336985.691618.9782
Yxy85.69160.41200.4814
Hunter Lab92.5698-20.583352.6435
CIE-Lab94.1803-16.318078.2468

#fbf449 color RGB value is (251,244,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01001001
Octal 373 364 111
Decimal 251 244 73
Hex FB F4 49

RGB Percentages of Color #fbf449

%44.19
%42.96
%12.85

CMYK Percentages of Color #fbf449

%0
%3
%71
%2

Triadic Colors of #fbf449

#fbf449 #49fbf4 #f449fb

Analogous Colors of #fbf449

#fbf449 #a9fb49 #fb9b49

Monochromatic Colors of #fbf449

#fbf449

Complementary Color

#fbf449 #4950fb

#fbf449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf449 Color CSS Codes

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

#fbf449 Text Font Color

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

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


#fbf449 Background Color

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

This div background color is #fbf449


#fbf449 Border Color

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

This div border color is #fbf449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf449


Comments

No comments written yet.

Please login to write comment.