COLOR #F32C06

HEX: #F32C06
RGB: (243,44,6)

Color info

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

RGB color model

#F32C06 color RGB value is (243,44,6).

  • red value is 243;
  • green value is 44;
  • blue value is 6.
RGB:
(243,44,6)
(95%,17%,2%)

RGB channels and saturation

R 243 of 255 = 95%
G 44 of 255 = 17%
B 6 of 255 = 2%

243
44
6

R + G + B ~ 38%. #F32C06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
243 + 44 + 6 = 293 (100%)
R 243 of 293 ~ 82.94%
G 44 of 293 ~ 15.02%
B 6 of 293 ~ 2.05%

%82.94
%15.02

CMYK color model

#F32C06 color CMYK value is (0,82,98,5).

  • cyan value is 0.00%
  • magenta value is 81.89%
  • yellow value is 97.53%
  • key color value is 4.71%
CMYK:
(0,82,98,5)
C0M82Y98K5 
(0%,82%,98%,5%)
(0.00/0.82/0.98/0.05)	

CMYK percentages

%0
%81.89
%97.53
%4.71

Codes

Color #F32C06 in popluar color models

F32C06
RGB243446
HSL10°95.18%48.82%
HSB/HSV10°97.53%95.29%
CMYK0.00%81.89%97.53%
4.71%

Color #F32C06 in popluar number systems.

HEXF32C06
Decimal243446
Binary11110011101100110
Octal363546

Shades and tints

Shades of #F32C06

#F32C06
(243,44,6)
#DD2806
(221,40,6)
#C72406
(199,36,6)
#B12006
(177,32,6)
#9B1C06
(155,28,6)
#851806
(133,24,6)
#6F1406
(111,20,6)
#591006
(89,16,6)
#430C06
(67,12,6)
#2D0806
(45,8,6)
#170406
(23,4,6)
#000000
(0,0,0)

Tints of #F32C06

#F32C06
(243,44,6)
#F43F1C
(244,63,28)
#F55232
(245,82,50)
#F66548
(246,101,72)
#F7785E
(247,120,94)
#F88B74
(248,139,116)
#F99E8A
(249,158,138)
#FAB1A0
(250,177,160)
#FBC4B6
(251,196,182)
#FCD7CC
(252,215,204)
#FDEAE2
(253,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F32C06 color. Also use rgb(243,44,6) instead hex code.

Text Font Color

.myTextColor { color: #F32C06; }

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

This text font color is #F32C06.


Background Color

.myBgColor { background-color: #F32C06; }

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

This div background color is #F32C06.


Border color

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

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

This div border color is #F32C06.


Opacity

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

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

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

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

This text has shadow with #F32C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F32C06 on black background.


Color preview on white background

This text has color #F32C06 on white background.



Black color preview on #F32C06 background

This text has black color on #F32C06 background.


White color preview on #F32C06 background

This text has white color on #F32C06 background.