COLOR #F60E00

HEX: #F60E00
RGB: (246,14,0)

Color info

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

RGB color model

#F60E00 color RGB value is (246,14,0).

  • red value is 246;
  • green value is 14;
  • blue value is 0.
RGB:
(246,14,0)
(96%,5%,0%)

RGB channels and saturation

R 246 of 255 = 96%
G 14 of 255 = 5%
B 0 of 255 = 0%

246
14
0

R + G + B ~ 34%. #F60E00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
246 + 14 + 0 = 260 (100%)
R 246 of 260 ~ 94.62%
G 14 of 260 ~ 5.38%
B 0 of 260 ~ 0%

%94.62

CMYK color model

#F60E00 color CMYK value is (0,94,100,4).

  • cyan value is 0.00%
  • magenta value is 94.31%
  • yellow value is 100.00%
  • key color value is 3.53%
CMYK:
(0,94,100,4)
C0M94Y100K4 
(0%,94%,100%,4%)
(0.00/0.94/1.00/0.04)	

CMYK percentages

%0
%94.31
%100
%3.53

Codes

Color #F60E00 in popluar color models

F60E00
RGB246140
HSL100.00%48.24%
HSB/HSV100.00%96.47%
CMYK0.00%94.31%100.00%
3.53%

Color #F60E00 in popluar number systems.

HEXF60E00
Decimal246140
Binary1111011011100
Octal366160

Shades and tints

Shades of #F60E00

#F60E00
(246,14,0)
#E00D00
(224,13,0)
#CA0C00
(202,12,0)
#B40B00
(180,11,0)
#9E0A00
(158,10,0)
#880900
(136,9,0)
#720800
(114,8,0)
#5C0700
(92,7,0)
#460600
(70,6,0)
#300500
(48,5,0)
#1A0400
(26,4,0)
#000000
(0,0,0)

Tints of #F60E00

#F60E00
(246,14,0)
#F62317
(246,35,23)
#F6382E
(246,56,46)
#F64D45
(246,77,69)
#F6625C
(246,98,92)
#F67773
(246,119,115)
#F68C8A
(246,140,138)
#F6A1A1
(246,161,161)
#F6B6B8
(246,182,184)
#F6CBCF
(246,203,207)
#F6E0E6
(246,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F60E00 color. Also use rgb(246,14,0) instead hex code.

Text Font Color

.myTextColor { color: #F60E00; }

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

This text font color is #F60E00.


Background Color

.myBgColor { background-color: #F60E00; }

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

This div background color is #F60E00.


Border color

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

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

This div border color is #F60E00.


Opacity

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

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

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

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

This text has shadow with #F60E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F60E00 on black background.


Color preview on white background

This text has color #F60E00 on white background.



Black color preview on #F60E00 background

This text has black color on #F60E00 background.


White color preview on #F60E00 background

This text has white color on #F60E00 background.