COLOR #F46B1B

HEX: #F46B1B
RGB: (244,107,27)

Color info

#F46B1B contains mainly red color. Web safe color of #F46B1B is #FF6633 (or #F63).

RGB color model

#F46B1B color RGB value is (244,107,27).

  • red value is 244;
  • green value is 107;
  • blue value is 27.
RGB:
(244,107,27)
(96%,42%,11%)

RGB channels and saturation

R 244 of 255 = 96%
G 107 of 255 = 42%
B 27 of 255 = 11%

244
107
27

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

Portions of RGB colors in percentages

R + G + B =
244 + 107 + 27 = 378 (100%)
R 244 of 378 ~ 64.55%
G 107 of 378 ~ 28.31%
B 27 of 378 ~ 7.14%

%64.55
%28.31

CMYK color model

#F46B1B color CMYK value is (0,56,89,4).

  • cyan value is 0.00%
  • magenta value is 56.15%
  • yellow value is 88.93%
  • key color value is 4.31%
CMYK:
(0,56,89,4)
C0M56Y89K4 
(0%,56%,89%,4%)
(0.00/0.56/0.89/0.04)	

CMYK percentages

%0
%56.15
%88.93
%4.31

Codes

Color #F46B1B in popluar color models

F46B1B
RGB24410727
HSL22°90.79%53.14%
HSB/HSV22°88.93%95.69%
CMYK0.00%56.15%88.93%
4.31%

Color #F46B1B in popluar number systems.

HEXF46B1B
Decimal24410727
Binary11110100110101111011
Octal36415333

Shades and tints

Shades of #F46B1B

#F46B1B
(244,107,27)
#DE6219
(222,98,25)
#C85917
(200,89,23)
#B25015
(178,80,21)
#9C4713
(156,71,19)
#863E11
(134,62,17)
#70350F
(112,53,15)
#5A2C0D
(90,44,13)
#44230B
(68,35,11)
#2E1A09
(46,26,9)
#181107
(24,17,7)
#000000
(0,0,0)

Tints of #F46B1B

#F46B1B
(244,107,27)
#F5782F
(245,120,47)
#F68543
(246,133,67)
#F79257
(247,146,87)
#F89F6B
(248,159,107)
#F9AC7F
(249,172,127)
#FAB993
(250,185,147)
#FBC6A7
(251,198,167)
#FCD3BB
(252,211,187)
#FDE0CF
(253,224,207)
#FEEDE3
(254,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F46B1B color. Also use rgb(244,107,27) instead hex code.

Text Font Color

.myTextColor { color: #F46B1B; }

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

This text font color is #F46B1B.


Background Color

.myBgColor { background-color: #F46B1B; }

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

This div background color is #F46B1B.


Border color

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

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

This div border color is #F46B1B.


Opacity

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

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

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

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

This text has shadow with #F46B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F46B1B on black background.


Color preview on white background

This text has color #F46B1B on white background.



Black color preview on #F46B1B background

This text has black color on #F46B1B background.


White color preview on #F46B1B background

This text has white color on #F46B1B background.