COLOR #F7611A

HEX: #F7611A
RGB: (247,97,26)

Color info

#F7611A contains mainly red color. Web safe color of #F7611A is #FF6600 (or #F60).

RGB color model

#F7611A color RGB value is (247,97,26).

  • red value is 247;
  • green value is 97;
  • blue value is 26.
RGB:
(247,97,26)
(97%,38%,10%)

RGB channels and saturation

R 247 of 255 = 97%
G 97 of 255 = 38%
B 26 of 255 = 10%

247
97
26

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

Portions of RGB colors in percentages

R + G + B =
247 + 97 + 26 = 370 (100%)
R 247 of 370 ~ 66.76%
G 97 of 370 ~ 26.22%
B 26 of 370 ~ 7.03%

%66.76
%26.22

CMYK color model

#F7611A color CMYK value is (0,61,89,3).

  • cyan value is 0.00%
  • magenta value is 60.73%
  • yellow value is 89.47%
  • key color value is 3.14%
CMYK:
(0,61,89,3)
C0M61Y89K3 
(0%,61%,89%,3%)
(0.00/0.61/0.89/0.03)	

CMYK percentages

%0
%60.73
%89.47
%3.14

Codes

Color #F7611A in popluar color models

F7611A
RGB2479726
HSL19°93.25%53.53%
HSB/HSV19°89.47%96.86%
CMYK0.00%60.73%89.47%
3.14%

Color #F7611A in popluar number systems.

HEXF7611A
Decimal2479726
Binary11110111110000111010
Octal36714132

Shades and tints

Shades of #F7611A

#F7611A
(247,97,26)
#E15918
(225,89,24)
#CB5116
(203,81,22)
#B54914
(181,73,20)
#9F4112
(159,65,18)
#893910
(137,57,16)
#73310E
(115,49,14)
#5D290C
(93,41,12)
#47210A
(71,33,10)
#311908
(49,25,8)
#1B1106
(27,17,6)
#000000
(0,0,0)

Tints of #F7611A

#F7611A
(247,97,26)
#F76F2E
(247,111,46)
#F77D42
(247,125,66)
#F78B56
(247,139,86)
#F7996A
(247,153,106)
#F7A77E
(247,167,126)
#F7B592
(247,181,146)
#F7C3A6
(247,195,166)
#F7D1BA
(247,209,186)
#F7DFCE
(247,223,206)
#F7EDE2
(247,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7611A color. Also use rgb(247,97,26) instead hex code.

Text Font Color

.myTextColor { color: #F7611A; }

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

This text font color is #F7611A.


Background Color

.myBgColor { background-color: #F7611A; }

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

This div background color is #F7611A.


Border color

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

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

This div border color is #F7611A.


Opacity

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

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

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

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

This text has shadow with #F7611A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7611A on black background.


Color preview on white background

This text has color #F7611A on white background.



Black color preview on #F7611A background

This text has black color on #F7611A background.


White color preview on #F7611A background

This text has white color on #F7611A background.