COLOR #F62E0F

HEX: #F62E0F
RGB: (246,46,15)

Color info

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

RGB color model

#F62E0F color RGB value is (246,46,15).

  • red value is 246;
  • green value is 46;
  • blue value is 15.
RGB:
(246,46,15)
(96%,18%,6%)

RGB channels and saturation

R 246 of 255 = 96%
G 46 of 255 = 18%
B 15 of 255 = 6%

246
46
15

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

Portions of RGB colors in percentages

R + G + B =
246 + 46 + 15 = 307 (100%)
R 246 of 307 ~ 80.13%
G 46 of 307 ~ 14.98%
B 15 of 307 ~ 4.89%

%80.13
%14.98

CMYK color model

#F62E0F color CMYK value is (0,81,94,4).

  • cyan value is 0.00%
  • magenta value is 81.30%
  • yellow value is 93.90%
  • key color value is 3.53%
CMYK:
(0,81,94,4)
C0M81Y94K4 
(0%,81%,94%,4%)
(0.00/0.81/0.94/0.04)	

CMYK percentages

%0
%81.3
%93.9
%3.53

Codes

Color #F62E0F in popluar color models

F62E0F
RGB2464615
HSL92.77%51.18%
HSB/HSV93.90%96.47%
CMYK0.00%81.30%93.90%
3.53%

Color #F62E0F in popluar number systems.

HEXF62E0F
Decimal2464615
Binary111101101011101111
Octal3665617

Shades and tints

Shades of #F62E0F

#F62E0F
(246,46,15)
#E02A0E
(224,42,14)
#CA260D
(202,38,13)
#B4220C
(180,34,12)
#9E1E0B
(158,30,11)
#881A0A
(136,26,10)
#721609
(114,22,9)
#5C1208
(92,18,8)
#460E07
(70,14,7)
#300A06
(48,10,6)
#1A0605
(26,6,5)
#000000
(0,0,0)

Tints of #F62E0F

#F62E0F
(246,46,15)
#F64124
(246,65,36)
#F65439
(246,84,57)
#F6674E
(246,103,78)
#F67A63
(246,122,99)
#F68D78
(246,141,120)
#F6A08D
(246,160,141)
#F6B3A2
(246,179,162)
#F6C6B7
(246,198,183)
#F6D9CC
(246,217,204)
#F6ECE1
(246,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F62E0F color. Also use rgb(246,46,15) instead hex code.

Text Font Color

.myTextColor { color: #F62E0F; }

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

This text font color is #F62E0F.


Background Color

.myBgColor { background-color: #F62E0F; }

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

This div background color is #F62E0F.


Border color

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

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

This div border color is #F62E0F.


Opacity

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

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

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

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

This text has shadow with #F62E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F62E0F on black background.


Color preview on white background

This text has color #F62E0F on white background.



Black color preview on #F62E0F background

This text has black color on #F62E0F background.


White color preview on #F62E0F background

This text has white color on #F62E0F background.