Color Hex Logo

#f1920f Color Hex

#F1920F
(241,146,15)
0 Favorites   0 Comments

Color spaces of #f1920f

RGB 24114615
HSL0.100.890.50
HSV35°94°95°
CMYK 0.000.390.94   0.05
XYZ46.640739.29305.5780
Yxy39.29300.50970.4294
Hunter Lab62.684123.117338.6029
CIE-Lab68.963028.157972.2083

#f1920f color RGB value is (241,146,15).

#f1920f hex color red value is 241, green value is 146 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f1920f hue: 0.10 , saturation: 0.89 and the lightness value of f1920f is 0.50.

The process color (four color CMYK) of #f1920f color hex is 0.00, 0.39, 0.94, 0.05. Web safe color of #f1920f is #ff9900. Color #f1920f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010010 00001111
Octal 361 222 17
Decimal 241 146 15
Hex F1 92 F

RGB Percentages of Color #f1920f

%59.95
%36.32
%3.73

CMYK Percentages of Color #f1920f

%0
%39
%94
%5

Triadic Colors of #f1920f

#f1920f #0ff192 #920ff1

Analogous Colors of #f1920f

#f1920f #dff10f #f1210f

Monochromatic Colors of #f1920f

#f1920f

Complementary Color

#f1920f #0f6ef1

#f1920f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1920f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1920f Color CSS Codes

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

#f1920f Text Font Color

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

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


#f1920f Background Color

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

This div background color is #f1920f


#f1920f Border Color

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

This div border color is #f1920f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1920f


Comments

No comments written yet.

Please login to write comment.