COLOR #F8896C

HEX: #F8896C RGB: (248,137,108)

Color info

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

RGB color model

#F8896C color RGB value is (248,137,108).

RGB: (248,137,108) (97%, 54%, 42%)

RGB channels and saturation

R 248 of 255 = 97%
G 137 of 255 = 54%
B 108 of 255 = 42%

248
137
108

R + G + B ~ 64%. #F8896C is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 137 + 108 = 493 (100%)
R 248 of 493 ~ 50.3%
G 137 of 493 ~ 27.79%
B 108 of 493 ~ 21.91'%

%50.3
%27.79
%21.91

CMYK color model

#F8896C color CMYK value is (0,45,56,3).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 56.45%
  • key color value is 2.75%

CMYK: (0,45,56,3)
C0M45Y56K3 (0%, 45%, 56%, 3%)
(0.00 / 0.45 / 0.56 / 0.03)

CMYK percentages

%0
%44.76
%56.45
%2.75

Codes

Color #F8896C in popluar color models

F8 89 6C
RGB 248 137 108
HSL 12° 90.91% 69.80%
HSB/HSV 12° 56.45% 97.25%
CMYK 0.00% 44.76% 56.45%
2.75%

Color #F8896C in popluar number systems.

HEX F8 89 6C
Decimal 248 137 108
Binary 11111000 10001001 1101100
Octal 370 211 154

Shades and tints

Shades of #F8896C

#F8896C
(248,137,108)
#E27D63
(226,125,99)
#CC715A
(204,113,90)
#B66551
(182,101,81)
#A05948
(160,89,72)
#8A4D3F
(138,77,63)
#744136
(116,65,54)
#5E352D
(94,53,45)
#482924
(72,41,36)
#321D1B
(50,29,27)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #F8896C

#F8896C
(248,137,108)
#F89379
(248,147,121)
#F89D86
(248,157,134)
#F8A793
(248,167,147)
#F8B1A0
(248,177,160)
#F8BBAD
(248,187,173)
#F8C5BA
(248,197,186)
#F8CFC7
(248,207,199)
#F8D9D4
(248,217,212)
#F8E3E1
(248,227,225)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8896C color. Also use rgb(248,137,108) instead hex code.

Text Font Color

.myTextColor { color: #F8896C; }

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

This text font color is #F8896C.

Background Color

.myBgColor { background-color: #F8896C; }

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

This div background color is #F8896C.

Border color

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

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

This div border color is #F8896C.

Opacity

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

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

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

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

This text has shadow with #F8896C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8896C.

Preview

Color preview on black background

This text has color #F8896C on black background.


Color preview on white background

This text has color #F8896C on white background.


Black color preview on #F8896C background

This text has black color on #F8896C background.


White color preview on #F8896C background

This text has white color on #F8896C background.


Related colors

Complementary color

Complementary color for #hex is #077693.


I love getcolorcode.com

Triadic colors

1 #6CF889 and #896CF8 with #F8896C are triadic colors.

2 #6C89F8 and #89F86C with #F8896C are triadic colors.