COLOR #F88375

HEX: #F88375
RGB: (248,131,117)

Renk bilgisi

#F88375 contains mainly red color. #F88375 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#F88375 color RGB value is (248,131,117).

  • kırmız ton 248;
  • yeşil ton 131;
  • mavi ton 117.
RGB:
(248,131,117)
(97%,51%,46%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 131 of 255 = 51%
B 117 of 255 = 46%

248
131
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 131 + 117 = 496 (100%)
R 248 of 496 ~ 50%
G 131 of 496 ~ 26.41%
B 117 of 496 ~ 23.59%

%50
%26.41
%23.59

CMYK RENK MODELİ

#F88375 rengi CMYK tonu (0,47,53,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.18%
  • sarı tonu 52.82%
  • ana renk tonu 2.75%
CMYK:
(0,47,53,3)
C0M47Y53K3 
(0%,47%,53%,3%)
(0.00/0.47/0.53/0.03)	

CMYK yüzdeleri

%0
%47.18
%52.82
%2.75

Codes

Color #F88375 in popluar color models

F88375
RGB248131117
HSL90.34%71.57%
HSB/HSV52.82%97.25%
CMYK0.00%47.18%52.82%
2.75%

Color #F88375 in popluar number systems.

HEXF88375
Decimal248131117
Binary11111000100000111110101
Octal370203165

Shades and tints

Shades of #F88375

#F88375
(248,131,117)
#E2786B
(226,120,107)
#CC6D61
(204,109,97)
#B66257
(182,98,87)
#A0574D
(160,87,77)
#8A4C43
(138,76,67)
#744139
(116,65,57)
#5E362F
(94,54,47)
#482B25
(72,43,37)
#32201B
(50,32,27)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #F88375

#F88375
(248,131,117)
#F88E81
(248,142,129)
#F8998D
(248,153,141)
#F8A499
(248,164,153)
#F8AFA5
(248,175,165)
#F8BAB1
(248,186,177)
#F8C5BD
(248,197,189)
#F8D0C9
(248,208,201)
#F8DBD5
(248,219,213)
#F8E6E1
(248,230,225)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F88375; }

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

This text font color is #F88375.


Background Color

.myBgColor { background-color: #F88375; }

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

This div background color is #F88375.


Border color

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

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

This div border color is #F88375.


Opacity

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

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

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

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

This text has shadow with #F88375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88375 on black background.


Color preview on white background

This text has color #F88375 on white background.



Black color preview on #F88375 background

This text has black color on #F88375 background.


White color preview on #F88375 background

This text has white color on #F88375 background.