COLOR #F77E12

HEX: #F77E12
RGB: (247,126,18)

Color info

#F77E12 contains mainly red color. Web safe color of #F77E12 is #FF6600 (or #F60).

RGB color model

#F77E12 color RGB value is (247,126,18).

  • red value is 247;
  • green value is 126;
  • blue value is 18.
RGB:
(247,126,18)
(97%,49%,7%)

RGB channels and saturation

R 247 of 255 = 97%
G 126 of 255 = 49%
B 18 of 255 = 7%

247
126
18

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

Portions of RGB colors in percentages

R + G + B =
247 + 126 + 18 = 391 (100%)
R 247 of 391 ~ 63.17%
G 126 of 391 ~ 32.23%
B 18 of 391 ~ 4.6%

%63.17
%32.23

CMYK color model

#F77E12 color CMYK value is (0,49,93,3).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 92.71%
  • key color value is 3.14%
CMYK:
(0,49,93,3)
C0M49Y93K3 
(0%,49%,93%,3%)
(0.00/0.49/0.93/0.03)	

CMYK percentages

%0
%48.99
%92.71
%3.14

Codes

Color #F77E12 in popluar color models

F77E12
RGB24712618
HSL28°93.47%51.96%
HSB/HSV28°92.71%96.86%
CMYK0.00%48.99%92.71%
3.14%

Color #F77E12 in popluar number systems.

HEXF77E12
Decimal24712618
Binary11110111111111010010
Octal36717622

Shades and tints

Shades of #F77E12

#F77E12
(247,126,18)
#E17311
(225,115,17)
#CB6810
(203,104,16)
#B55D0F
(181,93,15)
#9F520E
(159,82,14)
#89470D
(137,71,13)
#733C0C
(115,60,12)
#5D310B
(93,49,11)
#47260A
(71,38,10)
#311B09
(49,27,9)
#1B1008
(27,16,8)
#000000
(0,0,0)

Tints of #F77E12

#F77E12
(247,126,18)
#F78927
(247,137,39)
#F7943C
(247,148,60)
#F79F51
(247,159,81)
#F7AA66
(247,170,102)
#F7B57B
(247,181,123)
#F7C090
(247,192,144)
#F7CBA5
(247,203,165)
#F7D6BA
(247,214,186)
#F7E1CF
(247,225,207)
#F7ECE4
(247,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77E12 color. Also use rgb(247,126,18) instead hex code.

Text Font Color

.myTextColor { color: #F77E12; }

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

This text font color is #F77E12.


Background Color

.myBgColor { background-color: #F77E12; }

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

This div background color is #F77E12.


Border color

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

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

This div border color is #F77E12.


Opacity

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

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

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

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

This text has shadow with #F77E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77E12 on black background.


Color preview on white background

This text has color #F77E12 on white background.



Black color preview on #F77E12 background

This text has black color on #F77E12 background.


White color preview on #F77E12 background

This text has white color on #F77E12 background.