COLOR #F07641

HEX: #F07641
RGB: (240,118,65)

Color info

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

RGB color model

#F07641 color RGB value is (240,118,65).

  • red value is 240;
  • green value is 118;
  • blue value is 65.
RGB:
(240,118,65)
(94%,46%,25%)

RGB channels and saturation

R 240 of 255 = 94%
G 118 of 255 = 46%
B 65 of 255 = 25%

240
118
65

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

Portions of RGB colors in percentages

R + G + B =
240 + 118 + 65 = 423 (100%)
R 240 of 423 ~ 56.74%
G 118 of 423 ~ 27.9%
B 65 of 423 ~ 15.37%

%56.74
%27.9
%15.37

CMYK color model

#F07641 color CMYK value is (0,51,73,6).

  • cyan value is 0.00%
  • magenta value is 50.83%
  • yellow value is 72.92%
  • key color value is 5.88%
CMYK:
(0,51,73,6)
C0M51Y73K6 
(0%,51%,73%,6%)
(0.00/0.51/0.73/0.06)	

CMYK percentages

%0
%50.83
%72.92
%5.88

Codes

Color #F07641 in popluar color models

F07641
RGB24011865
HSL18°85.37%59.80%
HSB/HSV18°72.92%94.12%
CMYK0.00%50.83%72.92%
5.88%

Color #F07641 in popluar number systems.

HEXF07641
Decimal24011865
Binary1111000011101101000001
Octal360166101

Shades and tints

Shades of #F07641

#F07641
(240,118,65)
#DB6C3C
(219,108,60)
#C66237
(198,98,55)
#B15832
(177,88,50)
#9C4E2D
(156,78,45)
#874428
(135,68,40)
#723A23
(114,58,35)
#5D301E
(93,48,30)
#482619
(72,38,25)
#331C14
(51,28,20)
#1E120F
(30,18,15)
#000000
(0,0,0)

Tints of #F07641

#F07641
(240,118,65)
#F18252
(241,130,82)
#F28E63
(242,142,99)
#F39A74
(243,154,116)
#F4A685
(244,166,133)
#F5B296
(245,178,150)
#F6BEA7
(246,190,167)
#F7CAB8
(247,202,184)
#F8D6C9
(248,214,201)
#F9E2DA
(249,226,218)
#FAEEEB
(250,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07641 color. Also use rgb(240,118,65) instead hex code.

Text Font Color

.myTextColor { color: #F07641; }

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

This text font color is #F07641.


Background Color

.myBgColor { background-color: #F07641; }

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

This div background color is #F07641.


Border color

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

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

This div border color is #F07641.


Opacity

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

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

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

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

This text has shadow with #F07641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07641 on black background.


Color preview on white background

This text has color #F07641 on white background.



Black color preview on #F07641 background

This text has black color on #F07641 background.


White color preview on #F07641 background

This text has white color on #F07641 background.