Color Hex Logo

#fbf521 Color Hex

#FBF521
(251,245,33)
0 Favorites   0 Comments

Color spaces of #fbf521

RGB 25124533
HSL0.160.960.56
HSV58°87°98°
CMYK 0.000.020.87   0.02
XYZ72.710685.923914.1915
Yxy85.92390.42070.4972
Hunter Lab92.6951-22.200155.8094
CIE-Lab94.2798-18.056088.7341

#fbf521 color RGB value is (251,245,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 00100001
Octal 373 365 41
Decimal 251 245 33
Hex FB F5 21

RGB Percentages of Color #fbf521

%47.45
%46.31
%6.24

CMYK Percentages of Color #fbf521

%0
%2
%87
%2

Triadic Colors of #fbf521

#fbf521 #21fbf5 #f521fb

Analogous Colors of #fbf521

#fbf521 #94fb21 #fb8821

Monochromatic Colors of #fbf521

#fbf521

Complementary Color

#fbf521 #2127fb

#fbf521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf521 Color CSS Codes

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

#fbf521 Text Font Color

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

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


#fbf521 Background Color

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

This div background color is #fbf521


#fbf521 Border Color

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

This div border color is #fbf521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf521

Related Colors


Comments

No comments written yet.

Please login to write comment.