COLOR #F9F698

HEX: #F9F698
RGB: (249,246,152)

Renk bilgisi

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

RGB renk modeli

#F9F698 color RGB value is (249,246,152).

  • kırmız ton 249;
  • yeşil ton 246;
  • mavi ton 152.
RGB:
(249,246,152)
(98%,96%,60%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 246 of 255 = 96%
B 152 of 255 = 60%

249
246
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 246 + 152 = 647 (100%)
R 249 of 647 ~ 38.49%
G 246 of 647 ~ 38.02%
B 152 of 647 ~ 23.49%

%38.49
%38.02
%23.49

CMYK RENK MODELİ

#F9F698 rengi CMYK tonu (0,1,39,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.20%
  • sarı tonu 38.96%
  • ana renk tonu 2.35%
CMYK:
(0,1,39,2)
C0M1Y39K2 
(0%,1%,39%,2%)
(0.00/0.01/0.39/0.02)	

CMYK yüzdeleri

%0
%1.2
%38.96
%2.35

Codes

Color #F9F698 in popluar color models

F9F698
RGB249246152
HSL58°88.99%78.63%
HSB/HSV58°38.96%97.65%
CMYK0.00%1.20%38.96%
2.35%

Color #F9F698 in popluar number systems.

HEXF9F698
Decimal249246152
Binary111110011111011010011000
Octal371366230

Shades and tints

Shades of #F9F698

#F9F698
(249,246,152)
#E3E08B
(227,224,139)
#CDCA7E
(205,202,126)
#B7B471
(183,180,113)
#A19E64
(161,158,100)
#8B8857
(139,136,87)
#75724A
(117,114,74)
#5F5C3D
(95,92,61)
#494630
(73,70,48)
#333023
(51,48,35)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #F9F698

#F9F698
(249,246,152)
#F9F6A1
(249,246,161)
#F9F6AA
(249,246,170)
#F9F6B3
(249,246,179)
#F9F6BC
(249,246,188)
#F9F6C5
(249,246,197)
#F9F6CE
(249,246,206)
#F9F6D7
(249,246,215)
#F9F6E0
(249,246,224)
#F9F6E9
(249,246,233)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F698 color. Also use rgb(249,246,152) instead hex code.

Text Font Color

.myTextColor { color: #F9F698; }

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

This text font color is #F9F698.


Background Color

.myBgColor { background-color: #F9F698; }

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

This div background color is #F9F698.


Border color

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

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

This div border color is #F9F698.


Opacity

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

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

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

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

This text has shadow with #F9F698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F698 on black background.


Color preview on white background

This text has color #F9F698 on white background.



Black color preview on #F9F698 background

This text has black color on #F9F698 background.


White color preview on #F9F698 background

This text has white color on #F9F698 background.