COLOR #F8321E

HEX: #F8321E
RGB: (248,50,30)

Renk bilgisi

#F8321E contains mainly red color. #F8321E ‘ nin web güvenlik rengi #FF3333 (ya da #F33) dir.

RGB renk modeli

#F8321E color RGB value is (248,50,30).

  • kırmız ton 248;
  • yeşil ton 50;
  • mavi ton 30.
RGB:
(248,50,30)
(97%,20%,12%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 50 of 255 = 20%
B 30 of 255 = 12%

248
50
30

R + G + B ~ 43%. #F8321E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 50 + 30 = 328 (100%)
R 248 of 328 ~ 75.61%
G 50 of 328 ~ 15.24%
B 30 of 328 ~ 9.15%

%75.61
%15.24

CMYK RENK MODELİ

#F8321E rengi CMYK tonu (0,80,88,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 79.84%
  • sarı tonu 87.90%
  • ana renk tonu 2.75%
CMYK:
(0,80,88,3)
C0M80Y88K3 
(0%,80%,88%,3%)
(0.00/0.80/0.88/0.03)	

CMYK yüzdeleri

%0
%79.84
%87.9
%2.75

Codes

Color #F8321E in popluar color models

F8321E
RGB2485030
HSL93.97%54.51%
HSB/HSV87.90%97.25%
CMYK0.00%79.84%87.90%
2.75%

Color #F8321E in popluar number systems.

HEXF8321E
Decimal2485030
Binary1111100011001011110
Octal3706236

Shades and tints

Shades of #F8321E

#F8321E
(248,50,30)
#E22E1C
(226,46,28)
#CC2A1A
(204,42,26)
#B62618
(182,38,24)
#A02216
(160,34,22)
#8A1E14
(138,30,20)
#741A12
(116,26,18)
#5E1610
(94,22,16)
#48120E
(72,18,14)
#320E0C
(50,14,12)
#1C0A0A
(28,10,10)
#000000
(0,0,0)

Tints of #F8321E

#F8321E
(248,50,30)
#F84432
(248,68,50)
#F85646
(248,86,70)
#F8685A
(248,104,90)
#F87A6E
(248,122,110)
#F88C82
(248,140,130)
#F89E96
(248,158,150)
#F8B0AA
(248,176,170)
#F8C2BE
(248,194,190)
#F8D4D2
(248,212,210)
#F8E6E6
(248,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8321E color. Also use rgb(248,50,30) instead hex code.

Text Font Color

.myTextColor { color: #F8321E; }

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

This text font color is #F8321E.


Background Color

.myBgColor { background-color: #F8321E; }

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

This div background color is #F8321E.


Border color

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

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

This div border color is #F8321E.


Opacity

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

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

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

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

This text has shadow with #F8321E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8321E on black background.


Color preview on white background

This text has color #F8321E on white background.



Black color preview on #F8321E background

This text has black color on #F8321E background.


White color preview on #F8321E background

This text has white color on #F8321E background.