COLOR #F9E08C

HEX: #F9E08C
RGB: (249,224,140)

Renk bilgisi

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

RGB renk modeli

#F9E08C color RGB value is (249,224,140).

  • kırmız ton 249;
  • yeşil ton 224;
  • mavi ton 140.
RGB:
(249,224,140)
(98%,88%,55%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 224 of 255 = 88%
B 140 of 255 = 55%

249
224
140

R + G + B ~ 80%. #F9E08C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 224 + 140 = 613 (100%)
R 249 of 613 ~ 40.62%
G 224 of 613 ~ 36.54%
B 140 of 613 ~ 22.84%

%40.62
%36.54
%22.84

CMYK RENK MODELİ

#F9E08C rengi CMYK tonu (0,10,44,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.04%
  • sarı tonu 43.78%
  • ana renk tonu 2.35%
CMYK:
(0,10,44,2)
C0M10Y44K2 
(0%,10%,44%,2%)
(0.00/0.10/0.44/0.02)	

CMYK yüzdeleri

%0
%10.04
%43.78
%2.35

Codes

Color #F9E08C in popluar color models

F9E08C
RGB249224140
HSL46°90.08%76.27%
HSB/HSV46°43.78%97.65%
CMYK0.00%10.04%43.78%
2.35%

Color #F9E08C in popluar number systems.

HEXF9E08C
Decimal249224140
Binary111110011110000010001100
Octal371340214

Shades and tints

Shades of #F9E08C

#F9E08C
(249,224,140)
#E3CC80
(227,204,128)
#CDB874
(205,184,116)
#B7A468
(183,164,104)
#A1905C
(161,144,92)
#8B7C50
(139,124,80)
#756844
(117,104,68)
#5F5438
(95,84,56)
#49402C
(73,64,44)
#332C20
(51,44,32)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #F9E08C

#F9E08C
(249,224,140)
#F9E296
(249,226,150)
#F9E4A0
(249,228,160)
#F9E6AA
(249,230,170)
#F9E8B4
(249,232,180)
#F9EABE
(249,234,190)
#F9ECC8
(249,236,200)
#F9EED2
(249,238,210)
#F9F0DC
(249,240,220)
#F9F2E6
(249,242,230)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E08C color. Also use rgb(249,224,140) instead hex code.

Text Font Color

.myTextColor { color: #F9E08C; }

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

This text font color is #F9E08C.


Background Color

.myBgColor { background-color: #F9E08C; }

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

This div background color is #F9E08C.


Border color

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

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

This div border color is #F9E08C.


Opacity

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

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

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

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

This text has shadow with #F9E08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E08C on black background.


Color preview on white background

This text has color #F9E08C on white background.



Black color preview on #F9E08C background

This text has black color on #F9E08C background.


White color preview on #F9E08C background

This text has white color on #F9E08C background.