COLOR #F74F28

HEX: #F74F28
RGB: (247,79,40)

Color info

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

RGB color model

#F74F28 color RGB value is (247,79,40).

  • red value is 247;
  • green value is 79;
  • blue value is 40.
RGB:
(247,79,40)
(97%,31%,16%)

RGB channels and saturation

R 247 of 255 = 97%
G 79 of 255 = 31%
B 40 of 255 = 16%

247
79
40

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

Portions of RGB colors in percentages

R + G + B =
247 + 79 + 40 = 366 (100%)
R 247 of 366 ~ 67.49%
G 79 of 366 ~ 21.58%
B 40 of 366 ~ 10.93%

%67.49
%21.58
%10.93

CMYK color model

#F74F28 color CMYK value is (0,68,84,3).

  • cyan value is 0.00%
  • magenta value is 68.02%
  • yellow value is 83.81%
  • key color value is 3.14%
CMYK:
(0,68,84,3)
C0M68Y84K3 
(0%,68%,84%,3%)
(0.00/0.68/0.84/0.03)	

CMYK percentages

%0
%68.02
%83.81
%3.14

Codes

Color #F74F28 in popluar color models

F74F28
RGB2477940
HSL11°92.83%56.27%
HSB/HSV11°83.81%96.86%
CMYK0.00%68.02%83.81%
3.14%

Color #F74F28 in popluar number systems.

HEXF74F28
Decimal2477940
Binary111101111001111101000
Octal36711750

Shades and tints

Shades of #F74F28

#F74F28
(247,79,40)
#E14825
(225,72,37)
#CB4122
(203,65,34)
#B53A1F
(181,58,31)
#9F331C
(159,51,28)
#892C19
(137,44,25)
#732516
(115,37,22)
#5D1E13
(93,30,19)
#471710
(71,23,16)
#31100D
(49,16,13)
#1B090A
(27,9,10)
#000000
(0,0,0)

Tints of #F74F28

#F74F28
(247,79,40)
#F75F3B
(247,95,59)
#F76F4E
(247,111,78)
#F77F61
(247,127,97)
#F78F74
(247,143,116)
#F79F87
(247,159,135)
#F7AF9A
(247,175,154)
#F7BFAD
(247,191,173)
#F7CFC0
(247,207,192)
#F7DFD3
(247,223,211)
#F7EFE6
(247,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74F28 color. Also use rgb(247,79,40) instead hex code.

Text Font Color

.myTextColor { color: #F74F28; }

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

This text font color is #F74F28.


Background Color

.myBgColor { background-color: #F74F28; }

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

This div background color is #F74F28.


Border color

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

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

This div border color is #F74F28.


Opacity

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

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

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

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

This text has shadow with #F74F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74F28 on black background.


Color preview on white background

This text has color #F74F28 on white background.



Black color preview on #F74F28 background

This text has black color on #F74F28 background.


White color preview on #F74F28 background

This text has white color on #F74F28 background.