COLOR #F08679

HEX: #F08679
RGB: (240,134,121)

Color info

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

RGB color model

#F08679 color RGB value is (240,134,121).

  • red value is 240;
  • green value is 134;
  • blue value is 121.
RGB:
(240,134,121)
(94%,53%,47%)

RGB channels and saturation

R 240 of 255 = 94%
G 134 of 255 = 53%
B 121 of 255 = 47%

240
134
121

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

Portions of RGB colors in percentages

R + G + B =
240 + 134 + 121 = 495 (100%)
R 240 of 495 ~ 48.48%
G 134 of 495 ~ 27.07%
B 121 of 495 ~ 24.44%

%48.48
%27.07
%24.44

CMYK color model

#F08679 color CMYK value is (0,44,50,6).

  • cyan value is 0.00%
  • magenta value is 44.17%
  • yellow value is 49.58%
  • key color value is 5.88%
CMYK:
(0,44,50,6)
C0M44Y50K6 
(0%,44%,50%,6%)
(0.00/0.44/0.50/0.06)	

CMYK percentages

%0
%44.17
%49.58
%5.88

Codes

Color #F08679 in popluar color models

F08679
RGB240134121
HSL79.87%70.78%
HSB/HSV49.58%94.12%
CMYK0.00%44.17%49.58%
5.88%

Color #F08679 in popluar number systems.

HEXF08679
Decimal240134121
Binary11110000100001101111001
Octal360206171

Shades and tints

Shades of #F08679

#F08679
(240,134,121)
#DB7A6E
(219,122,110)
#C66E63
(198,110,99)
#B16258
(177,98,88)
#9C564D
(156,86,77)
#874A42
(135,74,66)
#723E37
(114,62,55)
#5D322C
(93,50,44)
#482621
(72,38,33)
#331A16
(51,26,22)
#1E0E0B
(30,14,11)
#000000
(0,0,0)

Tints of #F08679

#F08679
(240,134,121)
#F19185
(241,145,133)
#F29C91
(242,156,145)
#F3A79D
(243,167,157)
#F4B2A9
(244,178,169)
#F5BDB5
(245,189,181)
#F6C8C1
(246,200,193)
#F7D3CD
(247,211,205)
#F8DED9
(248,222,217)
#F9E9E5
(249,233,229)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08679 color. Also use rgb(240,134,121) instead hex code.

Text Font Color

.myTextColor { color: #F08679; }

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

This text font color is #F08679.


Background Color

.myBgColor { background-color: #F08679; }

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

This div background color is #F08679.


Border color

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

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

This div border color is #F08679.


Opacity

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

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

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

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

This text has shadow with #F08679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08679 on black background.


Color preview on white background

This text has color #F08679 on white background.



Black color preview on #F08679 background

This text has black color on #F08679 background.


White color preview on #F08679 background

This text has white color on #F08679 background.