Color Hex Logo

#fbf573 Color Hex

#FBF573
(251,245,115)
0 Favorites   0 Comments

Color spaces of #fbf573

RGB 251245115
HSL0.160.940.72
HSV57°54°98°
CMYK 0.000.020.54   0.02
XYZ75.530687.051829.0415
Yxy87.05180.39420.4543
Hunter Lab93.3016-18.776246.8562
CIE-Lab94.7602-14.289962.2251

#fbf573 color RGB value is (251,245,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01110011
Octal 373 365 163
Decimal 251 245 115
Hex FB F5 73

RGB Percentages of Color #fbf573

%41.08
%40.10
%18.82

CMYK Percentages of Color #fbf573

%0
%2
%54
%2

Triadic Colors of #fbf573

#fbf573 #73fbf5 #f573fb

Analogous Colors of #fbf573

#fbf573 #bdfb73 #fbb173

Monochromatic Colors of #fbf573

#fbf573

Complementary Color

#fbf573 #7379fb

#fbf573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf573 Color CSS Codes

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

#fbf573 Text Font Color

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

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


#fbf573 Background Color

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

This div background color is #fbf573


#fbf573 Border Color

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

This div border color is #fbf573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf573

Related Colors


Comments

No comments written yet.

Please login to write comment.