COLOR #F8D999

HEX: #F8D999
RGB: (248,217,153)

Renk bilgisi

#F8D999 contains mainly red and green colors. #F8D999 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F8D999 color RGB value is (248,217,153).

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

RGB bağlantıları ve doygunluk

R 248 of 255 = 97%
G 217 of 255 = 85%
B 153 of 255 = 60%

248
217
153

R + G + B ~ 81%. #F8D999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
248 + 217 + 153 = 618 (100%)
R 248 of 618 ~ 40.13%
G 217 of 618 ~ 35.11%
B 153 of 618 ~ 24.76%

%40.13
%35.11
%24.76

CMYK RENK MODELİ

#F8D999 rengi CMYK tonu (0,13,38,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 38.31%
  • ana renk tonu 2.75%
CMYK:
(0,13,38,3)
C0M13Y38K3 
(0%,13%,38%,3%)
(0.00/0.13/0.38/0.03)	

CMYK yüzdeleri

%0
%12.5
%38.31
%2.75

Codes

Color #F8D999 in popluar color models

F8D999
RGB248217153
HSL40°87.16%78.63%
HSB/HSV40°38.31%97.25%
CMYK0.00%12.50%38.31%
2.75%

Color #F8D999 in popluar number systems.

HEXF8D999
Decimal248217153
Binary111110001101100110011001
Octal370331231

Shades and tints

Shades of #F8D999

#F8D999
(248,217,153)
#E2C68C
(226,198,140)
#CCB37F
(204,179,127)
#B6A072
(182,160,114)
#A08D65
(160,141,101)
#8A7A58
(138,122,88)
#74674B
(116,103,75)
#5E543E
(94,84,62)
#484131
(72,65,49)
#322E24
(50,46,36)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #F8D999

#F8D999
(248,217,153)
#F8DCA2
(248,220,162)
#F8DFAB
(248,223,171)
#F8E2B4
(248,226,180)
#F8E5BD
(248,229,189)
#F8E8C6
(248,232,198)
#F8EBCF
(248,235,207)
#F8EED8
(248,238,216)
#F8F1E1
(248,241,225)
#F8F4EA
(248,244,234)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D999; }

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

This text font color is #F8D999.


Background Color

.myBgColor { background-color: #F8D999; }

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

This div background color is #F8D999.


Border color

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

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

This div border color is #F8D999.


Opacity

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

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

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

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

This text has shadow with #F8D999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D999 on black background.


Color preview on white background

This text has color #F8D999 on white background.



Black color preview on #F8D999 background

This text has black color on #F8D999 background.


White color preview on #F8D999 background

This text has white color on #F8D999 background.