COLOR #F9988A

HEX: #F9988A
RGB: (249,152,138)

Renk bilgisi

#F9988A contains mainly red color. #F9988A ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F9988A color RGB value is (249,152,138).

  • kırmız ton 249;
  • yeşil ton 152;
  • mavi ton 138.
RGB:
(249,152,138)
(98%,60%,54%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 152 of 255 = 60%
B 138 of 255 = 54%

249
152
138

R + G + B ~ 71%. #F9988A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 152 + 138 = 539 (100%)
R 249 of 539 ~ 46.2%
G 152 of 539 ~ 28.2%
B 138 of 539 ~ 25.6%

%46.2
%28.2
%25.6

CMYK RENK MODELİ

#F9988A rengi CMYK tonu (0,39,45,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.96%
  • sarı tonu 44.58%
  • ana renk tonu 2.35%
CMYK:
(0,39,45,2)
C0M39Y45K2 
(0%,39%,45%,2%)
(0.00/0.39/0.45/0.02)	

CMYK yüzdeleri

%0
%38.96
%44.58
%2.35

Codes

Color #F9988A in popluar color models

F9988A
RGB249152138
HSL90.24%75.88%
HSB/HSV44.58%97.65%
CMYK0.00%38.96%44.58%
2.35%

Color #F9988A in popluar number systems.

HEXF9988A
Decimal249152138
Binary111110011001100010001010
Octal371230212

Shades and tints

Shades of #F9988A

#F9988A
(249,152,138)
#E38B7E
(227,139,126)
#CD7E72
(205,126,114)
#B77166
(183,113,102)
#A1645A
(161,100,90)
#8B574E
(139,87,78)
#754A42
(117,74,66)
#5F3D36
(95,61,54)
#49302A
(73,48,42)
#33231E
(51,35,30)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #F9988A

#F9988A
(249,152,138)
#F9A194
(249,161,148)
#F9AA9E
(249,170,158)
#F9B3A8
(249,179,168)
#F9BCB2
(249,188,178)
#F9C5BC
(249,197,188)
#F9CEC6
(249,206,198)
#F9D7D0
(249,215,208)
#F9E0DA
(249,224,218)
#F9E9E4
(249,233,228)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9988A color. Also use rgb(249,152,138) instead hex code.

Text Font Color

.myTextColor { color: #F9988A; }

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

This text font color is #F9988A.


Background Color

.myBgColor { background-color: #F9988A; }

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

This div background color is #F9988A.


Border color

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

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

This div border color is #F9988A.


Opacity

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

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

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

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

This text has shadow with #F9988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9988A on black background.


Color preview on white background

This text has color #F9988A on white background.



Black color preview on #F9988A background

This text has black color on #F9988A background.


White color preview on #F9988A background

This text has white color on #F9988A background.