COLOR #F62E1B

HEX: #F62E1B
RGB: (246,46,27)

Color info

#F62E1B contains mainly red color. Web safe color of #F62E1B is #FF3333 (or #F33).

RGB color model

#F62E1B color RGB value is (246,46,27).

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

RGB channels and saturation

R 246 of 255 = 96%
G 46 of 255 = 18%
B 27 of 255 = 11%

246
46
27

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

Portions of RGB colors in percentages

R + G + B =
246 + 46 + 27 = 319 (100%)
R 246 of 319 ~ 77.12%
G 46 of 319 ~ 14.42%
B 27 of 319 ~ 8.46%

%77.12
%14.42

CMYK color model

#F62E1B color CMYK value is (0,81,89,4).

  • cyan value is 0.00%
  • magenta value is 81.30%
  • yellow value is 89.02%
  • key color value is 3.53%
CMYK:
(0,81,89,4)
C0M81Y89K4 
(0%,81%,89%,4%)
(0.00/0.81/0.89/0.04)	

CMYK percentages

%0
%81.3
%89.02
%3.53

Codes

Color #F62E1B in popluar color models

F62E1B
RGB2464627
HSL92.41%53.53%
HSB/HSV89.02%96.47%
CMYK0.00%81.30%89.02%
3.53%

Color #F62E1B in popluar number systems.

HEXF62E1B
Decimal2464627
Binary1111011010111011011
Octal3665633

Shades and tints

Shades of #F62E1B

#F62E1B
(246,46,27)
#E02A19
(224,42,25)
#CA2617
(202,38,23)
#B42215
(180,34,21)
#9E1E13
(158,30,19)
#881A11
(136,26,17)
#72160F
(114,22,15)
#5C120D
(92,18,13)
#460E0B
(70,14,11)
#300A09
(48,10,9)
#1A0607
(26,6,7)
#000000
(0,0,0)

Tints of #F62E1B

#F62E1B
(246,46,27)
#F6412F
(246,65,47)
#F65443
(246,84,67)
#F66757
(246,103,87)
#F67A6B
(246,122,107)
#F68D7F
(246,141,127)
#F6A093
(246,160,147)
#F6B3A7
(246,179,167)
#F6C6BB
(246,198,187)
#F6D9CF
(246,217,207)
#F6ECE3
(246,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F62E1B; }

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

This text font color is #F62E1B.


Background Color

.myBgColor { background-color: #F62E1B; }

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

This div background color is #F62E1B.


Border color

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

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

This div border color is #F62E1B.


Opacity

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

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

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

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

This text has shadow with #F62E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F62E1B on black background.


Color preview on white background

This text has color #F62E1B on white background.



Black color preview on #F62E1B background

This text has black color on #F62E1B background.


White color preview on #F62E1B background

This text has white color on #F62E1B background.