COLOR #F08374

HEX: #F08374 RGB: (240,131,116)

Color info

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

RGB color model

#F08374 color RGB value is (240,131,116).

RGB: (240,131,116) (94%, 51%, 45%)

RGB channels and saturation

R 240 of 255 = 94%
G 131 of 255 = 51%
B 116 of 255 = 45%

240
131
116

R + G + B ~ 63%. #F08374 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 131 + 116 = 487 (100%)
R 240 of 487 ~ 49.28%
G 131 of 487 ~ 26.9%
B 116 of 487 ~ 23.82'%

%49.28
%26.9
%23.82

CMYK color model

#F08374 color CMYK value is (0,45,52,6).

  • cyan value is 0.00%
  • magenta value is 45.42%
  • yellow value is 51.67%
  • key color value is 5.88%

CMYK: (0,45,52,6)
C0M45Y52K6 (0%, 45%, 52%, 6%)
(0.00 / 0.45 / 0.52 / 0.06)

CMYK percentages

%0
%45.42
%51.67
%5.88

Codes

Color #F08374 in popluar color models

F0 83 74
RGB 240 131 116
HSL 80.52% 69.80%
HSB/HSV 51.67% 94.12%
CMYK 0.00% 45.42% 51.67%
5.88%

Color #F08374 in popluar number systems.

HEX F0 83 74
Decimal 240 131 116
Binary 11110000 10000011 1110100
Octal 360 203 164

Shades and tints

Shades of #F08374

#F08374
(240,131,116)
#DB786A
(219,120,106)
#C66D60
(198,109,96)
#B16256
(177,98,86)
#9C574C
(156,87,76)
#874C42
(135,76,66)
#724138
(114,65,56)
#5D362E
(93,54,46)
#482B24
(72,43,36)
#33201A
(51,32,26)
#1E1510
(30,21,16)
#000000
(0,0,0)

Tints of #F08374

#F08374
(240,131,116)
#F18E80
(241,142,128)
#F2998C
(242,153,140)
#F3A498
(243,164,152)
#F4AFA4
(244,175,164)
#F5BAB0
(245,186,176)
#F6C5BC
(246,197,188)
#F7D0C8
(247,208,200)
#F8DBD4
(248,219,212)
#F9E6E0
(249,230,224)
#FAF1EC
(250,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08374 color. Also use rgb(240,131,116) instead hex code.

Text Font Color

.myTextColor { color: #F08374; }

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

This text font color is #F08374.

Background Color

.myBgColor { background-color: #F08374; }

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

This div background color is #F08374.

Border color

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

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

This div border color is #F08374.

Opacity

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

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

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

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

This text has shadow with #F08374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08374.

Preview

Color preview on black background

This text has color #F08374 on black background.


Color preview on white background

This text has color #F08374 on white background.


Black color preview on #F08374 background

This text has black color on #F08374 background.


White color preview on #F08374 background

This text has white color on #F08374 background.


Related colors

Complementary color

Complementary color for #hex is #0F7C8B.


I love getcolorcode.com

Triadic colors

1 #74F083 and #8374F0 with #F08374 are triadic colors.

2 #7483F0 and #83F074 with #F08374 are triadic colors.