COLOR #F48663

HEX: #F48663 RGB: (244,134,99)

Color info

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

RGB color model

#F48663 color RGB value is (244,134,99).

RGB: (244,134,99) (96%, 53%, 39%)

RGB channels and saturation

R 244 of 255 = 96%
G 134 of 255 = 53%
B 99 of 255 = 39%

244
134
99

R + G + B ~ 63%. #F48663 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 134 + 99 = 477 (100%)
R 244 of 477 ~ 51.15%
G 134 of 477 ~ 28.09%
B 99 of 477 ~ 20.75'%

%51.15
%28.09
%20.75

CMYK color model

#F48663 color CMYK value is (0,45,59,4).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 59.43%
  • key color value is 4.31%

CMYK: (0,45,59,4)
C0M45Y59K4 (0%, 45%, 59%, 4%)
(0.00 / 0.45 / 0.59 / 0.04)

CMYK percentages

%0
%45.08
%59.43
%4.31

Codes

Color #F48663 in popluar color models

F4 86 63
RGB 244 134 99
HSL 14° 86.83% 67.25%
HSB/HSV 14° 59.43% 95.69%
CMYK 0.00% 45.08% 59.43%
4.31%

Color #F48663 in popluar number systems.

HEX F4 86 63
Decimal 244 134 99
Binary 11110100 10000110 1100011
Octal 364 206 143

Shades and tints

Shades of #F48663

#F48663
(244,134,99)
#DE7A5A
(222,122,90)
#C86E51
(200,110,81)
#B26248
(178,98,72)
#9C563F
(156,86,63)
#864A36
(134,74,54)
#703E2D
(112,62,45)
#5A3224
(90,50,36)
#44261B
(68,38,27)
#2E1A12
(46,26,18)
#180E09
(24,14,9)
#000000
(0,0,0)

Tints of #F48663

#F48663
(244,134,99)
#F59171
(245,145,113)
#F69C7F
(246,156,127)
#F7A78D
(247,167,141)
#F8B29B
(248,178,155)
#F9BDA9
(249,189,169)
#FAC8B7
(250,200,183)
#FBD3C5
(251,211,197)
#FCDED3
(252,222,211)
#FDE9E1
(253,233,225)
#FEF4EF
(254,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F48663; }

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

This text font color is #F48663.

Background Color

.myBgColor { background-color: #F48663; }

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

This div background color is #F48663.

Border color

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

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

This div border color is #F48663.

Opacity

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

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

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

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

This text has shadow with #F48663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F48663.

Preview

Color preview on black background

This text has color #F48663 on black background.


Color preview on white background

This text has color #F48663 on white background.


Black color preview on #F48663 background

This text has black color on #F48663 background.


White color preview on #F48663 background

This text has white color on #F48663 background.


Related colors

Complementary color

Complementary color for #hex is #0B799C.


I love getcolorcode.com

Triadic colors

1 #63F486 and #8663F4 with #F48663 are triadic colors.

2 #6386F4 and #86F463 with #F48663 are triadic colors.