COLOR #F49519

HEX: #F49519
RGB: (244,149,25)

Renk bilgisi

#F49519 contains mainly red color. #F49519 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#F49519 color RGB value is (244,149,25).

  • kırmız ton 244;
  • yeşil ton 149;
  • mavi ton 25.
RGB:
(244,149,25)
(96%,58%,10%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 149 of 255 = 58%
B 25 of 255 = 10%

244
149
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 149 + 25 = 418 (100%)
R 244 of 418 ~ 58.37%
G 149 of 418 ~ 35.65%
B 25 of 418 ~ 5.98%

%58.37
%35.65

CMYK RENK MODELİ

#F49519 rengi CMYK tonu (0,39,90,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.93%
  • sarı tonu 89.75%
  • ana renk tonu 4.31%
CMYK:
(0,39,90,4)
C0M39Y90K4 
(0%,39%,90%,4%)
(0.00/0.39/0.90/0.04)	

CMYK yüzdeleri

%0
%38.93
%89.75
%4.31

Codes

Color #F49519 in popluar color models

F49519
RGB24414925
HSL34°90.87%52.75%
HSB/HSV34°89.75%95.69%
CMYK0.00%38.93%89.75%
4.31%

Color #F49519 in popluar number systems.

HEXF49519
Decimal24414925
Binary111101001001010111001
Octal36422531

Shades and tints

Shades of #F49519

#F49519
(244,149,25)
#DE8817
(222,136,23)
#C87B15
(200,123,21)
#B26E13
(178,110,19)
#9C6111
(156,97,17)
#86540F
(134,84,15)
#70470D
(112,71,13)
#5A3A0B
(90,58,11)
#442D09
(68,45,9)
#2E2007
(46,32,7)
#181305
(24,19,5)
#000000
(0,0,0)

Tints of #F49519

#F49519
(244,149,25)
#F59E2D
(245,158,45)
#F6A741
(246,167,65)
#F7B055
(247,176,85)
#F8B969
(248,185,105)
#F9C27D
(249,194,125)
#FACB91
(250,203,145)
#FBD4A5
(251,212,165)
#FCDDB9
(252,221,185)
#FDE6CD
(253,230,205)
#FEEFE1
(254,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49519 color. Also use rgb(244,149,25) instead hex code.

Text Font Color

.myTextColor { color: #F49519; }

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

This text font color is #F49519.


Background Color

.myBgColor { background-color: #F49519; }

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

This div background color is #F49519.


Border color

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

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

This div border color is #F49519.


Opacity

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

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

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

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

This text has shadow with #F49519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49519 on black background.


Color preview on white background

This text has color #F49519 on white background.



Black color preview on #F49519 background

This text has black color on #F49519 background.


White color preview on #F49519 background

This text has white color on #F49519 background.