COLOR #F06340

HEX: #F06340
RGB: (240,99,64)

Color info

#F06340 contains mainly red color. Web safe color of #F06340 is #FF6633 (or #F63).

RGB color model

#F06340 color RGB value is (240,99,64).

  • red value is 240;
  • green value is 99;
  • blue value is 64.
RGB:
(240,99,64)
(94%,39%,25%)

RGB channels and saturation

R 240 of 255 = 94%
G 99 of 255 = 39%
B 64 of 255 = 25%

240
99
64

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

Portions of RGB colors in percentages

R + G + B =
240 + 99 + 64 = 403 (100%)
R 240 of 403 ~ 59.55%
G 99 of 403 ~ 24.57%
B 64 of 403 ~ 15.88%

%59.55
%24.57
%15.88

CMYK color model

#F06340 color CMYK value is (0,59,73,6).

  • cyan value is 0.00%
  • magenta value is 58.75%
  • yellow value is 73.33%
  • key color value is 5.88%
CMYK:
(0,59,73,6)
C0M59Y73K6 
(0%,59%,73%,6%)
(0.00/0.59/0.73/0.06)	

CMYK percentages

%0
%58.75
%73.33
%5.88

Codes

Color #F06340 in popluar color models

F06340
RGB2409964
HSL12°85.44%59.61%
HSB/HSV12°73.33%94.12%
CMYK0.00%58.75%73.33%
5.88%

Color #F06340 in popluar number systems.

HEXF06340
Decimal2409964
Binary1111000011000111000000
Octal360143100

Shades and tints

Shades of #F06340

#F06340
(240,99,64)
#DB5A3B
(219,90,59)
#C65136
(198,81,54)
#B14831
(177,72,49)
#9C3F2C
(156,63,44)
#873627
(135,54,39)
#722D22
(114,45,34)
#5D241D
(93,36,29)
#481B18
(72,27,24)
#331213
(51,18,19)
#1E090E
(30,9,14)
#000000
(0,0,0)

Tints of #F06340

#F06340
(240,99,64)
#F17151
(241,113,81)
#F27F62
(242,127,98)
#F38D73
(243,141,115)
#F49B84
(244,155,132)
#F5A995
(245,169,149)
#F6B7A6
(246,183,166)
#F7C5B7
(247,197,183)
#F8D3C8
(248,211,200)
#F9E1D9
(249,225,217)
#FAEFEA
(250,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06340 color. Also use rgb(240,99,64) instead hex code.

Text Font Color

.myTextColor { color: #F06340; }

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

This text font color is #F06340.


Background Color

.myBgColor { background-color: #F06340; }

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

This div background color is #F06340.


Border color

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

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

This div border color is #F06340.


Opacity

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

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

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

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

This text has shadow with #F06340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06340 on black background.


Color preview on white background

This text has color #F06340 on white background.



Black color preview on #F06340 background

This text has black color on #F06340 background.


White color preview on #F06340 background

This text has white color on #F06340 background.