COLOR #F88360

HEX: #F88360
RGB: (248,131,96)

Color info

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

RGB color model

#F88360 color RGB value is (248,131,96).

  • red value is 248;
  • green value is 131;
  • blue value is 96.
RGB:
(248,131,96)
(97%,51%,38%)

RGB channels and saturation

R 248 of 255 = 97%
G 131 of 255 = 51%
B 96 of 255 = 38%

248
131
96

R + G + B ~ 62%. #F88360 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 131 + 96 = 475 (100%)
R 248 of 475 ~ 52.21%
G 131 of 475 ~ 27.58%
B 96 of 475 ~ 20.21%

%52.21
%27.58
%20.21

CMYK color model

#F88360 color CMYK value is (0,47,61,3).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 61.29%
  • key color value is 2.75%
CMYK:
(0,47,61,3)
C0M47Y61K3 
(0%,47%,61%,3%)
(0.00/0.47/0.61/0.03)	

CMYK percentages

%0
%47.18
%61.29
%2.75

Codes

Color #F88360 in popluar color models

F88360
RGB24813196
HSL14°91.57%67.45%
HSB/HSV14°61.29%97.25%
CMYK0.00%47.18%61.29%
2.75%

Color #F88360 in popluar number systems.

HEXF88360
Decimal24813196
Binary11111000100000111100000
Octal370203140

Shades and tints

Shades of #F88360

#F88360
(248,131,96)
#E27858
(226,120,88)
#CC6D50
(204,109,80)
#B66248
(182,98,72)
#A05740
(160,87,64)
#8A4C38
(138,76,56)
#744130
(116,65,48)
#5E3628
(94,54,40)
#482B20
(72,43,32)
#322018
(50,32,24)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #F88360

#F88360
(248,131,96)
#F88E6E
(248,142,110)
#F8997C
(248,153,124)
#F8A48A
(248,164,138)
#F8AF98
(248,175,152)
#F8BAA6
(248,186,166)
#F8C5B4
(248,197,180)
#F8D0C2
(248,208,194)
#F8DBD0
(248,219,208)
#F8E6DE
(248,230,222)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88360 color. Also use rgb(248,131,96) instead hex code.

Text Font Color

.myTextColor { color: #F88360; }

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

This text font color is #F88360.


Background Color

.myBgColor { background-color: #F88360; }

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

This div background color is #F88360.


Border color

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

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

This div border color is #F88360.


Opacity

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

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

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

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

This text has shadow with #F88360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88360 on black background.


Color preview on white background

This text has color #F88360 on white background.



Black color preview on #F88360 background

This text has black color on #F88360 background.


White color preview on #F88360 background

This text has white color on #F88360 background.