COLOR #F48462

HEX: #F48462
RGB: (244,132,98)

Color info

#F48462 contains mainly red color. Web safe color of #F48462 is #FF9966 (or #F96).

RGB color model

#F48462 color RGB value is (244,132,98).

  • red value is 244;
  • green value is 132;
  • blue value is 98.
RGB:
(244,132,98)
(96%,52%,38%)

RGB channels and saturation

R 244 of 255 = 96%
G 132 of 255 = 52%
B 98 of 255 = 38%

244
132
98

R + G + B ~ 62%. #F48462 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 132 + 98 = 474 (100%)
R 244 of 474 ~ 51.48%
G 132 of 474 ~ 27.85%
B 98 of 474 ~ 20.68%

%51.48
%27.85
%20.68

CMYK color model

#F48462 color CMYK value is (0,46,60,4).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 59.84%
  • key color value is 4.31%
CMYK:
(0,46,60,4)
C0M46Y60K4 
(0%,46%,60%,4%)
(0.00/0.46/0.60/0.04)	

CMYK percentages

%0
%45.9
%59.84
%4.31

Codes

Color #F48462 in popluar color models

F48462
RGB24413298
HSL14°86.90%67.06%
HSB/HSV14°59.84%95.69%
CMYK0.00%45.90%59.84%
4.31%

Color #F48462 in popluar number systems.

HEXF48462
Decimal24413298
Binary11110100100001001100010
Octal364204142

Shades and tints

Shades of #F48462

#F48462
(244,132,98)
#DE785A
(222,120,90)
#C86C52
(200,108,82)
#B2604A
(178,96,74)
#9C5442
(156,84,66)
#86483A
(134,72,58)
#703C32
(112,60,50)
#5A302A
(90,48,42)
#442422
(68,36,34)
#2E181A
(46,24,26)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #F48462

#F48462
(244,132,98)
#F58F70
(245,143,112)
#F69A7E
(246,154,126)
#F7A58C
(247,165,140)
#F8B09A
(248,176,154)
#F9BBA8
(249,187,168)
#FAC6B6
(250,198,182)
#FBD1C4
(251,209,196)
#FCDCD2
(252,220,210)
#FDE7E0
(253,231,224)
#FEF2EE
(254,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48462 color. Also use rgb(244,132,98) instead hex code.

Text Font Color

.myTextColor { color: #F48462; }

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

This text font color is #F48462.


Background Color

.myBgColor { background-color: #F48462; }

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

This div background color is #F48462.


Border color

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

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

This div border color is #F48462.


Opacity

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

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

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

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

This text has shadow with #F48462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48462 on black background.


Color preview on white background

This text has color #F48462 on white background.



Black color preview on #F48462 background

This text has black color on #F48462 background.


White color preview on #F48462 background

This text has white color on #F48462 background.