COLOR #F9E882

HEX: #F9E882
RGB: (249,232,130)

Renk bilgisi

#F9E882 contains mainly red and green colors. #F9E882 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#F9E882 color RGB value is (249,232,130).

  • kırmız ton 249;
  • yeşil ton 232;
  • mavi ton 130.
RGB:
(249,232,130)
(98%,91%,51%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 232 of 255 = 91%
B 130 of 255 = 51%

249
232
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 232 + 130 = 611 (100%)
R 249 of 611 ~ 40.75%
G 232 of 611 ~ 37.97%
B 130 of 611 ~ 21.28%

%40.75
%37.97
%21.28

CMYK RENK MODELİ

#F9E882 rengi CMYK tonu (0,7,48,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.83%
  • sarı tonu 47.79%
  • ana renk tonu 2.35%
CMYK:
(0,7,48,2)
C0M7Y48K2 
(0%,7%,48%,2%)
(0.00/0.07/0.48/0.02)	

CMYK yüzdeleri

%0
%6.83
%47.79
%2.35

Codes

Color #F9E882 in popluar color models

F9E882
RGB249232130
HSL51°90.84%74.31%
HSB/HSV51°47.79%97.65%
CMYK0.00%6.83%47.79%
2.35%

Color #F9E882 in popluar number systems.

HEXF9E882
Decimal249232130
Binary111110011110100010000010
Octal371350202

Shades and tints

Shades of #F9E882

#F9E882
(249,232,130)
#E3D377
(227,211,119)
#CDBE6C
(205,190,108)
#B7A961
(183,169,97)
#A19456
(161,148,86)
#8B7F4B
(139,127,75)
#756A40
(117,106,64)
#5F5535
(95,85,53)
#49402A
(73,64,42)
#332B1F
(51,43,31)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #F9E882

#F9E882
(249,232,130)
#F9EA8D
(249,234,141)
#F9EC98
(249,236,152)
#F9EEA3
(249,238,163)
#F9F0AE
(249,240,174)
#F9F2B9
(249,242,185)
#F9F4C4
(249,244,196)
#F9F6CF
(249,246,207)
#F9F8DA
(249,248,218)
#F9FAE5
(249,250,229)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E882 color. Also use rgb(249,232,130) instead hex code.

Text Font Color

.myTextColor { color: #F9E882; }

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

This text font color is #F9E882.


Background Color

.myBgColor { background-color: #F9E882; }

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

This div background color is #F9E882.


Border color

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

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

This div border color is #F9E882.


Opacity

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

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

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

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

This text has shadow with #F9E882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E882 on black background.


Color preview on white background

This text has color #F9E882 on white background.



Black color preview on #F9E882 background

This text has black color on #F9E882 background.


White color preview on #F9E882 background

This text has white color on #F9E882 background.