Color Hex Logo

#f1c02f Color Hex

#F1C02F
(241,192,47)
0 Favorites   0 Comments

Color spaces of #f1c02f

RGB 24119247
HSL0.120.870.56
HSV45°80°95°
CMYK 0.000.200.80   0.05
XYZ55.638456.605310.6828
Yxy56.60530.45260.4605
Hunter Lab75.23650.339344.2470
CIE-Lab79.95714.654273.1992

#f1c02f color RGB value is (241,192,47).

#f1c02f hex color red value is 241, green value is 192 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f1c02f hue: 0.12 , saturation: 0.87 and the lightness value of f1c02f is 0.56.

The process color (four color CMYK) of #f1c02f color hex is 0.00, 0.20, 0.80, 0.05. Web safe color of #f1c02f is #ffcc33. Color #f1c02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11000000 00101111
Octal 361 300 57
Decimal 241 192 47
Hex F1 C0 2F

RGB Percentages of Color #f1c02f

%50.21
%40.00
%9.79

CMYK Percentages of Color #f1c02f

%0
%20
%80
%5

Triadic Colors of #f1c02f

#f1c02f #2ff1c0 #c02ff1

Analogous Colors of #f1c02f

#f1c02f #c1f12f #f15f2f

Monochromatic Colors of #f1c02f

#f1c02f

Complementary Color

#f1c02f #2f60f1

#f1c02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1c02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1c02f Color CSS Codes

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

#f1c02f Text Font Color

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

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


#f1c02f Background Color

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

This div background color is #f1c02f


#f1c02f Border Color

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

This div border color is #f1c02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1c02f


Comments

No comments written yet.

Please login to write comment.