COLOR #F76232

HEX: #F76232
RGB: (247,98,50)

Color info

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

RGB color model

#F76232 color RGB value is (247,98,50).

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

RGB channels and saturation

R 247 of 255 = 97%
G 98 of 255 = 38%
B 50 of 255 = 20%

247
98
50

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

Portions of RGB colors in percentages

R + G + B =
247 + 98 + 50 = 395 (100%)
R 247 of 395 ~ 62.53%
G 98 of 395 ~ 24.81%
B 50 of 395 ~ 12.66%

%62.53
%24.81
%12.66

CMYK color model

#F76232 color CMYK value is (0,60,80,3).

  • cyan value is 0.00%
  • magenta value is 60.32%
  • yellow value is 79.76%
  • key color value is 3.14%
CMYK:
(0,60,80,3)
C0M60Y80K3 
(0%,60%,80%,3%)
(0.00/0.60/0.80/0.03)	

CMYK percentages

%0
%60.32
%79.76
%3.14

Codes

Color #F76232 in popluar color models

F76232
RGB2479850
HSL15°92.49%58.24%
HSB/HSV15°79.76%96.86%
CMYK0.00%60.32%79.76%
3.14%

Color #F76232 in popluar number systems.

HEXF76232
Decimal2479850
Binary111101111100010110010
Octal36714262

Shades and tints

Shades of #F76232

#F76232
(247,98,50)
#E15A2E
(225,90,46)
#CB522A
(203,82,42)
#B54A26
(181,74,38)
#9F4222
(159,66,34)
#893A1E
(137,58,30)
#73321A
(115,50,26)
#5D2A16
(93,42,22)
#472212
(71,34,18)
#311A0E
(49,26,14)
#1B120A
(27,18,10)
#000000
(0,0,0)

Tints of #F76232

#F76232
(247,98,50)
#F77044
(247,112,68)
#F77E56
(247,126,86)
#F78C68
(247,140,104)
#F79A7A
(247,154,122)
#F7A88C
(247,168,140)
#F7B69E
(247,182,158)
#F7C4B0
(247,196,176)
#F7D2C2
(247,210,194)
#F7E0D4
(247,224,212)
#F7EEE6
(247,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F76232; }

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

This text font color is #F76232.


Background Color

.myBgColor { background-color: #F76232; }

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

This div background color is #F76232.


Border color

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

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

This div border color is #F76232.


Opacity

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

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

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

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

This text has shadow with #F76232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76232 on black background.


Color preview on white background

This text has color #F76232 on white background.



Black color preview on #F76232 background

This text has black color on #F76232 background.


White color preview on #F76232 background

This text has white color on #F76232 background.