COLOR #F47C13

HEX: #F47C13
RGB: (244,124,19)

Renk bilgisi

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

RGB renk modeli

#F47C13 color RGB value is (244,124,19).

  • kırmız ton 244;
  • yeşil ton 124;
  • mavi ton 19.
RGB:
(244,124,19)
(96%,49%,7%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 124 of 255 = 49%
B 19 of 255 = 7%

244
124
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 124 + 19 = 387 (100%)
R 244 of 387 ~ 63.05%
G 124 of 387 ~ 32.04%
B 19 of 387 ~ 4.91%

%63.05
%32.04

CMYK RENK MODELİ

#F47C13 rengi CMYK tonu (0,49,92,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.18%
  • sarı tonu 92.21%
  • ana renk tonu 4.31%
CMYK:
(0,49,92,4)
C0M49Y92K4 
(0%,49%,92%,4%)
(0.00/0.49/0.92/0.04)	

CMYK yüzdeleri

%0
%49.18
%92.21
%4.31

Codes

Color #F47C13 in popluar color models

F47C13
RGB24412419
HSL28°91.09%51.57%
HSB/HSV28°92.21%95.69%
CMYK0.00%49.18%92.21%
4.31%

Color #F47C13 in popluar number systems.

HEXF47C13
Decimal24412419
Binary11110100111110010011
Octal36417423

Shades and tints

Shades of #F47C13

#F47C13
(244,124,19)
#DE7112
(222,113,18)
#C86611
(200,102,17)
#B25B10
(178,91,16)
#9C500F
(156,80,15)
#86450E
(134,69,14)
#703A0D
(112,58,13)
#5A2F0C
(90,47,12)
#44240B
(68,36,11)
#2E190A
(46,25,10)
#180E09
(24,14,9)
#000000
(0,0,0)

Tints of #F47C13

#F47C13
(244,124,19)
#F58728
(245,135,40)
#F6923D
(246,146,61)
#F79D52
(247,157,82)
#F8A867
(248,168,103)
#F9B37C
(249,179,124)
#FABE91
(250,190,145)
#FBC9A6
(251,201,166)
#FCD4BB
(252,212,187)
#FDDFD0
(253,223,208)
#FEEAE5
(254,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47C13 color. Also use rgb(244,124,19) instead hex code.

Text Font Color

.myTextColor { color: #F47C13; }

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

This text font color is #F47C13.


Background Color

.myBgColor { background-color: #F47C13; }

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

This div background color is #F47C13.


Border color

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

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

This div border color is #F47C13.


Opacity

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

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

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

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

This text has shadow with #F47C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F47C13 on black background.


Color preview on white background

This text has color #F47C13 on white background.



Black color preview on #F47C13 background

This text has black color on #F47C13 background.


White color preview on #F47C13 background

This text has white color on #F47C13 background.