Color Hex Logo

#f1600f Color Hex

#F1600F
(241,96,15)
0 Favorites   0 Comments

Color spaces of #f1600f

RGB 2419615
HSL0.060.890.50
HSV22°94°95°
CMYK 0.000.600.94   0.05
XYZ40.544727.10103.5460
Yxy27.10100.56950.3807
Hunter Lab52.058647.918232.4025
CIE-Lab59.067752.819965.5581

#f1600f color RGB value is (241,96,15).

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

The process color (four color CMYK) of #f1600f color hex is 0.00, 0.60, 0.94, 0.05. Web safe color of #f1600f is #ff6600. Color #f1600f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100000 00001111
Octal 361 140 17
Decimal 241 96 15
Hex F1 60 F

RGB Percentages of Color #f1600f

%68.47
%27.27
%4.26

CMYK Percentages of Color #f1600f

%0
%60
%94
%5

Triadic Colors of #f1600f

#f1600f #0ff160 #600ff1

Analogous Colors of #f1600f

#f1600f #f1d10f #f10f2f

Monochromatic Colors of #f1600f

#f1600f

Complementary Color

#f1600f #0fa0f1

#f1600f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1600f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1600f Color CSS Codes

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

#f1600f Text Font Color

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

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


#f1600f Background Color

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

This div background color is #f1600f


#f1600f Border Color

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

This div border color is #f1600f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1600f


Comments

No comments written yet.

Please login to write comment.