COLOR #F77B2C

HEX: #F77B2C RGB: (247,123,44)

Color info

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

RGB color model

#F77B2C color RGB value is (247,123,44).

RGB: (247,123,44) (97%, 48%, 17%)

RGB channels and saturation

R 247 of 255 = 97%
G 123 of 255 = 48%
B 44 of 255 = 17%

247
123
44

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

Portions of RGB colors in percentages

R + G + B = 247 + 123 + 44 = 414 (100%)
R 247 of 414 ~ 59.66%
G 123 of 414 ~ 29.71%
B 44 of 414 ~ 10.63'%

%59.66
%29.71
%10.63

CMYK color model

#F77B2C color CMYK value is (0,50,82,3).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 82.19%
  • key color value is 3.14%

CMYK: (0,50,82,3)
C0M50Y82K3 (0%, 50%, 82%, 3%)
(0.00 / 0.50 / 0.82 / 0.03)

CMYK percentages

%0
%50.2
%82.19
%3.14

Codes

Color #F77B2C in popluar color models

F7 7B 2C
RGB 247 123 44
HSL 23° 92.69% 57.06%
HSB/HSV 23° 82.19% 96.86%
CMYK 0.00% 50.20% 82.19%
3.14%

Color #F77B2C in popluar number systems.

HEX F7 7B 2C
Decimal 247 123 44
Binary 11110111 1111011 101100
Octal 367 173 54

Shades and tints

Shades of #F77B2C

#F77B2C
(247,123,44)
#E17028
(225,112,40)
#CB6524
(203,101,36)
#B55A20
(181,90,32)
#9F4F1C
(159,79,28)
#894418
(137,68,24)
#733914
(115,57,20)
#5D2E10
(93,46,16)
#47230C
(71,35,12)
#311808
(49,24,8)
#1B0D04
(27,13,4)
#000000
(0,0,0)

Tints of #F77B2C

#F77B2C
(247,123,44)
#F7873F
(247,135,63)
#F79352
(247,147,82)
#F79F65
(247,159,101)
#F7AB78
(247,171,120)
#F7B78B
(247,183,139)
#F7C39E
(247,195,158)
#F7CFB1
(247,207,177)
#F7DBC4
(247,219,196)
#F7E7D7
(247,231,215)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77B2C color. Also use rgb(247,123,44) instead hex code.

Text Font Color

.myTextColor { color: #F77B2C; }

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

This text font color is #F77B2C.

Background Color

.myBgColor { background-color: #F77B2C; }

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

This div background color is #F77B2C.

Border color

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

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

This div border color is #F77B2C.

Opacity

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

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

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

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

This text has shadow with #F77B2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F77B2C.

Preview

Color preview on black background

This text has color #F77B2C on black background.


Color preview on white background

This text has color #F77B2C on white background.


Black color preview on #F77B2C background

This text has black color on #F77B2C background.


White color preview on #F77B2C background

This text has white color on #F77B2C background.


Related colors

Complementary color

Complementary color for #hex is #0884D3.


I love getcolorcode.com

Triadic colors

1 #2CF77B and #7B2CF7 with #F77B2C are triadic colors.

2 #2C7BF7 and #7BF72C with #F77B2C are triadic colors.