COLOR #F64415

HEX: #F64415
RGB: (246,68,21)

Color info

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

RGB color model

#F64415 color RGB value is (246,68,21).

  • red value is 246;
  • green value is 68;
  • blue value is 21.
RGB:
(246,68,21)
(96%,27%,8%)

RGB channels and saturation

R 246 of 255 = 96%
G 68 of 255 = 27%
B 21 of 255 = 8%

246
68
21

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

Portions of RGB colors in percentages

R + G + B =
246 + 68 + 21 = 335 (100%)
R 246 of 335 ~ 73.43%
G 68 of 335 ~ 20.3%
B 21 of 335 ~ 6.27%

%73.43
%20.3

CMYK color model

#F64415 color CMYK value is (0,72,91,4).

  • cyan value is 0.00%
  • magenta value is 72.36%
  • yellow value is 91.46%
  • key color value is 3.53%
CMYK:
(0,72,91,4)
C0M72Y91K4 
(0%,72%,91%,4%)
(0.00/0.72/0.91/0.04)	

CMYK percentages

%0
%72.36
%91.46
%3.53

Codes

Color #F64415 in popluar color models

F64415
RGB2466821
HSL13°92.59%52.35%
HSB/HSV13°91.46%96.47%
CMYK0.00%72.36%91.46%
3.53%

Color #F64415 in popluar number systems.

HEXF64415
Decimal2466821
Binary11110110100010010101
Octal36610425

Shades and tints

Shades of #F64415

#F64415
(246,68,21)
#E03E14
(224,62,20)
#CA3813
(202,56,19)
#B43212
(180,50,18)
#9E2C11
(158,44,17)
#882610
(136,38,16)
#72200F
(114,32,15)
#5C1A0E
(92,26,14)
#46140D
(70,20,13)
#300E0C
(48,14,12)
#1A080B
(26,8,11)
#000000
(0,0,0)

Tints of #F64415

#F64415
(246,68,21)
#F6552A
(246,85,42)
#F6663F
(246,102,63)
#F67754
(246,119,84)
#F68869
(246,136,105)
#F6997E
(246,153,126)
#F6AA93
(246,170,147)
#F6BBA8
(246,187,168)
#F6CCBD
(246,204,189)
#F6DDD2
(246,221,210)
#F6EEE7
(246,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F64415 color. Also use rgb(246,68,21) instead hex code.

Text Font Color

.myTextColor { color: #F64415; }

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

This text font color is #F64415.


Background Color

.myBgColor { background-color: #F64415; }

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

This div background color is #F64415.


Border color

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

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

This div border color is #F64415.


Opacity

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

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

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

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

This text has shadow with #F64415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F64415 on black background.


Color preview on white background

This text has color #F64415 on white background.



Black color preview on #F64415 background

This text has black color on #F64415 background.


White color preview on #F64415 background

This text has white color on #F64415 background.