COLOR #F98B49

HEX: #F98B49
RGB: (249,139,73)

Renk bilgisi

#F98B49 contains mainly red color. #F98B49 ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#F98B49 color RGB value is (249,139,73).

  • kırmız ton 249;
  • yeşil ton 139;
  • mavi ton 73.
RGB:
(249,139,73)
(98%,55%,29%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 139 of 255 = 55%
B 73 of 255 = 29%

249
139
73

R + G + B ~ 61%. #F98B49 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 139 + 73 = 461 (100%)
R 249 of 461 ~ 54.01%
G 139 of 461 ~ 30.15%
B 73 of 461 ~ 15.84%

%54.01
%30.15
%15.84

CMYK RENK MODELİ

#F98B49 rengi CMYK tonu (0,44,71,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.18%
  • sarı tonu 70.68%
  • ana renk tonu 2.35%
CMYK:
(0,44,71,2)
C0M44Y71K2 
(0%,44%,71%,2%)
(0.00/0.44/0.71/0.02)	

CMYK yüzdeleri

%0
%44.18
%70.68
%2.35

Codes

Color #F98B49 in popluar color models

F98B49
RGB24913973
HSL23°93.62%63.14%
HSB/HSV23°70.68%97.65%
CMYK0.00%44.18%70.68%
2.35%

Color #F98B49 in popluar number systems.

HEXF98B49
Decimal24913973
Binary11111001100010111001001
Octal371213111

Shades and tints

Shades of #F98B49

#F98B49
(249,139,73)
#E37F43
(227,127,67)
#CD733D
(205,115,61)
#B76737
(183,103,55)
#A15B31
(161,91,49)
#8B4F2B
(139,79,43)
#754325
(117,67,37)
#5F371F
(95,55,31)
#492B19
(73,43,25)
#331F13
(51,31,19)
#1D130D
(29,19,13)
#000000
(0,0,0)

Tints of #F98B49

#F98B49
(249,139,73)
#F99559
(249,149,89)
#F99F69
(249,159,105)
#F9A979
(249,169,121)
#F9B389
(249,179,137)
#F9BD99
(249,189,153)
#F9C7A9
(249,199,169)
#F9D1B9
(249,209,185)
#F9DBC9
(249,219,201)
#F9E5D9
(249,229,217)
#F9EFE9
(249,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98B49 color. Also use rgb(249,139,73) instead hex code.

Text Font Color

.myTextColor { color: #F98B49; }

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

This text font color is #F98B49.


Background Color

.myBgColor { background-color: #F98B49; }

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

This div background color is #F98B49.


Border color

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

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

This div border color is #F98B49.


Opacity

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

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

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

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

This text has shadow with #F98B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98B49 on black background.


Color preview on white background

This text has color #F98B49 on white background.



Black color preview on #F98B49 background

This text has black color on #F98B49 background.


White color preview on #F98B49 background

This text has white color on #F98B49 background.