COLOR #F60B14

HEX: #F60B14
RGB: (246,11,20)

Color info

#F60B14 contains mainly red color. Web safe color of #F60B14 is #FF0000 (or #F00).

RGB color model

#F60B14 color RGB value is (246,11,20).

  • red value is 246;
  • green value is 11;
  • blue value is 20.
RGB:
(246,11,20)
(96%,4%,8%)

RGB channels and saturation

R 246 of 255 = 96%
G 11 of 255 = 4%
B 20 of 255 = 8%

246
11
20

R + G + B ~ 36%. #F60B14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
246 + 11 + 20 = 277 (100%)
R 246 of 277 ~ 88.81%
G 11 of 277 ~ 3.97%
B 20 of 277 ~ 7.22%

%88.81

CMYK color model

#F60B14 color CMYK value is (0,96,92,4).

  • cyan value is 0.00%
  • magenta value is 95.53%
  • yellow value is 91.87%
  • key color value is 3.53%
CMYK:
(0,96,92,4)
C0M96Y92K4 
(0%,96%,92%,4%)
(0.00/0.96/0.92/0.04)	

CMYK percentages

%0
%95.53
%91.87
%3.53

Codes

Color #F60B14 in popluar color models

F60B14
RGB2461120
HSL358°92.89%50.39%
HSB/HSV358°95.53%96.47%
CMYK0.00%95.53%91.87%
3.53%

Color #F60B14 in popluar number systems.

HEXF60B14
Decimal2461120
Binary11110110101110100
Octal3661324

Shades and tints

Shades of #F60B14

#F60B14
(246,11,20)
#E00A13
(224,10,19)
#CA0912
(202,9,18)
#B40811
(180,8,17)
#9E0710
(158,7,16)
#88060F
(136,6,15)
#72050E
(114,5,14)
#5C040D
(92,4,13)
#46030C
(70,3,12)
#30020B
(48,2,11)
#1A010A
(26,1,10)
#000000
(0,0,0)

Tints of #F60B14

#F60B14
(246,11,20)
#F62129
(246,33,41)
#F6373E
(246,55,62)
#F64D53
(246,77,83)
#F66368
(246,99,104)
#F6797D
(246,121,125)
#F68F92
(246,143,146)
#F6A5A7
(246,165,167)
#F6BBBC
(246,187,188)
#F6D1D1
(246,209,209)
#F6E7E6
(246,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F60B14 color. Also use rgb(246,11,20) instead hex code.

Text Font Color

.myTextColor { color: #F60B14; }

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

This text font color is #F60B14.


Background Color

.myBgColor { background-color: #F60B14; }

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

This div background color is #F60B14.


Border color

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

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

This div border color is #F60B14.


Opacity

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

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

Text with #F60B14 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 #F60B14;}

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

This text has shadow with #F60B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F60B14 on black background.


Color preview on white background

This text has color #F60B14 on white background.



Black color preview on #F60B14 background

This text has black color on #F60B14 background.


White color preview on #F60B14 background

This text has white color on #F60B14 background.