COLOR #F13D00

HEX: #F13D00
RGB: (241,61,0)

Color info

#F13D00 contains mainly red color. Web safe color of #F13D00 is #FF3300 (or #F30).

RGB color model

#F13D00 color RGB value is (241,61,0).

  • red value is 241;
  • green value is 61;
  • blue value is 0.
RGB:
(241,61,0)
(95%,24%,0%)

RGB channels and saturation

R 241 of 255 = 95%
G 61 of 255 = 24%
B 0 of 255 = 0%

241
61
0

R + G + B ~ 40%. #F13D00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
241 + 61 + 0 = 302 (100%)
R 241 of 302 ~ 79.8%
G 61 of 302 ~ 20.2%
B 0 of 302 ~ 0%

%79.8
%20.2

CMYK color model

#F13D00 color CMYK value is (0,75,100,5).

  • cyan value is 0.00%
  • magenta value is 74.69%
  • yellow value is 100.00%
  • key color value is 5.49%
CMYK:
(0,75,100,5)
C0M75Y100K5 
(0%,75%,100%,5%)
(0.00/0.75/1.00/0.05)	

CMYK percentages

%0
%74.69
%100
%5.49

Codes

Color #F13D00 in popluar color models

F13D00
RGB241610
HSL15°100.00%47.25%
HSB/HSV15°100.00%94.51%
CMYK0.00%74.69%100.00%
5.49%

Color #F13D00 in popluar number systems.

HEXF13D00
Decimal241610
Binary111100011111010
Octal361750

Shades and tints

Shades of #F13D00

#F13D00
(241,61,0)
#DC3800
(220,56,0)
#C73300
(199,51,0)
#B22E00
(178,46,0)
#9D2900
(157,41,0)
#882400
(136,36,0)
#731F00
(115,31,0)
#5E1A00
(94,26,0)
#491500
(73,21,0)
#341000
(52,16,0)
#1F0B00
(31,11,0)
#000000
(0,0,0)

Tints of #F13D00

#F13D00
(241,61,0)
#F24E17
(242,78,23)
#F35F2E
(243,95,46)
#F47045
(244,112,69)
#F5815C
(245,129,92)
#F69273
(246,146,115)
#F7A38A
(247,163,138)
#F8B4A1
(248,180,161)
#F9C5B8
(249,197,184)
#FAD6CF
(250,214,207)
#FBE7E6
(251,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F13D00 color. Also use rgb(241,61,0) instead hex code.

Text Font Color

.myTextColor { color: #F13D00; }

<p style="color:#F13D00">This sample text font color is #F13D00.</p>

This text font color is #F13D00.


Background Color

.myBgColor { background-color: #F13D00; }

<div style="background-color:#F13D00">Inner text</div>

This div background color is #F13D00.


Border color

.myBorderColor { border: 1px solid #F13D00; }

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

This div border color is #F13D00.


Opacity

.myOpacity80 { color: #F13D00; opacity: 0.8; }

<p style="color:#F13D00;opacity:0.8;">80%</p>

Text with #F13D00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F13D00;}

<p style="text-shadow: 3px 3px 1px #F13D00">Text here.</p>

This text has shadow with #F13D00 color.

.textShadow {text-shadow: 3px 3px 1px #F13D00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F13D00, 5px 5px 20px red">Text here.</p>

This text has shadow with #F13D00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F13D00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F13D00, Direction=45, Strength=4)">Text</p>

This text has shadow with #F13D00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F13D00;
  -webkit-box-shadow:	1px 1px 3px 2px #F13D00;
  box-shadow:		1px 1px 3px 2px #F13D00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F13D00;
-webkit-box-shadow: 1px 1px 3px 2px #F13D00;
box-shadow:1px 1px 3px 2px #F13D00;">
Div content here</div>
This div box has shadow with color #F13D00.

Preview

Color preview on black background

This text has color #F13D00 on black background.


Color preview on white background

This text has color #F13D00 on white background.



Black color preview on #F13D00 background

This text has black color on #F13D00 background.


White color preview on #F13D00 background

This text has white color on #F13D00 background.