COLOR #F99E85

HEX: #F99E85
RGB: (249,158,133)

Color info

#F99E85 contains mainly red color. Web safe color of #F99E85 is #FF9999 (or #F99).

RGB color model

#F99E85 color RGB value is (249,158,133).

  • red value is 249;
  • green value is 158;
  • blue value is 133.
RGB:
(249,158,133)
(98%,62%,52%)

RGB channels and saturation

R 249 of 255 = 98%
G 158 of 255 = 62%
B 133 of 255 = 52%

249
158
133

R + G + B ~ 71%. #F99E85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 158 + 133 = 540 (100%)
R 249 of 540 ~ 46.11%
G 158 of 540 ~ 29.26%
B 133 of 540 ~ 24.63%

%46.11
%29.26
%24.63

CMYK color model

#F99E85 color CMYK value is (0,37,47,2).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 46.59%
  • key color value is 2.35%
CMYK:
(0,37,47,2)
C0M37Y47K2 
(0%,37%,47%,2%)
(0.00/0.37/0.47/0.02)	

CMYK percentages

%0
%36.55
%46.59
%2.35

Codes

Color #F99E85 in popluar color models

F99E85
RGB249158133
HSL13°90.63%74.90%
HSB/HSV13°46.59%97.65%
CMYK0.00%36.55%46.59%
2.35%

Color #F99E85 in popluar number systems.

HEXF99E85
Decimal249158133
Binary111110011001111010000101
Octal371236205

Shades and tints

Shades of #F99E85

#F99E85
(249,158,133)
#E39079
(227,144,121)
#CD826D
(205,130,109)
#B77461
(183,116,97)
#A16655
(161,102,85)
#8B5849
(139,88,73)
#754A3D
(117,74,61)
#5F3C31
(95,60,49)
#492E25
(73,46,37)
#332019
(51,32,25)
#1D120D
(29,18,13)
#000000
(0,0,0)

Tints of #F99E85

#F99E85
(249,158,133)
#F9A690
(249,166,144)
#F9AE9B
(249,174,155)
#F9B6A6
(249,182,166)
#F9BEB1
(249,190,177)
#F9C6BC
(249,198,188)
#F9CEC7
(249,206,199)
#F9D6D2
(249,214,210)
#F9DEDD
(249,222,221)
#F9E6E8
(249,230,232)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99E85 color. Also use rgb(249,158,133) instead hex code.

Text Font Color

.myTextColor { color: #F99E85; }

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

This text font color is #F99E85.


Background Color

.myBgColor { background-color: #F99E85; }

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

This div background color is #F99E85.


Border color

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

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

This div border color is #F99E85.


Opacity

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

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

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

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

This text has shadow with #F99E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99E85 on black background.


Color preview on white background

This text has color #F99E85 on white background.



Black color preview on #F99E85 background

This text has black color on #F99E85 background.


White color preview on #F99E85 background

This text has white color on #F99E85 background.