COLOR #F7861D

HEX: #F7861D
RGB: (247,134,29)

Color info

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

RGB color model

#F7861D color RGB value is (247,134,29).

  • red value is 247;
  • green value is 134;
  • blue value is 29.
RGB:
(247,134,29)
(97%,53%,11%)

RGB channels and saturation

R 247 of 255 = 97%
G 134 of 255 = 53%
B 29 of 255 = 11%

247
134
29

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

Portions of RGB colors in percentages

R + G + B =
247 + 134 + 29 = 410 (100%)
R 247 of 410 ~ 60.24%
G 134 of 410 ~ 32.68%
B 29 of 410 ~ 7.07%

%60.24
%32.68

CMYK color model

#F7861D color CMYK value is (0,46,88,3).

  • cyan value is 0.00%
  • magenta value is 45.75%
  • yellow value is 88.26%
  • key color value is 3.14%
CMYK:
(0,46,88,3)
C0M46Y88K3 
(0%,46%,88%,3%)
(0.00/0.46/0.88/0.03)	

CMYK percentages

%0
%45.75
%88.26
%3.14

Codes

Color #F7861D in popluar color models

F7861D
RGB24713429
HSL29°93.16%54.12%
HSB/HSV29°88.26%96.86%
CMYK0.00%45.75%88.26%
3.14%

Color #F7861D in popluar number systems.

HEXF7861D
Decimal24713429
Binary111101111000011011101
Octal36720635

Shades and tints

Shades of #F7861D

#F7861D
(247,134,29)
#E17A1B
(225,122,27)
#CB6E19
(203,110,25)
#B56217
(181,98,23)
#9F5615
(159,86,21)
#894A13
(137,74,19)
#733E11
(115,62,17)
#5D320F
(93,50,15)
#47260D
(71,38,13)
#311A0B
(49,26,11)
#1B0E09
(27,14,9)
#000000
(0,0,0)

Tints of #F7861D

#F7861D
(247,134,29)
#F79131
(247,145,49)
#F79C45
(247,156,69)
#F7A759
(247,167,89)
#F7B26D
(247,178,109)
#F7BD81
(247,189,129)
#F7C895
(247,200,149)
#F7D3A9
(247,211,169)
#F7DEBD
(247,222,189)
#F7E9D1
(247,233,209)
#F7F4E5
(247,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7861D color. Also use rgb(247,134,29) instead hex code.

Text Font Color

.myTextColor { color: #F7861D; }

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

This text font color is #F7861D.


Background Color

.myBgColor { background-color: #F7861D; }

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

This div background color is #F7861D.


Border color

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

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

This div border color is #F7861D.


Opacity

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

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

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

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

This text has shadow with #F7861D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7861D on black background.


Color preview on white background

This text has color #F7861D on white background.



Black color preview on #F7861D background

This text has black color on #F7861D background.


White color preview on #F7861D background

This text has white color on #F7861D background.