Color Hex Logo

#f1f521 Color Hex

#F1F521
(241,245,33)
0 Favorites   0 Comments

Color spaces of #f1f521

RGB 24124533
HSL0.170.910.55
HSV61°87°96°
CMYK 0.020.000.87   0.04
XYZ69.202584.115414.0274
Yxy84.11540.41350.5026
Hunter Lab91.7144-25.814355.1319
CIE-Lab93.5006-22.173287.7831

#f1f521 color RGB value is (241,245,33).

#f1f521 hex color red value is 241, green value is 245 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #f1f521 hue: 0.17 , saturation: 0.91 and the lightness value of f1f521 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11110101 00100001
Octal 361 365 41
Decimal 241 245 33
Hex F1 F5 21

RGB Percentages of Color #f1f521

%46.44
%47.21
%6.36

CMYK Percentages of Color #f1f521

%2
%0
%87
%4

Triadic Colors of #f1f521

#f1f521 #21f1f5 #f521f1

Analogous Colors of #f1f521

#f1f521 #87f521 #f58f21

Monochromatic Colors of #f1f521

#f1f521

Complementary Color

#f1f521 #2521f5

#f1f521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1f521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1f521 Color CSS Codes

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

#f1f521 Text Font Color

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

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


#f1f521 Background Color

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

This div background color is #f1f521


#f1f521 Border Color

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

This div border color is #f1f521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1f521


Comments

No comments written yet.

Please login to write comment.