COLOR #F4711E

HEX: #F4711E
RGB: (244,113,30)

Color info

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

RGB color model

#F4711E color RGB value is (244,113,30).

  • red value is 244;
  • green value is 113;
  • blue value is 30.
RGB:
(244,113,30)
(96%,44%,12%)

RGB channels and saturation

R 244 of 255 = 96%
G 113 of 255 = 44%
B 30 of 255 = 12%

244
113
30

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

Portions of RGB colors in percentages

R + G + B =
244 + 113 + 30 = 387 (100%)
R 244 of 387 ~ 63.05%
G 113 of 387 ~ 29.2%
B 30 of 387 ~ 7.75%

%63.05
%29.2

CMYK color model

#F4711E color CMYK value is (0,54,88,4).

  • cyan value is 0.00%
  • magenta value is 53.69%
  • yellow value is 87.70%
  • key color value is 4.31%
CMYK:
(0,54,88,4)
C0M54Y88K4 
(0%,54%,88%,4%)
(0.00/0.54/0.88/0.04)	

CMYK percentages

%0
%53.69
%87.7
%4.31

Codes

Color #F4711E in popluar color models

F4711E
RGB24411330
HSL23°90.68%53.73%
HSB/HSV23°87.70%95.69%
CMYK0.00%53.69%87.70%
4.31%

Color #F4711E in popluar number systems.

HEXF4711E
Decimal24411330
Binary11110100111000111110
Octal36416136

Shades and tints

Shades of #F4711E

#F4711E
(244,113,30)
#DE671C
(222,103,28)
#C85D1A
(200,93,26)
#B25318
(178,83,24)
#9C4916
(156,73,22)
#863F14
(134,63,20)
#703512
(112,53,18)
#5A2B10
(90,43,16)
#44210E
(68,33,14)
#2E170C
(46,23,12)
#180D0A
(24,13,10)
#000000
(0,0,0)

Tints of #F4711E

#F4711E
(244,113,30)
#F57D32
(245,125,50)
#F68946
(246,137,70)
#F7955A
(247,149,90)
#F8A16E
(248,161,110)
#F9AD82
(249,173,130)
#FAB996
(250,185,150)
#FBC5AA
(251,197,170)
#FCD1BE
(252,209,190)
#FDDDD2
(253,221,210)
#FEE9E6
(254,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4711E color. Also use rgb(244,113,30) instead hex code.

Text Font Color

.myTextColor { color: #F4711E; }

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

This text font color is #F4711E.


Background Color

.myBgColor { background-color: #F4711E; }

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

This div background color is #F4711E.


Border color

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

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

This div border color is #F4711E.


Opacity

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

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

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

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

This text has shadow with #F4711E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4711E on black background.


Color preview on white background

This text has color #F4711E on white background.



Black color preview on #F4711E background

This text has black color on #F4711E background.


White color preview on #F4711E background

This text has white color on #F4711E background.