COLOR #F99C81

HEX: #F99C81
RGB: (249,156,129)

Color info

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

RGB color model

#F99C81 color RGB value is (249,156,129).

  • red value is 249;
  • green value is 156;
  • blue value is 129.
RGB:
(249,156,129)
(98%,61%,51%)

RGB channels and saturation

R 249 of 255 = 98%
G 156 of 255 = 61%
B 129 of 255 = 51%

249
156
129

R + G + B ~ 70%. #F99C81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 156 + 129 = 534 (100%)
R 249 of 534 ~ 46.63%
G 156 of 534 ~ 29.21%
B 129 of 534 ~ 24.16%

%46.63
%29.21
%24.16

CMYK color model

#F99C81 color CMYK value is (0,37,48,2).

  • cyan value is 0.00%
  • magenta value is 37.35%
  • yellow value is 48.19%
  • key color value is 2.35%
CMYK:
(0,37,48,2)
C0M37Y48K2 
(0%,37%,48%,2%)
(0.00/0.37/0.48/0.02)	

CMYK percentages

%0
%37.35
%48.19
%2.35

Codes

Color #F99C81 in popluar color models

F99C81
RGB249156129
HSL14°90.91%74.12%
HSB/HSV14°48.19%97.65%
CMYK0.00%37.35%48.19%
2.35%

Color #F99C81 in popluar number systems.

HEXF99C81
Decimal249156129
Binary111110011001110010000001
Octal371234201

Shades and tints

Shades of #F99C81

#F99C81
(249,156,129)
#E38E76
(227,142,118)
#CD806B
(205,128,107)
#B77260
(183,114,96)
#A16455
(161,100,85)
#8B564A
(139,86,74)
#75483F
(117,72,63)
#5F3A34
(95,58,52)
#492C29
(73,44,41)
#331E1E
(51,30,30)
#1D1013
(29,16,19)
#000000
(0,0,0)

Tints of #F99C81

#F99C81
(249,156,129)
#F9A58C
(249,165,140)
#F9AE97
(249,174,151)
#F9B7A2
(249,183,162)
#F9C0AD
(249,192,173)
#F9C9B8
(249,201,184)
#F9D2C3
(249,210,195)
#F9DBCE
(249,219,206)
#F9E4D9
(249,228,217)
#F9EDE4
(249,237,228)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99C81 color. Also use rgb(249,156,129) instead hex code.

Text Font Color

.myTextColor { color: #F99C81; }

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

This text font color is #F99C81.


Background Color

.myBgColor { background-color: #F99C81; }

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

This div background color is #F99C81.


Border color

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

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

This div border color is #F99C81.


Opacity

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

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

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

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

This text has shadow with #F99C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99C81 on black background.


Color preview on white background

This text has color #F99C81 on white background.



Black color preview on #F99C81 background

This text has black color on #F99C81 background.


White color preview on #F99C81 background

This text has white color on #F99C81 background.