COLOR #F6490E

HEX: #F6490E
RGB: (246,73,14)

Color info

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

RGB color model

#F6490E color RGB value is (246,73,14).

  • red value is 246;
  • green value is 73;
  • blue value is 14.
RGB:
(246,73,14)
(96%,29%,5%)

RGB channels and saturation

R 246 of 255 = 96%
G 73 of 255 = 29%
B 14 of 255 = 5%

246
73
14

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

Portions of RGB colors in percentages

R + G + B =
246 + 73 + 14 = 333 (100%)
R 246 of 333 ~ 73.87%
G 73 of 333 ~ 21.92%
B 14 of 333 ~ 4.2%

%73.87
%21.92

CMYK color model

#F6490E color CMYK value is (0,70,94,4).

  • cyan value is 0.00%
  • magenta value is 70.33%
  • yellow value is 94.31%
  • key color value is 3.53%
CMYK:
(0,70,94,4)
C0M70Y94K4 
(0%,70%,94%,4%)
(0.00/0.70/0.94/0.04)	

CMYK percentages

%0
%70.33
%94.31
%3.53

Codes

Color #F6490E in popluar color models

F6490E
RGB2467314
HSL15°92.80%50.98%
HSB/HSV15°94.31%96.47%
CMYK0.00%70.33%94.31%
3.53%

Color #F6490E in popluar number systems.

HEXF6490E
Decimal2467314
Binary1111011010010011110
Octal36611116

Shades and tints

Shades of #F6490E

#F6490E
(246,73,14)
#E0430D
(224,67,13)
#CA3D0C
(202,61,12)
#B4370B
(180,55,11)
#9E310A
(158,49,10)
#882B09
(136,43,9)
#722508
(114,37,8)
#5C1F07
(92,31,7)
#461906
(70,25,6)
#301305
(48,19,5)
#1A0D04
(26,13,4)
#000000
(0,0,0)

Tints of #F6490E

#F6490E
(246,73,14)
#F65923
(246,89,35)
#F66938
(246,105,56)
#F6794D
(246,121,77)
#F68962
(246,137,98)
#F69977
(246,153,119)
#F6A98C
(246,169,140)
#F6B9A1
(246,185,161)
#F6C9B6
(246,201,182)
#F6D9CB
(246,217,203)
#F6E9E0
(246,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6490E color. Also use rgb(246,73,14) instead hex code.

Text Font Color

.myTextColor { color: #F6490E; }

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

This text font color is #F6490E.


Background Color

.myBgColor { background-color: #F6490E; }

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

This div background color is #F6490E.


Border color

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

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

This div border color is #F6490E.


Opacity

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

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

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

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

This text has shadow with #F6490E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6490E on black background.


Color preview on white background

This text has color #F6490E on white background.



Black color preview on #F6490E background

This text has black color on #F6490E background.


White color preview on #F6490E background

This text has white color on #F6490E background.