COLOR #F2F999

HEX: #F2F999
RGB: (242,249,153)

Renk bilgisi

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

RGB renk modeli

#F2F999 color RGB value is (242,249,153).

  • kırmız ton 242;
  • yeşil ton 249;
  • mavi ton 153.
RGB:
(242,249,153)
(95%,98%,60%)

RGB bağlantıları ve doygunluk

R 242 of 255 = 95%
G 249 of 255 = 98%
B 153 of 255 = 60%

242
249
153

R + G + B ~ 84%. #F2F999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
242 + 249 + 153 = 644 (100%)
R 242 of 644 ~ 37.58%
G 249 of 644 ~ 38.66%
B 153 of 644 ~ 23.76%

%37.58
%38.66
%23.76

CMYK RENK MODELİ

#F2F999 rengi CMYK tonu (3,0,39,2).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 38.55%
  • ana renk tonu 2.35%
CMYK:
(3,0,39,2)
C3M0Y39K2 
(3%,0%,39%,2%)
(0.03/0.00/0.39/0.02)	

CMYK yüzdeleri

%2.81
%0
%38.55
%2.35

Codes

Color #F2F999 in popluar color models

F2F999
RGB242249153
HSL64°88.89%78.82%
HSB/HSV64°38.55%97.65%
CMYK2.81%0.00%38.55%
2.35%

Color #F2F999 in popluar number systems.

HEXF2F999
Decimal242249153
Binary111100101111100110011001
Octal362371231

Shades and tints

Shades of #F2F999

#F2F999
(242,249,153)
#DCE38C
(220,227,140)
#C6CD7F
(198,205,127)
#B0B772
(176,183,114)
#9AA165
(154,161,101)
#848B58
(132,139,88)
#6E754B
(110,117,75)
#585F3E
(88,95,62)
#424931
(66,73,49)
#2C3324
(44,51,36)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #F2F999

#F2F999
(242,249,153)
#F3F9A2
(243,249,162)
#F4F9AB
(244,249,171)
#F5F9B4
(245,249,180)
#F6F9BD
(246,249,189)
#F7F9C6
(247,249,198)
#F8F9CF
(248,249,207)
#F9F9D8
(249,249,216)
#FAF9E1
(250,249,225)
#FBF9EA
(251,249,234)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F999 color. Also use rgb(242,249,153) instead hex code.

Text Font Color

.myTextColor { color: #F2F999; }

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

This text font color is #F2F999.


Background Color

.myBgColor { background-color: #F2F999; }

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

This div background color is #F2F999.


Border color

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

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

This div border color is #F2F999.


Opacity

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

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

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

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

This text has shadow with #F2F999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F999 on black background.


Color preview on white background

This text has color #F2F999 on white background.



Black color preview on #F2F999 background

This text has black color on #F2F999 background.


White color preview on #F2F999 background

This text has white color on #F2F999 background.