COLOR #F62C10

HEX: #F62C10
RGB: (246,44,16)

Color info

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

RGB color model

#F62C10 color RGB value is (246,44,16).

  • red value is 246;
  • green value is 44;
  • blue value is 16.
RGB:
(246,44,16)
(96%,17%,6%)

RGB channels and saturation

R 246 of 255 = 96%
G 44 of 255 = 17%
B 16 of 255 = 6%

246
44
16

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

Portions of RGB colors in percentages

R + G + B =
246 + 44 + 16 = 306 (100%)
R 246 of 306 ~ 80.39%
G 44 of 306 ~ 14.38%
B 16 of 306 ~ 5.23%

%80.39
%14.38

CMYK color model

#F62C10 color CMYK value is (0,82,93,4).

  • cyan value is 0.00%
  • magenta value is 82.11%
  • yellow value is 93.50%
  • key color value is 3.53%
CMYK:
(0,82,93,4)
C0M82Y93K4 
(0%,82%,93%,4%)
(0.00/0.82/0.93/0.04)	

CMYK percentages

%0
%82.11
%93.5
%3.53

Codes

Color #F62C10 in popluar color models

F62C10
RGB2464416
HSL92.74%51.37%
HSB/HSV93.50%96.47%
CMYK0.00%82.11%93.50%
3.53%

Color #F62C10 in popluar number systems.

HEXF62C10
Decimal2464416
Binary1111011010110010000
Octal3665420

Shades and tints

Shades of #F62C10

#F62C10
(246,44,16)
#E0280F
(224,40,15)
#CA240E
(202,36,14)
#B4200D
(180,32,13)
#9E1C0C
(158,28,12)
#88180B
(136,24,11)
#72140A
(114,20,10)
#5C1009
(92,16,9)
#460C08
(70,12,8)
#300807
(48,8,7)
#1A0406
(26,4,6)
#000000
(0,0,0)

Tints of #F62C10

#F62C10
(246,44,16)
#F63F25
(246,63,37)
#F6523A
(246,82,58)
#F6654F
(246,101,79)
#F67864
(246,120,100)
#F68B79
(246,139,121)
#F69E8E
(246,158,142)
#F6B1A3
(246,177,163)
#F6C4B8
(246,196,184)
#F6D7CD
(246,215,205)
#F6EAE2
(246,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F62C10 color. Also use rgb(246,44,16) instead hex code.

Text Font Color

.myTextColor { color: #F62C10; }

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

This text font color is #F62C10.


Background Color

.myBgColor { background-color: #F62C10; }

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

This div background color is #F62C10.


Border color

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

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

This div border color is #F62C10.


Opacity

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

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

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

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

This text has shadow with #F62C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F62C10 on black background.


Color preview on white background

This text has color #F62C10 on white background.



Black color preview on #F62C10 background

This text has black color on #F62C10 background.


White color preview on #F62C10 background

This text has white color on #F62C10 background.