COLOR #F98D66

HEX: #F98D66
RGB: (249,141,102)

Color info

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

RGB color model

#F98D66 color RGB value is (249,141,102).

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

RGB channels and saturation

R 249 of 255 = 98%
G 141 of 255 = 55%
B 102 of 255 = 40%

249
141
102

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

Portions of RGB colors in percentages

R + G + B =
249 + 141 + 102 = 492 (100%)
R 249 of 492 ~ 50.61%
G 141 of 492 ~ 28.66%
B 102 of 492 ~ 20.73%

%50.61
%28.66
%20.73

CMYK color model

#F98D66 color CMYK value is (0,43,59,2).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 59.04%
  • key color value is 2.35%
CMYK:
(0,43,59,2)
C0M43Y59K2 
(0%,43%,59%,2%)
(0.00/0.43/0.59/0.02)	

CMYK percentages

%0
%43.37
%59.04
%2.35

Codes

Color #F98D66 in popluar color models

F98D66
RGB249141102
HSL16°92.45%68.82%
HSB/HSV16°59.04%97.65%
CMYK0.00%43.37%59.04%
2.35%

Color #F98D66 in popluar number systems.

HEXF98D66
Decimal249141102
Binary11111001100011011100110
Octal371215146

Shades and tints

Shades of #F98D66

#F98D66
(249,141,102)
#E3815D
(227,129,93)
#CD7554
(205,117,84)
#B7694B
(183,105,75)
#A15D42
(161,93,66)
#8B5139
(139,81,57)
#754530
(117,69,48)
#5F3927
(95,57,39)
#492D1E
(73,45,30)
#332115
(51,33,21)
#1D150C
(29,21,12)
#000000
(0,0,0)

Tints of #F98D66

#F98D66
(249,141,102)
#F99773
(249,151,115)
#F9A180
(249,161,128)
#F9AB8D
(249,171,141)
#F9B59A
(249,181,154)
#F9BFA7
(249,191,167)
#F9C9B4
(249,201,180)
#F9D3C1
(249,211,193)
#F9DDCE
(249,221,206)
#F9E7DB
(249,231,219)
#F9F1E8
(249,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F98D66; }

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

This text font color is #F98D66.


Background Color

.myBgColor { background-color: #F98D66; }

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

This div background color is #F98D66.


Border color

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

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

This div border color is #F98D66.


Opacity

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

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

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

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

This text has shadow with #F98D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98D66 on black background.


Color preview on white background

This text has color #F98D66 on white background.



Black color preview on #F98D66 background

This text has black color on #F98D66 background.


White color preview on #F98D66 background

This text has white color on #F98D66 background.