Color Hex Logo

#f13701 Color Hex

#F13701
(241,55,1)
0 Favorites   0 Comments

Color spaces of #f13701

RGB 241551
HSL0.040.990.47
HSV14°100°95°
CMYK 0.000.771.00   0.05
XYZ37.647321.43532.1819
Yxy21.43530.61450.3499
Hunter Lab46.298364.124829.6146
CIE-Lab53.422667.963765.3707

#f13701 color RGB value is (241,55,1).

#f13701 hex color red value is 241, green value is 55 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f13701 hue: 0.04 , saturation: 0.99 and the lightness value of f13701 is 0.47.

The process color (four color CMYK) of #f13701 color hex is 0.00, 0.77, 1.00, 0.05. Web safe color of #f13701 is #ff3300. Color #f13701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110111 00000001
Octal 361 67 1
Decimal 241 55 1
Hex F1 37 1

RGB Percentages of Color #f13701

%81.14
%18.52
%0.34

CMYK Percentages of Color #f13701

%0
%77
%100
%5

Triadic Colors of #f13701

#f13701 #01f137 #3701f1

Analogous Colors of #f13701

#f13701 #f1af01 #f10143

Monochromatic Colors of #f13701

#f13701

Complementary Color

#f13701 #01bbf1

#f13701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13701 Color CSS Codes

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

#f13701 Text Font Color

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

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


#f13701 Background Color

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

This div background color is #f13701


#f13701 Border Color

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

This div border color is #f13701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13701


Comments

No comments written yet.

Please login to write comment.