COLOR #F7700F

HEX: #F7700F RGB: (247,112,15)

Color info

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

RGB color model

#F7700F color RGB value is (247,112,15).

RGB: (247,112,15) (97%, 44%, 6%)

RGB channels and saturation

R 247 of 255 = 97%
G 112 of 255 = 44%
B 15 of 255 = 6%

247
112
15

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

Portions of RGB colors in percentages

R + G + B = 247 + 112 + 15 = 374 (100%)
R 247 of 374 ~ 66.04%
G 112 of 374 ~ 29.95%
B 15 of 374 ~ 4.01'%

%66.04
%29.95

CMYK color model

#F7700F color CMYK value is (0,55,94,3).

  • cyan value is 0.00%
  • magenta value is 54.66%
  • yellow value is 93.93%
  • key color value is 3.14%

CMYK: (0,55,94,3)
C0M55Y94K3 (0%, 55%, 94%, 3%)
(0.00 / 0.55 / 0.94 / 0.03)

CMYK percentages

%0
%54.66
%93.93
%3.14

Codes

Color #F7700F in popluar color models

F7 70 0F
RGB 247 112 15
HSL 25° 93.55% 51.37%
HSB/HSV 25° 93.93% 96.86%
CMYK 0.00% 54.66% 93.93%
3.14%

Color #F7700F in popluar number systems.

HEX F7 70 0F
Decimal 247 112 15
Binary 11110111 1110000 1111
Octal 367 160 17

Shades and tints

Shades of #F7700F

#F7700F
(247,112,15)
#E1660E
(225,102,14)
#CB5C0D
(203,92,13)
#B5520C
(181,82,12)
#9F480B
(159,72,11)
#893E0A
(137,62,10)
#733409
(115,52,9)
#5D2A08
(93,42,8)
#472007
(71,32,7)
#311606
(49,22,6)
#1B0C05
(27,12,5)
#000000
(0,0,0)

Tints of #F7700F

#F7700F
(247,112,15)
#F77D24
(247,125,36)
#F78A39
(247,138,57)
#F7974E
(247,151,78)
#F7A463
(247,164,99)
#F7B178
(247,177,120)
#F7BE8D
(247,190,141)
#F7CBA2
(247,203,162)
#F7D8B7
(247,216,183)
#F7E5CC
(247,229,204)
#F7F2E1
(247,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7700F color. Also use rgb(247,112,15) instead hex code.

Text Font Color

.myTextColor { color: #F7700F; }

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

This text font color is #F7700F.

Background Color

.myBgColor { background-color: #F7700F; }

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

This div background color is #F7700F.

Border color

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

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

This div border color is #F7700F.

Opacity

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

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

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

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

This text has shadow with #F7700F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7700F.

Preview

Color preview on black background

This text has color #F7700F on black background.


Color preview on white background

This text has color #F7700F on white background.


Black color preview on #F7700F background

This text has black color on #F7700F background.


White color preview on #F7700F background

This text has white color on #F7700F background.


Related colors

Complementary color

Complementary color for #hex is #088FF0.


I love getcolorcode.com

Gradients

Color #F7700F is used in Spanish Orange gradient.

Spanish Orange


Triadic colors

1 #0FF770 and #700FF7 with #F7700F are triadic colors.

2 #0F70F7 and #70F70F with #F7700F are triadic colors.