COLOR #F7490B

HEX: #F7490B
RGB: (247,73,11)

Color info

#F7490B contains mainly red color. Web safe color of #F7490B is #FF3300 (or #F30).

RGB color model

#F7490B color RGB value is (247,73,11).

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

RGB channels and saturation

R 247 of 255 = 97%
G 73 of 255 = 29%
B 11 of 255 = 4%

247
73
11

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

Portions of RGB colors in percentages

R + G + B =
247 + 73 + 11 = 331 (100%)
R 247 of 331 ~ 74.62%
G 73 of 331 ~ 22.05%
B 11 of 331 ~ 3.32%

%74.62
%22.05

CMYK color model

#F7490B color CMYK value is (0,70,96,3).

  • cyan value is 0.00%
  • magenta value is 70.45%
  • yellow value is 95.55%
  • key color value is 3.14%
CMYK:
(0,70,96,3)
C0M70Y96K3 
(0%,70%,96%,3%)
(0.00/0.70/0.96/0.03)	

CMYK percentages

%0
%70.45
%95.55
%3.14

Codes

Color #F7490B in popluar color models

F7490B
RGB2477311
HSL16°93.65%50.59%
HSB/HSV16°95.55%96.86%
CMYK0.00%70.45%95.55%
3.14%

Color #F7490B in popluar number systems.

HEXF7490B
Decimal2477311
Binary1111011110010011011
Octal36711113

Shades and tints

Shades of #F7490B

#F7490B
(247,73,11)
#E1430A
(225,67,10)
#CB3D09
(203,61,9)
#B53708
(181,55,8)
#9F3107
(159,49,7)
#892B06
(137,43,6)
#732505
(115,37,5)
#5D1F04
(93,31,4)
#471903
(71,25,3)
#311302
(49,19,2)
#1B0D01
(27,13,1)
#000000
(0,0,0)

Tints of #F7490B

#F7490B
(247,73,11)
#F75921
(247,89,33)
#F76937
(247,105,55)
#F7794D
(247,121,77)
#F78963
(247,137,99)
#F79979
(247,153,121)
#F7A98F
(247,169,143)
#F7B9A5
(247,185,165)
#F7C9BB
(247,201,187)
#F7D9D1
(247,217,209)
#F7E9E7
(247,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7490B color. Also use rgb(247,73,11) instead hex code.

Text Font Color

.myTextColor { color: #F7490B; }

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

This text font color is #F7490B.


Background Color

.myBgColor { background-color: #F7490B; }

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

This div background color is #F7490B.


Border color

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

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

This div border color is #F7490B.


Opacity

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

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

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

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

This text has shadow with #F7490B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7490B on black background.


Color preview on white background

This text has color #F7490B on white background.



Black color preview on #F7490B background

This text has black color on #F7490B background.


White color preview on #F7490B background

This text has white color on #F7490B background.