COLOR #F98669

HEX: #F98669
RGB: (249,134,105)

Color info

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

RGB color model

#F98669 color RGB value is (249,134,105).

  • red value is 249;
  • green value is 134;
  • blue value is 105.
RGB:
(249,134,105)
(98%,53%,41%)

RGB channels and saturation

R 249 of 255 = 98%
G 134 of 255 = 53%
B 105 of 255 = 41%

249
134
105

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

Portions of RGB colors in percentages

R + G + B =
249 + 134 + 105 = 488 (100%)
R 249 of 488 ~ 51.02%
G 134 of 488 ~ 27.46%
B 105 of 488 ~ 21.52%

%51.02
%27.46
%21.52

CMYK color model

#F98669 color CMYK value is (0,46,58,2).

  • cyan value is 0.00%
  • magenta value is 46.18%
  • yellow value is 57.83%
  • key color value is 2.35%
CMYK:
(0,46,58,2)
C0M46Y58K2 
(0%,46%,58%,2%)
(0.00/0.46/0.58/0.02)	

CMYK percentages

%0
%46.18
%57.83
%2.35

Codes

Color #F98669 in popluar color models

F98669
RGB249134105
HSL12°92.31%69.41%
HSB/HSV12°57.83%97.65%
CMYK0.00%46.18%57.83%
2.35%

Color #F98669 in popluar number systems.

HEXF98669
Decimal249134105
Binary11111001100001101101001
Octal371206151

Shades and tints

Shades of #F98669

#F98669
(249,134,105)
#E37A60
(227,122,96)
#CD6E57
(205,110,87)
#B7624E
(183,98,78)
#A15645
(161,86,69)
#8B4A3C
(139,74,60)
#753E33
(117,62,51)
#5F322A
(95,50,42)
#492621
(73,38,33)
#331A18
(51,26,24)
#1D0E0F
(29,14,15)
#000000
(0,0,0)

Tints of #F98669

#F98669
(249,134,105)
#F99176
(249,145,118)
#F99C83
(249,156,131)
#F9A790
(249,167,144)
#F9B29D
(249,178,157)
#F9BDAA
(249,189,170)
#F9C8B7
(249,200,183)
#F9D3C4
(249,211,196)
#F9DED1
(249,222,209)
#F9E9DE
(249,233,222)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98669 color. Also use rgb(249,134,105) instead hex code.

Text Font Color

.myTextColor { color: #F98669; }

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

This text font color is #F98669.


Background Color

.myBgColor { background-color: #F98669; }

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

This div background color is #F98669.


Border color

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

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

This div border color is #F98669.


Opacity

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

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

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

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

This text has shadow with #F98669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98669 on black background.


Color preview on white background

This text has color #F98669 on white background.



Black color preview on #F98669 background

This text has black color on #F98669 background.


White color preview on #F98669 background

This text has white color on #F98669 background.