COLOR #F9FD96

HEX: #F9FD96
RGB: (249,253,150)

Renk bilgisi

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

RGB renk modeli

#F9FD96 color RGB value is (249,253,150).

  • kırmız ton 249;
  • yeşil ton 253;
  • mavi ton 150.
RGB:
(249,253,150)
(98%,99%,59%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 253 of 255 = 99%
B 150 of 255 = 59%

249
253
150

R + G + B ~ 85%. #F9FD96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 253 + 150 = 652 (100%)
R 249 of 652 ~ 38.19%
G 253 of 652 ~ 38.8%
B 150 of 652 ~ 23.01%

%38.19
%38.8
%23.01

CMYK RENK MODELİ

#F9FD96 rengi CMYK tonu (2,0,41,1).

  • camgöbeği tonu 1.58%
  • eflatun tonu 0.00%
  • sarı tonu 40.71%
  • ana renk tonu 0.78%
CMYK:
(2,0,41,1)
C2M0Y41K1 
(2%,0%,41%,1%)
(0.02/0.00/0.41/0.01)	

CMYK yüzdeleri

%1.58
%0
%40.71
%0.78

Codes

Color #F9FD96 in popluar color models

F9FD96
RGB249253150
HSL62°96.26%79.02%
HSB/HSV62°40.71%99.22%
CMYK1.58%0.00%40.71%
0.78%

Color #F9FD96 in popluar number systems.

HEXF9FD96
Decimal249253150
Binary111110011111110110010110
Octal371375226

Shades and tints

Shades of #F9FD96

#F9FD96
(249,253,150)
#E3E689
(227,230,137)
#CDCF7C
(205,207,124)
#B7B86F
(183,184,111)
#A1A162
(161,161,98)
#8B8A55
(139,138,85)
#757348
(117,115,72)
#5F5C3B
(95,92,59)
#49452E
(73,69,46)
#332E21
(51,46,33)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #F9FD96

#F9FD96
(249,253,150)
#F9FD9F
(249,253,159)
#F9FDA8
(249,253,168)
#F9FDB1
(249,253,177)
#F9FDBA
(249,253,186)
#F9FDC3
(249,253,195)
#F9FDCC
(249,253,204)
#F9FDD5
(249,253,213)
#F9FDDE
(249,253,222)
#F9FDE7
(249,253,231)
#F9FDF0
(249,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FD96 color. Also use rgb(249,253,150) instead hex code.

Text Font Color

.myTextColor { color: #F9FD96; }

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

This text font color is #F9FD96.


Background Color

.myBgColor { background-color: #F9FD96; }

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

This div background color is #F9FD96.


Border color

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

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

This div border color is #F9FD96.


Opacity

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

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

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

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

This text has shadow with #F9FD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FD96 on black background.


Color preview on white background

This text has color #F9FD96 on white background.



Black color preview on #F9FD96 background

This text has black color on #F9FD96 background.


White color preview on #F9FD96 background

This text has white color on #F9FD96 background.