COLOR #F3F98D

HEX: #F3F98D
RGB: (243,249,141)

Color info

#F3F98D contains mainly red and green colors. Web safe color of #F3F98D is #FFFF99 (or #FF9).

RGB color model

#F3F98D color RGB value is (243,249,141).

  • red value is 243;
  • green value is 249;
  • blue value is 141.
RGB:
(243,249,141)
(95%,98%,55%)

RGB channels and saturation

R 243 of 255 = 95%
G 249 of 255 = 98%
B 141 of 255 = 55%

243
249
141

R + G + B ~ 83%. #F3F98D is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 249 + 141 = 633 (100%)
R 243 of 633 ~ 38.39%
G 249 of 633 ~ 39.34%
B 141 of 633 ~ 22.27%

%38.39
%39.34
%22.27

CMYK color model

#F3F98D color CMYK value is (2,0,43,2).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 2.35%
CMYK:
(2,0,43,2)
C2M0Y43K2 
(2%,0%,43%,2%)
(0.02/0.00/0.43/0.02)	

CMYK percentages

%2.41
%0
%43.37
%2.35

Codes

Color #F3F98D in popluar color models

F3F98D
RGB243249141
HSL63°90.00%76.47%
HSB/HSV63°43.37%97.65%
CMYK2.41%0.00%43.37%
2.35%

Color #F3F98D in popluar number systems.

HEXF3F98D
Decimal243249141
Binary111100111111100110001101
Octal363371215

Shades and tints

Shades of #F3F98D

#F3F98D
(243,249,141)
#DDE381
(221,227,129)
#C7CD75
(199,205,117)
#B1B769
(177,183,105)
#9BA15D
(155,161,93)
#858B51
(133,139,81)
#6F7545
(111,117,69)
#595F39
(89,95,57)
#43492D
(67,73,45)
#2D3321
(45,51,33)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #F3F98D

#F3F98D
(243,249,141)
#F4F997
(244,249,151)
#F5F9A1
(245,249,161)
#F6F9AB
(246,249,171)
#F7F9B5
(247,249,181)
#F8F9BF
(248,249,191)
#F9F9C9
(249,249,201)
#FAF9D3
(250,249,211)
#FBF9DD
(251,249,221)
#FCF9E7
(252,249,231)
#FDF9F1
(253,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F98D color. Also use rgb(243,249,141) instead hex code.

Text Font Color

.myTextColor { color: #F3F98D; }

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

This text font color is #F3F98D.


Background Color

.myBgColor { background-color: #F3F98D; }

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

This div background color is #F3F98D.


Border color

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

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

This div border color is #F3F98D.


Opacity

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

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

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

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

This text has shadow with #F3F98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F98D on black background.


Color preview on white background

This text has color #F3F98D on white background.



Black color preview on #F3F98D background

This text has black color on #F3F98D background.


White color preview on #F3F98D background

This text has white color on #F3F98D background.