COLOR #F64C04

HEX: #F64C04
RGB: (246,76,4)

Color info

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

RGB color model

#F64C04 color RGB value is (246,76,4).

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

RGB channels and saturation

R 246 of 255 = 96%
G 76 of 255 = 30%
B 4 of 255 = 2%

246
76
4

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

Portions of RGB colors in percentages

R + G + B =
246 + 76 + 4 = 326 (100%)
R 246 of 326 ~ 75.46%
G 76 of 326 ~ 23.31%
B 4 of 326 ~ 1.23%

%75.46
%23.31

CMYK color model

#F64C04 color CMYK value is (0,69,98,4).

  • cyan value is 0.00%
  • magenta value is 69.11%
  • yellow value is 98.37%
  • key color value is 3.53%
CMYK:
(0,69,98,4)
C0M69Y98K4 
(0%,69%,98%,4%)
(0.00/0.69/0.98/0.04)	

CMYK percentages

%0
%69.11
%98.37
%3.53

Codes

Color #F64C04 in popluar color models

F64C04
RGB246764
HSL18°96.80%49.02%
HSB/HSV18°98.37%96.47%
CMYK0.00%69.11%98.37%
3.53%

Color #F64C04 in popluar number systems.

HEXF64C04
Decimal246764
Binary111101101001100100
Octal3661144

Shades and tints

Shades of #F64C04

#F64C04
(246,76,4)
#E04604
(224,70,4)
#CA4004
(202,64,4)
#B43A04
(180,58,4)
#9E3404
(158,52,4)
#882E04
(136,46,4)
#722804
(114,40,4)
#5C2204
(92,34,4)
#461C04
(70,28,4)
#301604
(48,22,4)
#1A1004
(26,16,4)
#000000
(0,0,0)

Tints of #F64C04

#F64C04
(246,76,4)
#F65C1A
(246,92,26)
#F66C30
(246,108,48)
#F67C46
(246,124,70)
#F68C5C
(246,140,92)
#F69C72
(246,156,114)
#F6AC88
(246,172,136)
#F6BC9E
(246,188,158)
#F6CCB4
(246,204,180)
#F6DCCA
(246,220,202)
#F6ECE0
(246,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F64C04; }

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

This text font color is #F64C04.


Background Color

.myBgColor { background-color: #F64C04; }

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

This div background color is #F64C04.


Border color

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

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

This div border color is #F64C04.


Opacity

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

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

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

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

This text has shadow with #F64C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F64C04 on black background.


Color preview on white background

This text has color #F64C04 on white background.



Black color preview on #F64C04 background

This text has black color on #F64C04 background.


White color preview on #F64C04 background

This text has white color on #F64C04 background.