Color Hex Logo

#fff221 Color Hex

#FFF221
(255,242,33)
0 Favorites   0 Comments

Color spaces of #fff221

RGB 25524233
HSL0.161.000.56
HSV56°87°100°
CMYK 0.000.050.87   0.00
XYZ73.266684.874113.9596
Yxy84.87410.42570.4932
Hunter Lab92.1271-19.265555.5051
CIE-Lab93.8288-14.949688.5120

#fff221 color RGB value is (255,242,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110010 00100001
Octal 377 362 41
Decimal 255 242 33
Hex FF F2 21

RGB Percentages of Color #fff221

%48.11
%45.66
%6.23

CMYK Percentages of Color #fff221

%0
%5
%87
%0

Triadic Colors of #fff221

#fff221 #21fff2 #f221ff

Analogous Colors of #fff221

#fff221 #9dff21 #ff8321

Monochromatic Colors of #fff221

#fff221

Complementary Color

#fff221 #212eff

#fff221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff221 Color CSS Codes

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

#fff221 Text Font Color

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

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


#fff221 Background Color

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

This div background color is #fff221


#fff221 Border Color

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

This div border color is #fff221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff221

Related Colors


Comments

No comments written yet.

Please login to write comment.