COLOR #F98D6C

HEX: #F98D6C
RGB: (249,141,108)

Color info

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

RGB color model

#F98D6C color RGB value is (249,141,108).

  • red value is 249;
  • green value is 141;
  • blue value is 108.
RGB:
(249,141,108)
(98%,55%,42%)

RGB channels and saturation

R 249 of 255 = 98%
G 141 of 255 = 55%
B 108 of 255 = 42%

249
141
108

R + G + B ~ 65%. #F98D6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 141 + 108 = 498 (100%)
R 249 of 498 ~ 50%
G 141 of 498 ~ 28.31%
B 108 of 498 ~ 21.69%

%50
%28.31
%21.69

CMYK color model

#F98D6C color CMYK value is (0,43,57,2).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 56.63%
  • key color value is 2.35%
CMYK:
(0,43,57,2)
C0M43Y57K2 
(0%,43%,57%,2%)
(0.00/0.43/0.57/0.02)	

CMYK percentages

%0
%43.37
%56.63
%2.35

Codes

Color #F98D6C in popluar color models

F98D6C
RGB249141108
HSL14°92.16%70.00%
HSB/HSV14°56.63%97.65%
CMYK0.00%43.37%56.63%
2.35%

Color #F98D6C in popluar number systems.

HEXF98D6C
Decimal249141108
Binary11111001100011011101100
Octal371215154

Shades and tints

Shades of #F98D6C

#F98D6C
(249,141,108)
#E38163
(227,129,99)
#CD755A
(205,117,90)
#B76951
(183,105,81)
#A15D48
(161,93,72)
#8B513F
(139,81,63)
#754536
(117,69,54)
#5F392D
(95,57,45)
#492D24
(73,45,36)
#33211B
(51,33,27)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #F98D6C

#F98D6C
(249,141,108)
#F99779
(249,151,121)
#F9A186
(249,161,134)
#F9AB93
(249,171,147)
#F9B5A0
(249,181,160)
#F9BFAD
(249,191,173)
#F9C9BA
(249,201,186)
#F9D3C7
(249,211,199)
#F9DDD4
(249,221,212)
#F9E7E1
(249,231,225)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98D6C color. Also use rgb(249,141,108) instead hex code.

Text Font Color

.myTextColor { color: #F98D6C; }

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

This text font color is #F98D6C.


Background Color

.myBgColor { background-color: #F98D6C; }

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

This div background color is #F98D6C.


Border color

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

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

This div border color is #F98D6C.


Opacity

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

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

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

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

This text has shadow with #F98D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98D6C on black background.


Color preview on white background

This text has color #F98D6C on white background.



Black color preview on #F98D6C background

This text has black color on #F98D6C background.


White color preview on #F98D6C background

This text has white color on #F98D6C background.