COLOR #F17616

HEX: #F17616
RGB: (241,118,22)

Renk bilgisi

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

RGB renk modeli

#F17616 color RGB value is (241,118,22).

  • kırmız ton 241;
  • yeşil ton 118;
  • mavi ton 22.
RGB:
(241,118,22)
(95%,46%,9%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 118 of 255 = 46%
B 22 of 255 = 9%

241
118
22

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 118 + 22 = 381 (100%)
R 241 of 381 ~ 63.25%
G 118 of 381 ~ 30.97%
B 22 of 381 ~ 5.77%

%63.25
%30.97

CMYK RENK MODELİ

#F17616 rengi CMYK tonu (0,51,91,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.04%
  • sarı tonu 90.87%
  • ana renk tonu 5.49%
CMYK:
(0,51,91,5)
C0M51Y91K5 
(0%,51%,91%,5%)
(0.00/0.51/0.91/0.05)	

CMYK yüzdeleri

%0
%51.04
%90.87
%5.49

Codes

Color #F17616 in popluar color models

F17616
RGB24111822
HSL26°88.66%51.57%
HSB/HSV26°90.87%94.51%
CMYK0.00%51.04%90.87%
5.49%

Color #F17616 in popluar number systems.

HEXF17616
Decimal24111822
Binary11110001111011010110
Octal36116626

Shades and tints

Shades of #F17616

#F17616
(241,118,22)
#DC6C14
(220,108,20)
#C76212
(199,98,18)
#B25810
(178,88,16)
#9D4E0E
(157,78,14)
#88440C
(136,68,12)
#733A0A
(115,58,10)
#5E3008
(94,48,8)
#492606
(73,38,6)
#341C04
(52,28,4)
#1F1202
(31,18,2)
#000000
(0,0,0)

Tints of #F17616

#F17616
(241,118,22)
#F2822B
(242,130,43)
#F38E40
(243,142,64)
#F49A55
(244,154,85)
#F5A66A
(245,166,106)
#F6B27F
(246,178,127)
#F7BE94
(247,190,148)
#F8CAA9
(248,202,169)
#F9D6BE
(249,214,190)
#FAE2D3
(250,226,211)
#FBEEE8
(251,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F17616 color. Also use rgb(241,118,22) instead hex code.

Text Font Color

.myTextColor { color: #F17616; }

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

This text font color is #F17616.


Background Color

.myBgColor { background-color: #F17616; }

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

This div background color is #F17616.


Border color

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

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

This div border color is #F17616.


Opacity

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

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

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

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

This text has shadow with #F17616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F17616 on black background.


Color preview on white background

This text has color #F17616 on white background.



Black color preview on #F17616 background

This text has black color on #F17616 background.


White color preview on #F17616 background

This text has white color on #F17616 background.