COLOR #F8A499

HEX: #F8A499
RGB: (248,164,153)

Renk bilgisi

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

RGB renk modeli

#F8A499 color RGB value is (248,164,153).

  • kırmız ton 248;
  • yeşil ton 164;
  • mavi ton 153.
RGB:
(248,164,153)
(97%,64%,60%)

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 164 of 255 = 64%
B 153 of 255 = 60%

248
164
153

R + G + B ~ 74%. #F8A499 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 164 + 153 = 565 (100%)
R 248 of 565 ~ 43.89%
G 164 of 565 ~ 29.03%
B 153 of 565 ~ 27.08%

%43.89
%29.03
%27.08

CMYK RENK MODELİ

#F8A499 rengi CMYK tonu (0,34,38,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.87%
  • sarı tonu 38.31%
  • ana renk tonu 2.75%
CMYK:
(0,34,38,3)
C0M34Y38K3 
(0%,34%,38%,3%)
(0.00/0.34/0.38/0.03)	

CMYK yüzdeleri

%0
%33.87
%38.31
%2.75

Codes

Color #F8A499 in popluar color models

F8A499
RGB248164153
HSL87.16%78.63%
HSB/HSV38.31%97.25%
CMYK0.00%33.87%38.31%
2.75%

Color #F8A499 in popluar number systems.

HEXF8A499
Decimal248164153
Binary111110001010010010011001
Octal370244231

Shades and tints

Shades of #F8A499

#F8A499
(248,164,153)
#E2968C
(226,150,140)
#CC887F
(204,136,127)
#B67A72
(182,122,114)
#A06C65
(160,108,101)
#8A5E58
(138,94,88)
#74504B
(116,80,75)
#5E423E
(94,66,62)
#483431
(72,52,49)
#322624
(50,38,36)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #F8A499

#F8A499
(248,164,153)
#F8ACA2
(248,172,162)
#F8B4AB
(248,180,171)
#F8BCB4
(248,188,180)
#F8C4BD
(248,196,189)
#F8CCC6
(248,204,198)
#F8D4CF
(248,212,207)
#F8DCD8
(248,220,216)
#F8E4E1
(248,228,225)
#F8ECEA
(248,236,234)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A499 color. Also use rgb(248,164,153) instead hex code.

Text Font Color

.myTextColor { color: #F8A499; }

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

This text font color is #F8A499.


Background Color

.myBgColor { background-color: #F8A499; }

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

This div background color is #F8A499.


Border color

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

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

This div border color is #F8A499.


Opacity

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

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

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

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

This text has shadow with #F8A499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A499 on black background.


Color preview on white background

This text has color #F8A499 on white background.



Black color preview on #F8A499 background

This text has black color on #F8A499 background.


White color preview on #F8A499 background

This text has white color on #F8A499 background.