COLOR #F77300

HEX: #F77300
RGB: (247,115,0)

Color info

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

RGB color model

#F77300 color RGB value is (247,115,0).

  • red value is 247;
  • green value is 115;
  • blue value is 0.
RGB:
(247,115,0)
(97%,45%,0%)

RGB channels and saturation

R 247 of 255 = 97%
G 115 of 255 = 45%
B 0 of 255 = 0%

247
115
0

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

Portions of RGB colors in percentages

R + G + B =
247 + 115 + 0 = 362 (100%)
R 247 of 362 ~ 68.23%
G 115 of 362 ~ 31.77%
B 0 of 362 ~ 0%

%68.23
%31.77

CMYK color model

#F77300 color CMYK value is (0,53,100,3).

  • cyan value is 0.00%
  • magenta value is 53.44%
  • yellow value is 100.00%
  • key color value is 3.14%
CMYK:
(0,53,100,3)
C0M53Y100K3 
(0%,53%,100%,3%)
(0.00/0.53/1.00/0.03)	

CMYK percentages

%0
%53.44
%100
%3.14

Codes

Color #F77300 in popluar color models

F77300
RGB2471150
HSL28°100.00%48.43%
HSB/HSV28°100.00%96.86%
CMYK0.00%53.44%100.00%
3.14%

Color #F77300 in popluar number systems.

HEXF77300
Decimal2471150
Binary1111011111100110
Octal3671630

Shades and tints

Shades of #F77300

#F77300
(247,115,0)
#E16900
(225,105,0)
#CB5F00
(203,95,0)
#B55500
(181,85,0)
#9F4B00
(159,75,0)
#894100
(137,65,0)
#733700
(115,55,0)
#5D2D00
(93,45,0)
#472300
(71,35,0)
#311900
(49,25,0)
#1B0F00
(27,15,0)
#000000
(0,0,0)

Tints of #F77300

#F77300
(247,115,0)
#F77F17
(247,127,23)
#F78B2E
(247,139,46)
#F79745
(247,151,69)
#F7A35C
(247,163,92)
#F7AF73
(247,175,115)
#F7BB8A
(247,187,138)
#F7C7A1
(247,199,161)
#F7D3B8
(247,211,184)
#F7DFCF
(247,223,207)
#F7EBE6
(247,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77300 color. Also use rgb(247,115,0) instead hex code.

Text Font Color

.myTextColor { color: #F77300; }

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

This text font color is #F77300.


Background Color

.myBgColor { background-color: #F77300; }

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

This div background color is #F77300.


Border color

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

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

This div border color is #F77300.


Opacity

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

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

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

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

This text has shadow with #F77300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77300 on black background.


Color preview on white background

This text has color #F77300 on white background.



Black color preview on #F77300 background

This text has black color on #F77300 background.


White color preview on #F77300 background

This text has white color on #F77300 background.