Color Hex Logo

#f1f053 Color Hex

#F1F053
(241,240,83)
0 Favorites   0 Comments

Color spaces of #f1f053

RGB 24124083
HSL0.170.850.64
HSV60°66°95°
CMYK 0.000.000.66   0.05
XYZ68.997081.645520.3062
Yxy81.64550.40360.4776
Hunter Lab90.3579-21.824349.9262
CIE-Lab92.4182-17.953372.6612

#f1f053 color RGB value is (241,240,83).

#f1f053 hex color red value is 241, green value is 240 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #f1f053 hue: 0.17 , saturation: 0.85 and the lightness value of f1f053 is 0.64.

The process color (four color CMYK) of #f1f053 color hex is 0.00, 0.00, 0.66, 0.05. Web safe color of #f1f053 is #ffff66. Color #f1f053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11110000 01010011
Octal 361 360 123
Decimal 241 240 83
Hex F1 F0 53

RGB Percentages of Color #f1f053

%42.73
%42.55
%14.72

CMYK Percentages of Color #f1f053

%0
%0
%66
%5

Triadic Colors of #f1f053

#f1f053 #53f1f0 #f053f1

Analogous Colors of #f1f053

#f1f053 #a3f153 #f1a153

Monochromatic Colors of #f1f053

#f1f053

Complementary Color

#f1f053 #5354f1

#f1f053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1f053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1f053 Color CSS Codes

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

#f1f053 Text Font Color

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

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


#f1f053 Background Color

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

This div background color is #f1f053


#f1f053 Border Color

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

This div border color is #f1f053


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,240,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1f053


Comments

No comments written yet.

Please login to write comment.