COLOR #F28A73

HEX: #F28A73
RGB: (242,138,115)

Color info

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

RGB color model

#F28A73 color RGB value is (242,138,115).

  • red value is 242;
  • green value is 138;
  • blue value is 115.
RGB:
(242,138,115)
(95%,54%,45%)

RGB channels and saturation

R 242 of 255 = 95%
G 138 of 255 = 54%
B 115 of 255 = 45%

242
138
115

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

Portions of RGB colors in percentages

R + G + B =
242 + 138 + 115 = 495 (100%)
R 242 of 495 ~ 48.89%
G 138 of 495 ~ 27.88%
B 115 of 495 ~ 23.23%

%48.89
%27.88
%23.23

CMYK color model

#F28A73 color CMYK value is (0,43,52,5).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 52.48%
  • key color value is 5.10%
CMYK:
(0,43,52,5)
C0M43Y52K5 
(0%,43%,52%,5%)
(0.00/0.43/0.52/0.05)	

CMYK percentages

%0
%42.98
%52.48
%5.1

Codes

Color #F28A73 in popluar color models

F28A73
RGB242138115
HSL11°83.01%70.00%
HSB/HSV11°52.48%94.90%
CMYK0.00%42.98%52.48%
5.10%

Color #F28A73 in popluar number systems.

HEXF28A73
Decimal242138115
Binary11110010100010101110011
Octal362212163

Shades and tints

Shades of #F28A73

#F28A73
(242,138,115)
#DC7E69
(220,126,105)
#C6725F
(198,114,95)
#B06655
(176,102,85)
#9A5A4B
(154,90,75)
#844E41
(132,78,65)
#6E4237
(110,66,55)
#58362D
(88,54,45)
#422A23
(66,42,35)
#2C1E19
(44,30,25)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #F28A73

#F28A73
(242,138,115)
#F3947F
(243,148,127)
#F49E8B
(244,158,139)
#F5A897
(245,168,151)
#F6B2A3
(246,178,163)
#F7BCAF
(247,188,175)
#F8C6BB
(248,198,187)
#F9D0C7
(249,208,199)
#FADAD3
(250,218,211)
#FBE4DF
(251,228,223)
#FCEEEB
(252,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F28A73 color. Also use rgb(242,138,115) instead hex code.

Text Font Color

.myTextColor { color: #F28A73; }

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

This text font color is #F28A73.


Background Color

.myBgColor { background-color: #F28A73; }

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

This div background color is #F28A73.


Border color

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

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

This div border color is #F28A73.


Opacity

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

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

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

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

This text has shadow with #F28A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F28A73 on black background.


Color preview on white background

This text has color #F28A73 on white background.



Black color preview on #F28A73 background

This text has black color on #F28A73 background.


White color preview on #F28A73 background

This text has white color on #F28A73 background.