COLOR #F79352

HEX: #F79352 RGB: (247,147,82)

Color info

#F79352 contains mainly red color. Web safe color of #F79352 is #FF9966 (or #F96).

RGB color model

#F79352 color RGB value is (247,147,82).

RGB: (247,147,82) (97%, 58%, 32%)

RGB channels and saturation

R 247 of 255 = 97%
G 147 of 255 = 58%
B 82 of 255 = 32%

247
147
82

R + G + B ~ 62%. #F79352 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 147 + 82 = 476 (100%)
R 247 of 476 ~ 51.89%
G 147 of 476 ~ 30.88%
B 82 of 476 ~ 17.23'%

%51.89
%30.88
%17.23

CMYK color model

#F79352 color CMYK value is (0,40,67,3).

  • cyan value is 0.00%
  • magenta value is 40.49%
  • yellow value is 66.80%
  • key color value is 3.14%

CMYK: (0,40,67,3)
C0M40Y67K3 (0%, 40%, 67%, 3%)
(0.00 / 0.40 / 0.67 / 0.03)

CMYK percentages

%0
%40.49
%66.8
%3.14

Codes

Color #F79352 in popluar color models

F7 93 52
RGB 247 147 82
HSL 24° 91.16% 64.51%
HSB/HSV 24° 66.80% 96.86%
CMYK 0.00% 40.49% 66.80%
3.14%

Color #F79352 in popluar number systems.

HEX F7 93 52
Decimal 247 147 82
Binary 11110111 10010011 1010010
Octal 367 223 122

Shades and tints

Shades of #F79352

#F79352
(247,147,82)
#E1864B
(225,134,75)
#CB7944
(203,121,68)
#B56C3D
(181,108,61)
#9F5F36
(159,95,54)
#89522F
(137,82,47)
#734528
(115,69,40)
#5D3821
(93,56,33)
#472B1A
(71,43,26)
#311E13
(49,30,19)
#1B110C
(27,17,12)
#000000
(0,0,0)

Tints of #F79352

#F79352
(247,147,82)
#F79C61
(247,156,97)
#F7A570
(247,165,112)
#F7AE7F
(247,174,127)
#F7B78E
(247,183,142)
#F7C09D
(247,192,157)
#F7C9AC
(247,201,172)
#F7D2BB
(247,210,187)
#F7DBCA
(247,219,202)
#F7E4D9
(247,228,217)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F79352 color. Also use rgb(247,147,82) instead hex code.

Text Font Color

.myTextColor { color: #F79352; }

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

This text font color is #F79352.

Background Color

.myBgColor { background-color: #F79352; }

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

This div background color is #F79352.

Border color

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

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

This div border color is #F79352.

Opacity

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

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

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

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

This text has shadow with #F79352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F79352.

Preview

Color preview on black background

This text has color #F79352 on black background.


Color preview on white background

This text has color #F79352 on white background.


Black color preview on #F79352 background

This text has black color on #F79352 background.


White color preview on #F79352 background

This text has white color on #F79352 background.


Related colors

Complementary color

Complementary color for #hex is #086CAD.


I love getcolorcode.com

Triadic colors

1 #52F793 and #9352F7 with #F79352 are triadic colors.

2 #5293F7 and #93F752 with #F79352 are triadic colors.