COLOR #F78020

HEX: #F78020
RGB: (247,128,32)

Color info

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

RGB color model

#F78020 color RGB value is (247,128,32).

  • red value is 247;
  • green value is 128;
  • blue value is 32.
RGB:
(247,128,32)
(97%,50%,13%)

RGB channels and saturation

R 247 of 255 = 97%
G 128 of 255 = 50%
B 32 of 255 = 13%

247
128
32

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

Portions of RGB colors in percentages

R + G + B =
247 + 128 + 32 = 407 (100%)
R 247 of 407 ~ 60.69%
G 128 of 407 ~ 31.45%
B 32 of 407 ~ 7.86%

%60.69
%31.45

CMYK color model

#F78020 color CMYK value is (0,48,87,3).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 87.04%
  • key color value is 3.14%
CMYK:
(0,48,87,3)
C0M48Y87K3 
(0%,48%,87%,3%)
(0.00/0.48/0.87/0.03)	

CMYK percentages

%0
%48.18
%87.04
%3.14

Codes

Color #F78020 in popluar color models

F78020
RGB24712832
HSL27°93.07%54.71%
HSB/HSV27°87.04%96.86%
CMYK0.00%48.18%87.04%
3.14%

Color #F78020 in popluar number systems.

HEXF78020
Decimal24712832
Binary1111011110000000100000
Octal36720040

Shades and tints

Shades of #F78020

#F78020
(247,128,32)
#E1751E
(225,117,30)
#CB6A1C
(203,106,28)
#B55F1A
(181,95,26)
#9F5418
(159,84,24)
#894916
(137,73,22)
#733E14
(115,62,20)
#5D3312
(93,51,18)
#472810
(71,40,16)
#311D0E
(49,29,14)
#1B120C
(27,18,12)
#000000
(0,0,0)

Tints of #F78020

#F78020
(247,128,32)
#F78B34
(247,139,52)
#F79648
(247,150,72)
#F7A15C
(247,161,92)
#F7AC70
(247,172,112)
#F7B784
(247,183,132)
#F7C298
(247,194,152)
#F7CDAC
(247,205,172)
#F7D8C0
(247,216,192)
#F7E3D4
(247,227,212)
#F7EEE8
(247,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78020; }

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

This text font color is #F78020.


Background Color

.myBgColor { background-color: #F78020; }

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

This div background color is #F78020.


Border color

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

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

This div border color is #F78020.


Opacity

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

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

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

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

This text has shadow with #F78020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78020 on black background.


Color preview on white background

This text has color #F78020 on white background.



Black color preview on #F78020 background

This text has black color on #F78020 background.


White color preview on #F78020 background

This text has white color on #F78020 background.