Color Hex Logo

#fbf473 Color Hex

#FBF473
(251,244,115)
0 Favorites   0 Comments

Color spaces of #fbf473

RGB 251244115
HSL0.160.940.72
HSV57°54°98°
CMYK 0.000.030.54   0.02
XYZ75.228986.448428.9409
Yxy86.44840.39470.4535
Hunter Lab92.9776-18.285246.6293
CIE-Lab94.5037-13.801761.9317

#fbf473 color RGB value is (251,244,115).

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

The process color (four color CMYK) of #fbf473 color hex is 0.00, 0.03, 0.54, 0.02. Web safe color of #fbf473 is #ffff66. Color #fbf473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01110011
Octal 373 364 163
Decimal 251 244 115
Hex FB F4 73

RGB Percentages of Color #fbf473

%41.15
%40.00
%18.85

CMYK Percentages of Color #fbf473

%0
%3
%54
%2

Triadic Colors of #fbf473

#fbf473 #73fbf4 #f473fb

Analogous Colors of #fbf473

#fbf473 #befb73 #fbb073

Monochromatic Colors of #fbf473

#fbf473

Complementary Color

#fbf473 #737afb

#fbf473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf473 Color CSS Codes

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

#fbf473 Text Font Color

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

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


#fbf473 Background Color

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

This div background color is #fbf473


#fbf473 Border Color

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

This div border color is #fbf473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf473

Related Colors


Comments

No comments written yet.

Please login to write comment.