COLOR #F48C37

HEX: #F48C37
RGB: (244,140,55)

Color info

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

RGB color model

#F48C37 color RGB value is (244,140,55).

  • red value is 244;
  • green value is 140;
  • blue value is 55.
RGB:
(244,140,55)
(96%,55%,22%)

RGB channels and saturation

R 244 of 255 = 96%
G 140 of 255 = 55%
B 55 of 255 = 22%

244
140
55

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

Portions of RGB colors in percentages

R + G + B =
244 + 140 + 55 = 439 (100%)
R 244 of 439 ~ 55.58%
G 140 of 439 ~ 31.89%
B 55 of 439 ~ 12.53%

%55.58
%31.89
%12.53

CMYK color model

#F48C37 color CMYK value is (0,43,77,4).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 77.46%
  • key color value is 4.31%
CMYK:
(0,43,77,4)
C0M43Y77K4 
(0%,43%,77%,4%)
(0.00/0.43/0.77/0.04)	

CMYK percentages

%0
%42.62
%77.46
%4.31

Codes

Color #F48C37 in popluar color models

F48C37
RGB24414055
HSL27°89.57%58.63%
HSB/HSV27°77.46%95.69%
CMYK0.00%42.62%77.46%
4.31%

Color #F48C37 in popluar number systems.

HEXF48C37
Decimal24414055
Binary1111010010001100110111
Octal36421467

Shades and tints

Shades of #F48C37

#F48C37
(244,140,55)
#DE8032
(222,128,50)
#C8742D
(200,116,45)
#B26828
(178,104,40)
#9C5C23
(156,92,35)
#86501E
(134,80,30)
#704419
(112,68,25)
#5A3814
(90,56,20)
#442C0F
(68,44,15)
#2E200A
(46,32,10)
#181405
(24,20,5)
#000000
(0,0,0)

Tints of #F48C37

#F48C37
(244,140,55)
#F59649
(245,150,73)
#F6A05B
(246,160,91)
#F7AA6D
(247,170,109)
#F8B47F
(248,180,127)
#F9BE91
(249,190,145)
#FAC8A3
(250,200,163)
#FBD2B5
(251,210,181)
#FCDCC7
(252,220,199)
#FDE6D9
(253,230,217)
#FEF0EB
(254,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48C37 color. Also use rgb(244,140,55) instead hex code.

Text Font Color

.myTextColor { color: #F48C37; }

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

This text font color is #F48C37.


Background Color

.myBgColor { background-color: #F48C37; }

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

This div background color is #F48C37.


Border color

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

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

This div border color is #F48C37.


Opacity

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

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

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

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

This text has shadow with #F48C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48C37 on black background.


Color preview on white background

This text has color #F48C37 on white background.



Black color preview on #F48C37 background

This text has black color on #F48C37 background.


White color preview on #F48C37 background

This text has white color on #F48C37 background.