COLOR #F08D6A

HEX: #F08D6A
RGB: (240,141,106)

Color info

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

RGB color model

#F08D6A color RGB value is (240,141,106).

  • red value is 240;
  • green value is 141;
  • blue value is 106.
RGB:
(240,141,106)
(94%,55%,42%)

RGB channels and saturation

R 240 of 255 = 94%
G 141 of 255 = 55%
B 106 of 255 = 42%

240
141
106

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

Portions of RGB colors in percentages

R + G + B =
240 + 141 + 106 = 487 (100%)
R 240 of 487 ~ 49.28%
G 141 of 487 ~ 28.95%
B 106 of 487 ~ 21.77%

%49.28
%28.95
%21.77

CMYK color model

#F08D6A color CMYK value is (0,41,56,6).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 55.83%
  • key color value is 5.88%
CMYK:
(0,41,56,6)
C0M41Y56K6 
(0%,41%,56%,6%)
(0.00/0.41/0.56/0.06)	

CMYK percentages

%0
%41.25
%55.83
%5.88

Codes

Color #F08D6A in popluar color models

F08D6A
RGB240141106
HSL16°81.71%67.84%
HSB/HSV16°55.83%94.12%
CMYK0.00%41.25%55.83%
5.88%

Color #F08D6A in popluar number systems.

HEXF08D6A
Decimal240141106
Binary11110000100011011101010
Octal360215152

Shades and tints

Shades of #F08D6A

#F08D6A
(240,141,106)
#DB8161
(219,129,97)
#C67558
(198,117,88)
#B1694F
(177,105,79)
#9C5D46
(156,93,70)
#87513D
(135,81,61)
#724534
(114,69,52)
#5D392B
(93,57,43)
#482D22
(72,45,34)
#332119
(51,33,25)
#1E1510
(30,21,16)
#000000
(0,0,0)

Tints of #F08D6A

#F08D6A
(240,141,106)
#F19777
(241,151,119)
#F2A184
(242,161,132)
#F3AB91
(243,171,145)
#F4B59E
(244,181,158)
#F5BFAB
(245,191,171)
#F6C9B8
(246,201,184)
#F7D3C5
(247,211,197)
#F8DDD2
(248,221,210)
#F9E7DF
(249,231,223)
#FAF1EC
(250,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08D6A color. Also use rgb(240,141,106) instead hex code.

Text Font Color

.myTextColor { color: #F08D6A; }

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

This text font color is #F08D6A.


Background Color

.myBgColor { background-color: #F08D6A; }

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

This div background color is #F08D6A.


Border color

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

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

This div border color is #F08D6A.


Opacity

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

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

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

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

This text has shadow with #F08D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08D6A on black background.


Color preview on white background

This text has color #F08D6A on white background.



Black color preview on #F08D6A background

This text has black color on #F08D6A background.


White color preview on #F08D6A background

This text has white color on #F08D6A background.