COLOR #F48143

HEX: #F48143
RGB: (244,129,67)

Color info

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

RGB color model

#F48143 color RGB value is (244,129,67).

  • red value is 244;
  • green value is 129;
  • blue value is 67.
RGB:
(244,129,67)
(96%,51%,26%)

RGB channels and saturation

R 244 of 255 = 96%
G 129 of 255 = 51%
B 67 of 255 = 26%

244
129
67

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

Portions of RGB colors in percentages

R + G + B =
244 + 129 + 67 = 440 (100%)
R 244 of 440 ~ 55.45%
G 129 of 440 ~ 29.32%
B 67 of 440 ~ 15.23%

%55.45
%29.32
%15.23

CMYK color model

#F48143 color CMYK value is (0,47,73,4).

  • cyan value is 0.00%
  • magenta value is 47.13%
  • yellow value is 72.54%
  • key color value is 4.31%
CMYK:
(0,47,73,4)
C0M47Y73K4 
(0%,47%,73%,4%)
(0.00/0.47/0.73/0.04)	

CMYK percentages

%0
%47.13
%72.54
%4.31

Codes

Color #F48143 in popluar color models

F48143
RGB24412967
HSL21°88.94%60.98%
HSB/HSV21°72.54%95.69%
CMYK0.00%47.13%72.54%
4.31%

Color #F48143 in popluar number systems.

HEXF48143
Decimal24412967
Binary11110100100000011000011
Octal364201103

Shades and tints

Shades of #F48143

#F48143
(244,129,67)
#DE763D
(222,118,61)
#C86B37
(200,107,55)
#B26031
(178,96,49)
#9C552B
(156,85,43)
#864A25
(134,74,37)
#703F1F
(112,63,31)
#5A3419
(90,52,25)
#442913
(68,41,19)
#2E1E0D
(46,30,13)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #F48143

#F48143
(244,129,67)
#F58C54
(245,140,84)
#F69765
(246,151,101)
#F7A276
(247,162,118)
#F8AD87
(248,173,135)
#F9B898
(249,184,152)
#FAC3A9
(250,195,169)
#FBCEBA
(251,206,186)
#FCD9CB
(252,217,203)
#FDE4DC
(253,228,220)
#FEEFED
(254,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48143 color. Also use rgb(244,129,67) instead hex code.

Text Font Color

.myTextColor { color: #F48143; }

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

This text font color is #F48143.


Background Color

.myBgColor { background-color: #F48143; }

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

This div background color is #F48143.


Border color

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

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

This div border color is #F48143.


Opacity

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

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

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

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

This text has shadow with #F48143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48143 on black background.


Color preview on white background

This text has color #F48143 on white background.



Black color preview on #F48143 background

This text has black color on #F48143 background.


White color preview on #F48143 background

This text has white color on #F48143 background.