COLOR #F06944

HEX: #F06944 RGB: (240,105,68)

Color info

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

RGB color model

#F06944 color RGB value is (240,105,68).

RGB: (240,105,68) (94%, 41%, 27%)

RGB channels and saturation

R 240 of 255 = 94%
G 105 of 255 = 41%
B 68 of 255 = 27%

240
105
68

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

Portions of RGB colors in percentages

R + G + B = 240 + 105 + 68 = 413 (100%)
R 240 of 413 ~ 58.11%
G 105 of 413 ~ 25.42%
B 68 of 413 ~ 16.46'%

%58.11
%25.42
%16.46

CMYK color model

#F06944 color CMYK value is (0,56,72,6).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 71.67%
  • key color value is 5.88%

CMYK: (0,56,72,6)
C0M56Y72K6 (0%, 56%, 72%, 6%)
(0.00 / 0.56 / 0.72 / 0.06)

CMYK percentages

%0
%56.25
%71.67
%5.88

Codes

Color #F06944 in popluar color models

F0 69 44
RGB 240 105 68
HSL 13° 85.15% 60.39%
HSB/HSV 13° 71.67% 94.12%
CMYK 0.00% 56.25% 71.67%
5.88%

Color #F06944 in popluar number systems.

HEX F0 69 44
Decimal 240 105 68
Binary 11110000 1101001 1000100
Octal 360 151 104

Shades and tints

Shades of #F06944

#F06944
(240,105,68)
#DB603E
(219,96,62)
#C65738
(198,87,56)
#B14E32
(177,78,50)
#9C452C
(156,69,44)
#873C26
(135,60,38)
#723320
(114,51,32)
#5D2A1A
(93,42,26)
#482114
(72,33,20)
#33180E
(51,24,14)
#1E0F08
(30,15,8)
#000000
(0,0,0)

Tints of #F06944

#F06944
(240,105,68)
#F17655
(241,118,85)
#F28366
(242,131,102)
#F39077
(243,144,119)
#F49D88
(244,157,136)
#F5AA99
(245,170,153)
#F6B7AA
(246,183,170)
#F7C4BB
(247,196,187)
#F8D1CC
(248,209,204)
#F9DEDD
(249,222,221)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06944 color. Also use rgb(240,105,68) instead hex code.

Text Font Color

.myTextColor { color: #F06944; }

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

This text font color is #F06944.

Background Color

.myBgColor { background-color: #F06944; }

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

This div background color is #F06944.

Border color

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

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

This div border color is #F06944.

Opacity

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

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

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

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

This text has shadow with #F06944 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F06944.

Preview

Color preview on black background

This text has color #F06944 on black background.


Color preview on white background

This text has color #F06944 on white background.


Black color preview on #F06944 background

This text has black color on #F06944 background.


White color preview on #F06944 background

This text has white color on #F06944 background.


Related colors

Complementary color

Complementary color for #F06944 is #0F96BB.


I love getcolorcode.com

Triadic colors

1 #44F069 and #6944F0 with #F06944 are triadic colors.

2 #4469F0 and #69F044 with #F06944 are triadic colors.