COLOR #F16013

HEX: #F16013
RGB: (241,96,19)

Renk bilgisi

#F16013 contains mainly red color. #F16013 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#F16013 color RGB value is (241,96,19).

  • kırmız ton 241;
  • yeşil ton 96;
  • mavi ton 19.
RGB:
(241,96,19)
(95%,38%,7%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 96 of 255 = 38%
B 19 of 255 = 7%

241
96
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 96 + 19 = 356 (100%)
R 241 of 356 ~ 67.7%
G 96 of 356 ~ 26.97%
B 19 of 356 ~ 5.34%

%67.7
%26.97

CMYK RENK MODELİ

#F16013 rengi CMYK tonu (0,60,92,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.17%
  • sarı tonu 92.12%
  • ana renk tonu 5.49%
CMYK:
(0,60,92,5)
C0M60Y92K5 
(0%,60%,92%,5%)
(0.00/0.60/0.92/0.05)	

CMYK yüzdeleri

%0
%60.17
%92.12
%5.49

Codes

Color #F16013 in popluar color models

F16013
RGB2419619
HSL21°88.80%50.98%
HSB/HSV21°92.12%94.51%
CMYK0.00%60.17%92.12%
5.49%

Color #F16013 in popluar number systems.

HEXF16013
Decimal2419619
Binary11110001110000010011
Octal36114023

Shades and tints

Shades of #F16013

#F16013
(241,96,19)
#DC5812
(220,88,18)
#C75011
(199,80,17)
#B24810
(178,72,16)
#9D400F
(157,64,15)
#88380E
(136,56,14)
#73300D
(115,48,13)
#5E280C
(94,40,12)
#49200B
(73,32,11)
#34180A
(52,24,10)
#1F1009
(31,16,9)
#000000
(0,0,0)

Tints of #F16013

#F16013
(241,96,19)
#F26E28
(242,110,40)
#F37C3D
(243,124,61)
#F48A52
(244,138,82)
#F59867
(245,152,103)
#F6A67C
(246,166,124)
#F7B491
(247,180,145)
#F8C2A6
(248,194,166)
#F9D0BB
(249,208,187)
#FADED0
(250,222,208)
#FBECE5
(251,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F16013 color. Also use rgb(241,96,19) instead hex code.

Text Font Color

.myTextColor { color: #F16013; }

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

This text font color is #F16013.


Background Color

.myBgColor { background-color: #F16013; }

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

This div background color is #F16013.


Border color

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

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

This div border color is #F16013.


Opacity

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

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

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

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

This text has shadow with #F16013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F16013 on black background.


Color preview on white background

This text has color #F16013 on white background.



Black color preview on #F16013 background

This text has black color on #F16013 background.


White color preview on #F16013 background

This text has white color on #F16013 background.