COLOR #F09969

HEX: #F09969
RGB: (240,153,105)

Color info

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

RGB color model

#F09969 color RGB value is (240,153,105).

  • red value is 240;
  • green value is 153;
  • blue value is 105.
RGB:
(240,153,105)
(94%,60%,41%)

RGB channels and saturation

R 240 of 255 = 94%
G 153 of 255 = 60%
B 105 of 255 = 41%

240
153
105

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

Portions of RGB colors in percentages

R + G + B =
240 + 153 + 105 = 498 (100%)
R 240 of 498 ~ 48.19%
G 153 of 498 ~ 30.72%
B 105 of 498 ~ 21.08%

%48.19
%30.72
%21.08

CMYK color model

#F09969 color CMYK value is (0,36,56,6).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 56.25%
  • key color value is 5.88%
CMYK:
(0,36,56,6)
C0M36Y56K6 
(0%,36%,56%,6%)
(0.00/0.36/0.56/0.06)	

CMYK percentages

%0
%36.25
%56.25
%5.88

Codes

Color #F09969 in popluar color models

F09969
RGB240153105
HSL21°81.82%67.65%
HSB/HSV21°56.25%94.12%
CMYK0.00%36.25%56.25%
5.88%

Color #F09969 in popluar number systems.

HEXF09969
Decimal240153105
Binary11110000100110011101001
Octal360231151

Shades and tints

Shades of #F09969

#F09969
(240,153,105)
#DB8C60
(219,140,96)
#C67F57
(198,127,87)
#B1724E
(177,114,78)
#9C6545
(156,101,69)
#87583C
(135,88,60)
#724B33
(114,75,51)
#5D3E2A
(93,62,42)
#483121
(72,49,33)
#332418
(51,36,24)
#1E170F
(30,23,15)
#000000
(0,0,0)

Tints of #F09969

#F09969
(240,153,105)
#F1A276
(241,162,118)
#F2AB83
(242,171,131)
#F3B490
(243,180,144)
#F4BD9D
(244,189,157)
#F5C6AA
(245,198,170)
#F6CFB7
(246,207,183)
#F7D8C4
(247,216,196)
#F8E1D1
(248,225,209)
#F9EADE
(249,234,222)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09969 color. Also use rgb(240,153,105) instead hex code.

Text Font Color

.myTextColor { color: #F09969; }

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

This text font color is #F09969.


Background Color

.myBgColor { background-color: #F09969; }

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

This div background color is #F09969.


Border color

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

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

This div border color is #F09969.


Opacity

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

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

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

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

This text has shadow with #F09969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09969 on black background.


Color preview on white background

This text has color #F09969 on white background.



Black color preview on #F09969 background

This text has black color on #F09969 background.


White color preview on #F09969 background

This text has white color on #F09969 background.