COLOR #F63A17

HEX: #F63A17
RGB: (246,58,23)

Color info

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

RGB color model

#F63A17 color RGB value is (246,58,23).

  • red value is 246;
  • green value is 58;
  • blue value is 23.
RGB:
(246,58,23)
(96%,23%,9%)

RGB channels and saturation

R 246 of 255 = 96%
G 58 of 255 = 23%
B 23 of 255 = 9%

246
58
23

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

Portions of RGB colors in percentages

R + G + B =
246 + 58 + 23 = 327 (100%)
R 246 of 327 ~ 75.23%
G 58 of 327 ~ 17.74%
B 23 of 327 ~ 7.03%

%75.23
%17.74

CMYK color model

#F63A17 color CMYK value is (0,76,91,4).

  • cyan value is 0.00%
  • magenta value is 76.42%
  • yellow value is 90.65%
  • key color value is 3.53%
CMYK:
(0,76,91,4)
C0M76Y91K4 
(0%,76%,91%,4%)
(0.00/0.76/0.91/0.04)	

CMYK percentages

%0
%76.42
%90.65
%3.53

Codes

Color #F63A17 in popluar color models

F63A17
RGB2465823
HSL92.53%52.75%
HSB/HSV90.65%96.47%
CMYK0.00%76.42%90.65%
3.53%

Color #F63A17 in popluar number systems.

HEXF63A17
Decimal2465823
Binary1111011011101010111
Octal3667227

Shades and tints

Shades of #F63A17

#F63A17
(246,58,23)
#E03515
(224,53,21)
#CA3013
(202,48,19)
#B42B11
(180,43,17)
#9E260F
(158,38,15)
#88210D
(136,33,13)
#721C0B
(114,28,11)
#5C1709
(92,23,9)
#461207
(70,18,7)
#300D05
(48,13,5)
#1A0803
(26,8,3)
#000000
(0,0,0)

Tints of #F63A17

#F63A17
(246,58,23)
#F64B2C
(246,75,44)
#F65C41
(246,92,65)
#F66D56
(246,109,86)
#F67E6B
(246,126,107)
#F68F80
(246,143,128)
#F6A095
(246,160,149)
#F6B1AA
(246,177,170)
#F6C2BF
(246,194,191)
#F6D3D4
(246,211,212)
#F6E4E9
(246,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63A17 color. Also use rgb(246,58,23) instead hex code.

Text Font Color

.myTextColor { color: #F63A17; }

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

This text font color is #F63A17.


Background Color

.myBgColor { background-color: #F63A17; }

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

This div background color is #F63A17.


Border color

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

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

This div border color is #F63A17.


Opacity

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

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

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

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

This text has shadow with #F63A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F63A17 on black background.


Color preview on white background

This text has color #F63A17 on white background.



Black color preview on #F63A17 background

This text has black color on #F63A17 background.


White color preview on #F63A17 background

This text has white color on #F63A17 background.