COLOR #F64810

HEX: #F64810
RGB: (246,72,16)

Color info

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

RGB color model

#F64810 color RGB value is (246,72,16).

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

RGB channels and saturation

R 246 of 255 = 96%
G 72 of 255 = 28%
B 16 of 255 = 6%

246
72
16

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

Portions of RGB colors in percentages

R + G + B =
246 + 72 + 16 = 334 (100%)
R 246 of 334 ~ 73.65%
G 72 of 334 ~ 21.56%
B 16 of 334 ~ 4.79%

%73.65
%21.56

CMYK color model

#F64810 color CMYK value is (0,71,93,4).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 93.50%
  • key color value is 3.53%
CMYK:
(0,71,93,4)
C0M71Y93K4 
(0%,71%,93%,4%)
(0.00/0.71/0.93/0.04)	

CMYK percentages

%0
%70.73
%93.5
%3.53

Codes

Color #F64810 in popluar color models

F64810
RGB2467216
HSL15°92.74%51.37%
HSB/HSV15°93.50%96.47%
CMYK0.00%70.73%93.50%
3.53%

Color #F64810 in popluar number systems.

HEXF64810
Decimal2467216
Binary11110110100100010000
Octal36611020

Shades and tints

Shades of #F64810

#F64810
(246,72,16)
#E0420F
(224,66,15)
#CA3C0E
(202,60,14)
#B4360D
(180,54,13)
#9E300C
(158,48,12)
#882A0B
(136,42,11)
#72240A
(114,36,10)
#5C1E09
(92,30,9)
#461808
(70,24,8)
#301207
(48,18,7)
#1A0C06
(26,12,6)
#000000
(0,0,0)

Tints of #F64810

#F64810
(246,72,16)
#F65825
(246,88,37)
#F6683A
(246,104,58)
#F6784F
(246,120,79)
#F68864
(246,136,100)
#F69879
(246,152,121)
#F6A88E
(246,168,142)
#F6B8A3
(246,184,163)
#F6C8B8
(246,200,184)
#F6D8CD
(246,216,205)
#F6E8E2
(246,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F64810; }

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

This text font color is #F64810.


Background Color

.myBgColor { background-color: #F64810; }

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

This div background color is #F64810.


Border color

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

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

This div border color is #F64810.


Opacity

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

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

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

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

This text has shadow with #F64810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F64810 on black background.


Color preview on white background

This text has color #F64810 on white background.



Black color preview on #F64810 background

This text has black color on #F64810 background.


White color preview on #F64810 background

This text has white color on #F64810 background.