COLOR #F7921D

HEX: #F7921D
RGB: (247,146,29)

Color info

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

RGB color model

#F7921D color RGB value is (247,146,29).

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

RGB channels and saturation

R 247 of 255 = 97%
G 146 of 255 = 57%
B 29 of 255 = 11%

247
146
29

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

Portions of RGB colors in percentages

R + G + B =
247 + 146 + 29 = 422 (100%)
R 247 of 422 ~ 58.53%
G 146 of 422 ~ 34.6%
B 29 of 422 ~ 6.87%

%58.53
%34.6

CMYK color model

#F7921D color CMYK value is (0,41,88,3).

  • cyan value is 0.00%
  • magenta value is 40.89%
  • yellow value is 88.26%
  • key color value is 3.14%
CMYK:
(0,41,88,3)
C0M41Y88K3 
(0%,41%,88%,3%)
(0.00/0.41/0.88/0.03)	

CMYK percentages

%0
%40.89
%88.26
%3.14

Codes

Color #F7921D in popluar color models

F7921D
RGB24714629
HSL32°93.16%54.12%
HSB/HSV32°88.26%96.86%
CMYK0.00%40.89%88.26%
3.14%

Color #F7921D in popluar number systems.

HEXF7921D
Decimal24714629
Binary111101111001001011101
Octal36722235

Shades and tints

Shades of #F7921D

#F7921D
(247,146,29)
#E1851B
(225,133,27)
#CB7819
(203,120,25)
#B56B17
(181,107,23)
#9F5E15
(159,94,21)
#895113
(137,81,19)
#734411
(115,68,17)
#5D370F
(93,55,15)
#472A0D
(71,42,13)
#311D0B
(49,29,11)
#1B1009
(27,16,9)
#000000
(0,0,0)

Tints of #F7921D

#F7921D
(247,146,29)
#F79B31
(247,155,49)
#F7A445
(247,164,69)
#F7AD59
(247,173,89)
#F7B66D
(247,182,109)
#F7BF81
(247,191,129)
#F7C895
(247,200,149)
#F7D1A9
(247,209,169)
#F7DABD
(247,218,189)
#F7E3D1
(247,227,209)
#F7ECE5
(247,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7921D; }

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

This text font color is #F7921D.


Background Color

.myBgColor { background-color: #F7921D; }

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

This div background color is #F7921D.


Border color

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

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

This div border color is #F7921D.


Opacity

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

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

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

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

This text has shadow with #F7921D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7921D on black background.


Color preview on white background

This text has color #F7921D on white background.



Black color preview on #F7921D background

This text has black color on #F7921D background.


White color preview on #F7921D background

This text has white color on #F7921D background.