COLOR #F88863

HEX: #F88863
RGB: (248,136,99)

Renk bilgisi

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

RGB renk modeli

#F88863 color RGB value is (248,136,99).

  • kırmız ton 248;
  • yeşil ton 136;
  • mavi ton 99.
RGB:
(248,136,99)
(97%,53%,39%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 136 of 255 = 53%
B 99 of 255 = 39%

248
136
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 136 + 99 = 483 (100%)
R 248 of 483 ~ 51.35%
G 136 of 483 ~ 28.16%
B 99 of 483 ~ 20.5%

%51.35
%28.16
%20.5

CMYK RENK MODELİ

#F88863 rengi CMYK tonu (0,45,60,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.16%
  • sarı tonu 60.08%
  • ana renk tonu 2.75%
CMYK:
(0,45,60,3)
C0M45Y60K3 
(0%,45%,60%,3%)
(0.00/0.45/0.60/0.03)	

CMYK yüzdeleri

%0
%45.16
%60.08
%2.75

Codes

Color #F88863 in popluar color models

F88863
RGB24813699
HSL15°91.41%68.04%
HSB/HSV15°60.08%97.25%
CMYK0.00%45.16%60.08%
2.75%

Color #F88863 in popluar number systems.

HEXF88863
Decimal24813699
Binary11111000100010001100011
Octal370210143

Shades and tints

Shades of #F88863

#F88863
(248,136,99)
#E27C5A
(226,124,90)
#CC7051
(204,112,81)
#B66448
(182,100,72)
#A0583F
(160,88,63)
#8A4C36
(138,76,54)
#74402D
(116,64,45)
#5E3424
(94,52,36)
#48281B
(72,40,27)
#321C12
(50,28,18)
#1C1009
(28,16,9)
#000000
(0,0,0)

Tints of #F88863

#F88863
(248,136,99)
#F89271
(248,146,113)
#F89C7F
(248,156,127)
#F8A68D
(248,166,141)
#F8B09B
(248,176,155)
#F8BAA9
(248,186,169)
#F8C4B7
(248,196,183)
#F8CEC5
(248,206,197)
#F8D8D3
(248,216,211)
#F8E2E1
(248,226,225)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88863 color. Also use rgb(248,136,99) instead hex code.

Text Font Color

.myTextColor { color: #F88863; }

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

This text font color is #F88863.


Background Color

.myBgColor { background-color: #F88863; }

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

This div background color is #F88863.


Border color

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

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

This div border color is #F88863.


Opacity

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

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

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

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

This text has shadow with #F88863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88863 on black background.


Color preview on white background

This text has color #F88863 on white background.



Black color preview on #F88863 background

This text has black color on #F88863 background.


White color preview on #F88863 background

This text has white color on #F88863 background.