COLOR #F63D04

HEX: #F63D04
RGB: (246,61,4)

Color info

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

RGB color model

#F63D04 color RGB value is (246,61,4).

  • red value is 246;
  • green value is 61;
  • blue value is 4.
RGB:
(246,61,4)
(96%,24%,2%)

RGB channels and saturation

R 246 of 255 = 96%
G 61 of 255 = 24%
B 4 of 255 = 2%

246
61
4

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

Portions of RGB colors in percentages

R + G + B =
246 + 61 + 4 = 311 (100%)
R 246 of 311 ~ 79.1%
G 61 of 311 ~ 19.61%
B 4 of 311 ~ 1.29%

%79.1
%19.61

CMYK color model

#F63D04 color CMYK value is (0,75,98,4).

  • cyan value is 0.00%
  • magenta value is 75.20%
  • yellow value is 98.37%
  • key color value is 3.53%
CMYK:
(0,75,98,4)
C0M75Y98K4 
(0%,75%,98%,4%)
(0.00/0.75/0.98/0.04)	

CMYK percentages

%0
%75.2
%98.37
%3.53

Codes

Color #F63D04 in popluar color models

F63D04
RGB246614
HSL14°96.80%49.02%
HSB/HSV14°98.37%96.47%
CMYK0.00%75.20%98.37%
3.53%

Color #F63D04 in popluar number systems.

HEXF63D04
Decimal246614
Binary11110110111101100
Octal366754

Shades and tints

Shades of #F63D04

#F63D04
(246,61,4)
#E03804
(224,56,4)
#CA3304
(202,51,4)
#B42E04
(180,46,4)
#9E2904
(158,41,4)
#882404
(136,36,4)
#721F04
(114,31,4)
#5C1A04
(92,26,4)
#461504
(70,21,4)
#301004
(48,16,4)
#1A0B04
(26,11,4)
#000000
(0,0,0)

Tints of #F63D04

#F63D04
(246,61,4)
#F64E1A
(246,78,26)
#F65F30
(246,95,48)
#F67046
(246,112,70)
#F6815C
(246,129,92)
#F69272
(246,146,114)
#F6A388
(246,163,136)
#F6B49E
(246,180,158)
#F6C5B4
(246,197,180)
#F6D6CA
(246,214,202)
#F6E7E0
(246,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63D04 color. Also use rgb(246,61,4) instead hex code.

Text Font Color

.myTextColor { color: #F63D04; }

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

This text font color is #F63D04.


Background Color

.myBgColor { background-color: #F63D04; }

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

This div background color is #F63D04.


Border color

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

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

This div border color is #F63D04.


Opacity

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

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

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

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

This text has shadow with #F63D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F63D04 on black background.


Color preview on white background

This text has color #F63D04 on white background.



Black color preview on #F63D04 background

This text has black color on #F63D04 background.


White color preview on #F63D04 background

This text has white color on #F63D04 background.