COLOR #F78E3F

HEX: #F78E3F RGB: (247,142,63)

Color info

#F78E3F contains mainly red color. Web safe color of #F78E3F is #FF9933 (or #F93).

RGB color model

#F78E3F color RGB value is (247,142,63).

RGB: (247,142,63) (97%, 56%, 25%)

RGB channels and saturation

R 247 of 255 = 97%
G 142 of 255 = 56%
B 63 of 255 = 25%

247
142
63

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

Portions of RGB colors in percentages

R + G + B = 247 + 142 + 63 = 452 (100%)
R 247 of 452 ~ 54.65%
G 142 of 452 ~ 31.42%
B 63 of 452 ~ 13.94'%

%54.65
%31.42
%13.94

CMYK color model

#F78E3F color CMYK value is (0,43,74,3).

  • cyan value is 0.00%
  • magenta value is 42.51%
  • yellow value is 74.49%
  • key color value is 3.14%

CMYK: (0,43,74,3)
C0M43Y74K3 (0%, 43%, 74%, 3%)
(0.00 / 0.43 / 0.74 / 0.03)

CMYK percentages

%0
%42.51
%74.49
%3.14

Codes

Color #F78E3F in popluar color models

F7 8E 3F
RGB 247 142 63
HSL 26° 92.00% 60.78%
HSB/HSV 26° 74.49% 96.86%
CMYK 0.00% 42.51% 74.49%
3.14%

Color #F78E3F in popluar number systems.

HEX F7 8E 3F
Decimal 247 142 63
Binary 11110111 10001110 111111
Octal 367 216 77

Shades and tints

Shades of #F78E3F

#F78E3F
(247,142,63)
#E1823A
(225,130,58)
#CB7635
(203,118,53)
#B56A30
(181,106,48)
#9F5E2B
(159,94,43)
#895226
(137,82,38)
#734621
(115,70,33)
#5D3A1C
(93,58,28)
#472E17
(71,46,23)
#312212
(49,34,18)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #F78E3F

#F78E3F
(247,142,63)
#F79850
(247,152,80)
#F7A261
(247,162,97)
#F7AC72
(247,172,114)
#F7B683
(247,182,131)
#F7C094
(247,192,148)
#F7CAA5
(247,202,165)
#F7D4B6
(247,212,182)
#F7DEC7
(247,222,199)
#F7E8D8
(247,232,216)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F78E3F color. Also use rgb(247,142,63) instead hex code.

Text Font Color

.myTextColor { color: #F78E3F; }

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

This text font color is #F78E3F.

Background Color

.myBgColor { background-color: #F78E3F; }

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

This div background color is #F78E3F.

Border color

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

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

This div border color is #F78E3F.

Opacity

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

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

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

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

This text has shadow with #F78E3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F78E3F.

Preview

Color preview on black background

This text has color #F78E3F on black background.


Color preview on white background

This text has color #F78E3F on white background.


Black color preview on #F78E3F background

This text has black color on #F78E3F background.


White color preview on #F78E3F background

This text has white color on #F78E3F background.


Related colors

Complementary color

Complementary color for #F78E3F is #0871C0.


I love getcolorcode.com

Triadic colors

1 #3FF78E and #8E3FF7 with #F78E3F are triadic colors.

2 #3F8EF7 and #8EF73F with #F78E3F are triadic colors.