COLOR #F46802

HEX: #F46802
RGB: (244,104,2)

Color info

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

RGB color model

#F46802 color RGB value is (244,104,2).

  • red value is 244;
  • green value is 104;
  • blue value is 2.
RGB:
(244,104,2)
(96%,41%,1%)

RGB channels and saturation

R 244 of 255 = 96%
G 104 of 255 = 41%
B 2 of 255 = 1%

244
104
2

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

Portions of RGB colors in percentages

R + G + B =
244 + 104 + 2 = 350 (100%)
R 244 of 350 ~ 69.71%
G 104 of 350 ~ 29.71%
B 2 of 350 ~ 0.57%

%69.71
%29.71

CMYK color model

#F46802 color CMYK value is (0,57,99,4).

  • cyan value is 0.00%
  • magenta value is 57.38%
  • yellow value is 99.18%
  • key color value is 4.31%
CMYK:
(0,57,99,4)
C0M57Y99K4 
(0%,57%,99%,4%)
(0.00/0.57/0.99/0.04)	

CMYK percentages

%0
%57.38
%99.18
%4.31

Codes

Color #F46802 in popluar color models

F46802
RGB2441042
HSL25°98.37%48.24%
HSB/HSV25°99.18%95.69%
CMYK0.00%57.38%99.18%
4.31%

Color #F46802 in popluar number systems.

HEXF46802
Decimal2441042
Binary11110100110100010
Octal3641502

Shades and tints

Shades of #F46802

#F46802
(244,104,2)
#DE5F02
(222,95,2)
#C85602
(200,86,2)
#B24D02
(178,77,2)
#9C4402
(156,68,2)
#863B02
(134,59,2)
#703202
(112,50,2)
#5A2902
(90,41,2)
#442002
(68,32,2)
#2E1702
(46,23,2)
#180E02
(24,14,2)
#000000
(0,0,0)

Tints of #F46802

#F46802
(244,104,2)
#F57519
(245,117,25)
#F68230
(246,130,48)
#F78F47
(247,143,71)
#F89C5E
(248,156,94)
#F9A975
(249,169,117)
#FAB68C
(250,182,140)
#FBC3A3
(251,195,163)
#FCD0BA
(252,208,186)
#FDDDD1
(253,221,209)
#FEEAE8
(254,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F46802 color. Also use rgb(244,104,2) instead hex code.

Text Font Color

.myTextColor { color: #F46802; }

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

This text font color is #F46802.


Background Color

.myBgColor { background-color: #F46802; }

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

This div background color is #F46802.


Border color

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

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

This div border color is #F46802.


Opacity

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

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

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

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

This text has shadow with #F46802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F46802 on black background.


Color preview on white background

This text has color #F46802 on white background.



Black color preview on #F46802 background

This text has black color on #F46802 background.


White color preview on #F46802 background

This text has white color on #F46802 background.