COLOR #F74632

HEX: #F74632
RGB: (247,70,50)

Color info

#F74632 contains mainly red color. Web safe color of #F74632 is #FF3333 (or #F33).

RGB color model

#F74632 color RGB value is (247,70,50).

  • red value is 247;
  • green value is 70;
  • blue value is 50.
RGB:
(247,70,50)
(97%,27%,20%)

RGB channels and saturation

R 247 of 255 = 97%
G 70 of 255 = 27%
B 50 of 255 = 20%

247
70
50

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

Portions of RGB colors in percentages

R + G + B =
247 + 70 + 50 = 367 (100%)
R 247 of 367 ~ 67.3%
G 70 of 367 ~ 19.07%
B 50 of 367 ~ 13.62%

%67.3
%19.07
%13.62

CMYK color model

#F74632 color CMYK value is (0,72,80,3).

  • cyan value is 0.00%
  • magenta value is 71.66%
  • yellow value is 79.76%
  • key color value is 3.14%
CMYK:
(0,72,80,3)
C0M72Y80K3 
(0%,72%,80%,3%)
(0.00/0.72/0.80/0.03)	

CMYK percentages

%0
%71.66
%79.76
%3.14

Codes

Color #F74632 in popluar color models

F74632
RGB2477050
HSL92.49%58.24%
HSB/HSV79.76%96.86%
CMYK0.00%71.66%79.76%
3.14%

Color #F74632 in popluar number systems.

HEXF74632
Decimal2477050
Binary111101111000110110010
Octal36710662

Shades and tints

Shades of #F74632

#F74632
(247,70,50)
#E1402E
(225,64,46)
#CB3A2A
(203,58,42)
#B53426
(181,52,38)
#9F2E22
(159,46,34)
#89281E
(137,40,30)
#73221A
(115,34,26)
#5D1C16
(93,28,22)
#471612
(71,22,18)
#31100E
(49,16,14)
#1B0A0A
(27,10,10)
#000000
(0,0,0)

Tints of #F74632

#F74632
(247,70,50)
#F75644
(247,86,68)
#F76656
(247,102,86)
#F77668
(247,118,104)
#F7867A
(247,134,122)
#F7968C
(247,150,140)
#F7A69E
(247,166,158)
#F7B6B0
(247,182,176)
#F7C6C2
(247,198,194)
#F7D6D4
(247,214,212)
#F7E6E6
(247,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74632 color. Also use rgb(247,70,50) instead hex code.

Text Font Color

.myTextColor { color: #F74632; }

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

This text font color is #F74632.


Background Color

.myBgColor { background-color: #F74632; }

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

This div background color is #F74632.


Border color

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

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

This div border color is #F74632.


Opacity

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

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

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

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

This text has shadow with #F74632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74632 on black background.


Color preview on white background

This text has color #F74632 on white background.



Black color preview on #F74632 background

This text has black color on #F74632 background.


White color preview on #F74632 background

This text has white color on #F74632 background.