Color Hex Logo

#f1603f Color Hex

#F1603F
(241,96,63)
0 Favorites   0 Comments

Color spaces of #f1603f

RGB 2419663
HSL0.030.860.60
HSV11°74°95°
CMYK 0.000.600.74   0.05
XYZ41.355727.42547.8166
Yxy27.42540.53990.3580
Hunter Lab52.369349.314227.8089
CIE-Lab59.366054.027046.8194

#f1603f color RGB value is (241,96,63).

#f1603f hex color red value is 241, green value is 96 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f1603f hue: 0.03 , saturation: 0.86 and the lightness value of f1603f is 0.60.

The process color (four color CMYK) of #f1603f color hex is 0.00, 0.60, 0.74, 0.05. Web safe color of #f1603f is #ff6633. Color #f1603f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100000 00111111
Octal 361 140 77
Decimal 241 96 63
Hex F1 60 3F

RGB Percentages of Color #f1603f

%60.25
%24.00
%15.75

CMYK Percentages of Color #f1603f

%0
%60
%74
%5

Triadic Colors of #f1603f

#f1603f #3ff160 #603ff1

Analogous Colors of #f1603f

#f1603f #f1b93f #f13f77

Monochromatic Colors of #f1603f

#f1603f

Complementary Color

#f1603f #3fd0f1

#f1603f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1603f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1603f Color CSS Codes

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

#f1603f Text Font Color

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

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


#f1603f Background Color

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

This div background color is #f1603f


#f1603f Border Color

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

This div border color is #f1603f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1603f


Comments

No comments written yet.

Please login to write comment.