Color Hex Logo

#fbf121 Color Hex

#FBF121
(251,241,33)
0 Favorites   0 Comments

Color spaces of #fbf121

RGB 25124133
HSL0.160.960.56
HSV57°87°98°
CMYK 0.000.040.87   0.02
XYZ71.513583.529613.7925
Yxy83.52960.42360.4947
Hunter Lab91.3945-20.269555.0286
CIE-Lab93.2458-16.122687.9108

#fbf121 color RGB value is (251,241,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 00100001
Octal 373 361 41
Decimal 251 241 33
Hex FB F1 21

RGB Percentages of Color #fbf121

%47.81
%45.90
%6.29

CMYK Percentages of Color #fbf121

%0
%4
%87
%2

Triadic Colors of #fbf121

#fbf121 #21fbf1 #f121fb

Analogous Colors of #fbf121

#fbf121 #98fb21 #fb8421

Monochromatic Colors of #fbf121

#fbf121

Complementary Color

#fbf121 #212bfb

#fbf121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf121 Color CSS Codes

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

#fbf121 Text Font Color

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

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


#fbf121 Background Color

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

This div background color is #fbf121


#fbf121 Border Color

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

This div border color is #fbf121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf121


Comments

No comments written yet.

Please login to write comment.