COLOR #F6300D

HEX: #F6300D
RGB: (246,48,13)

Renk bilgisi

#F6300D contains mainly red color. #F6300D ‘ nin web güvenlik rengi #FF3300 (ya da #F30) dir.

RGB renk modeli

#F6300D color RGB value is (246,48,13).

  • kırmız ton 246;
  • yeşil ton 48;
  • mavi ton 13.
RGB:
(246,48,13)
(96%,19%,5%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 48 of 255 = 19%
B 13 of 255 = 5%

246
48
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 48 + 13 = 307 (100%)
R 246 of 307 ~ 80.13%
G 48 of 307 ~ 15.64%
B 13 of 307 ~ 4.23%

%80.13
%15.64

CMYK RENK MODELİ

#F6300D rengi CMYK tonu (0,80,95,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.49%
  • sarı tonu 94.72%
  • ana renk tonu 3.53%
CMYK:
(0,80,95,4)
C0M80Y95K4 
(0%,80%,95%,4%)
(0.00/0.80/0.95/0.04)	

CMYK yüzdeleri

%0
%80.49
%94.72
%3.53

Codes

Color #F6300D in popluar color models

F6300D
RGB2464813
HSL92.83%50.78%
HSB/HSV94.72%96.47%
CMYK0.00%80.49%94.72%
3.53%

Color #F6300D in popluar number systems.

HEXF6300D
Decimal2464813
Binary111101101100001101
Octal3666015

Shades and tints

Shades of #F6300D

#F6300D
(246,48,13)
#E02C0C
(224,44,12)
#CA280B
(202,40,11)
#B4240A
(180,36,10)
#9E2009
(158,32,9)
#881C08
(136,28,8)
#721807
(114,24,7)
#5C1406
(92,20,6)
#461005
(70,16,5)
#300C04
(48,12,4)
#1A0803
(26,8,3)
#000000
(0,0,0)

Tints of #F6300D

#F6300D
(246,48,13)
#F64223
(246,66,35)
#F65439
(246,84,57)
#F6664F
(246,102,79)
#F67865
(246,120,101)
#F68A7B
(246,138,123)
#F69C91
(246,156,145)
#F6AEA7
(246,174,167)
#F6C0BD
(246,192,189)
#F6D2D3
(246,210,211)
#F6E4E9
(246,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6300D color. Also use rgb(246,48,13) instead hex code.

Text Font Color

.myTextColor { color: #F6300D; }

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

This text font color is #F6300D.


Background Color

.myBgColor { background-color: #F6300D; }

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

This div background color is #F6300D.


Border color

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

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

This div border color is #F6300D.


Opacity

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

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

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

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

This text has shadow with #F6300D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6300D on black background.


Color preview on white background

This text has color #F6300D on white background.



Black color preview on #F6300D background

This text has black color on #F6300D background.


White color preview on #F6300D background

This text has white color on #F6300D background.