COLOR #F4861B

HEX: #F4861B
RGB: (244,134,27)

Color info

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

RGB color model

#F4861B color RGB value is (244,134,27).

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

RGB channels and saturation

R 244 of 255 = 96%
G 134 of 255 = 53%
B 27 of 255 = 11%

244
134
27

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

Portions of RGB colors in percentages

R + G + B =
244 + 134 + 27 = 405 (100%)
R 244 of 405 ~ 60.25%
G 134 of 405 ~ 33.09%
B 27 of 405 ~ 6.67%

%60.25
%33.09

CMYK color model

#F4861B color CMYK value is (0,45,89,4).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 88.93%
  • key color value is 4.31%
CMYK:
(0,45,89,4)
C0M45Y89K4 
(0%,45%,89%,4%)
(0.00/0.45/0.89/0.04)	

CMYK percentages

%0
%45.08
%88.93
%4.31

Codes

Color #F4861B in popluar color models

F4861B
RGB24413427
HSL30°90.79%53.14%
HSB/HSV30°88.93%95.69%
CMYK0.00%45.08%88.93%
4.31%

Color #F4861B in popluar number systems.

HEXF4861B
Decimal24413427
Binary111101001000011011011
Octal36420633

Shades and tints

Shades of #F4861B

#F4861B
(244,134,27)
#DE7A19
(222,122,25)
#C86E17
(200,110,23)
#B26215
(178,98,21)
#9C5613
(156,86,19)
#864A11
(134,74,17)
#703E0F
(112,62,15)
#5A320D
(90,50,13)
#44260B
(68,38,11)
#2E1A09
(46,26,9)
#180E07
(24,14,7)
#000000
(0,0,0)

Tints of #F4861B

#F4861B
(244,134,27)
#F5912F
(245,145,47)
#F69C43
(246,156,67)
#F7A757
(247,167,87)
#F8B26B
(248,178,107)
#F9BD7F
(249,189,127)
#FAC893
(250,200,147)
#FBD3A7
(251,211,167)
#FCDEBB
(252,222,187)
#FDE9CF
(253,233,207)
#FEF4E3
(254,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4861B; }

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

This text font color is #F4861B.


Background Color

.myBgColor { background-color: #F4861B; }

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

This div background color is #F4861B.


Border color

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

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

This div border color is #F4861B.


Opacity

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

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

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

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

This text has shadow with #F4861B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4861B on black background.


Color preview on white background

This text has color #F4861B on white background.



Black color preview on #F4861B background

This text has black color on #F4861B background.


White color preview on #F4861B background

This text has white color on #F4861B background.