COLOR #F76B20

HEX: #F76B20 RGB: (247,107,32)

Color info

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

RGB color model

#F76B20 color RGB value is (247,107,32).

RGB: (247,107,32) (97%, 42%, 13%)

RGB channels and saturation

R 247 of 255 = 97%
G 107 of 255 = 42%
B 32 of 255 = 13%

247
107
32

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

Portions of RGB colors in percentages

R + G + B = 247 + 107 + 32 = 386 (100%)
R 247 of 386 ~ 63.99%
G 107 of 386 ~ 27.72%
B 32 of 386 ~ 8.29'%

%63.99
%27.72

CMYK color model

#F76B20 color CMYK value is (0,57,87,3).

  • cyan value is 0.00%
  • magenta value is 56.68%
  • yellow value is 87.04%
  • key color value is 3.14%

CMYK: (0,57,87,3)
C0M57Y87K3 (0%, 57%, 87%, 3%)
(0.00 / 0.57 / 0.87 / 0.03)

CMYK percentages

%0
%56.68
%87.04
%3.14

Codes

Color #F76B20 in popluar color models

F7 6B 20
RGB 247 107 32
HSL 21° 93.07% 54.71%
HSB/HSV 21° 87.04% 96.86%
CMYK 0.00% 56.68% 87.04%
3.14%

Color #F76B20 in popluar number systems.

HEX F7 6B 20
Decimal 247 107 32
Binary 11110111 1101011 100000
Octal 367 153 40

Shades and tints

Shades of #F76B20

#F76B20
(247,107,32)
#E1621E
(225,98,30)
#CB591C
(203,89,28)
#B5501A
(181,80,26)
#9F4718
(159,71,24)
#893E16
(137,62,22)
#733514
(115,53,20)
#5D2C12
(93,44,18)
#472310
(71,35,16)
#311A0E
(49,26,14)
#1B110C
(27,17,12)
#000000
(0,0,0)

Tints of #F76B20

#F76B20
(247,107,32)
#F77834
(247,120,52)
#F78548
(247,133,72)
#F7925C
(247,146,92)
#F79F70
(247,159,112)
#F7AC84
(247,172,132)
#F7B998
(247,185,152)
#F7C6AC
(247,198,172)
#F7D3C0
(247,211,192)
#F7E0D4
(247,224,212)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F76B20 color. Also use rgb(247,107,32) instead hex code.

Text Font Color

.myTextColor { color: #F76B20; }

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

This text font color is #F76B20.

Background Color

.myBgColor { background-color: #F76B20; }

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

This div background color is #F76B20.

Border color

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

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

This div border color is #F76B20.

Opacity

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

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

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

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

This text has shadow with #F76B20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F76B20.

Preview

Color preview on black background

This text has color #F76B20 on black background.


Color preview on white background

This text has color #F76B20 on white background.


Black color preview on #F76B20 background

This text has black color on #F76B20 background.


White color preview on #F76B20 background

This text has white color on #F76B20 background.


Related colors

Complementary color

Complementary color for #hex is #0894DF.


I love getcolorcode.com

Triadic colors

1 #20F76B and #6B20F7 with #F76B20 are triadic colors.

2 #206BF7 and #6BF720 with #F76B20 are triadic colors.