COLOR #F8F99B

HEX: #F8F99B RGB: (248,249,155)

Color info

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

RGB color model

#F8F99B color RGB value is (248,249,155).

RGB: (248,249,155) (97%, 98%, 61%)

RGB channels and saturation

R 248 of 255 = 97%
G 249 of 255 = 98%
B 155 of 255 = 61%

248
249
155

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

Portions of RGB colors in percentages

R + G + B = 248 + 249 + 155 = 652 (100%)
R 248 of 652 ~ 38.04%
G 249 of 652 ~ 38.19%
B 155 of 652 ~ 23.77'%

%38.04
%38.19
%23.77

CMYK color model

#F8F99B color CMYK value is (0,0,38,2).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 2.35%

CMYK: (0,0,38,2)
C0M0Y38K2 (0%, 0%, 38%, 2%)
(0.00 / 0.00 / 0.38 / 0.02)

CMYK percentages

%0.4
%0
%37.75
%2.35

Codes

Color #F8F99B in popluar color models

F8 F9 9B
RGB 248 249 155
HSL 61° 88.68% 79.22%
HSB/HSV 61° 37.75% 97.65%
CMYK 0.40% 0.00% 37.75%
2.35%

Color #F8F99B in popluar number systems.

HEX F8 F9 9B
Decimal 248 249 155
Binary 11111000 11111001 10011011
Octal 370 371 233

Shades and tints

Shades of #F8F99B

#F8F99B
(248,249,155)
#E2E38D
(226,227,141)
#CCCD7F
(204,205,127)
#B6B771
(182,183,113)
#A0A163
(160,161,99)
#8A8B55
(138,139,85)
#747547
(116,117,71)
#5E5F39
(94,95,57)
#48492B
(72,73,43)
#32331D
(50,51,29)
#1C1D0F
(28,29,15)
#000000
(0,0,0)

Tints of #F8F99B

#F8F99B
(248,249,155)
#F8F9A4
(248,249,164)
#F8F9AD
(248,249,173)
#F8F9B6
(248,249,182)
#F8F9BF
(248,249,191)
#F8F9C8
(248,249,200)
#F8F9D1
(248,249,209)
#F8F9DA
(248,249,218)
#F8F9E3
(248,249,227)
#F8F9EC
(248,249,236)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F99B color. Also use rgb(248,249,155) instead hex code.

Text Font Color

.myTextColor { color: #F8F99B; }

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

This text font color is #F8F99B.

Background Color

.myBgColor { background-color: #F8F99B; }

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

This div background color is #F8F99B.

Border color

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

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

This div border color is #F8F99B.

Opacity

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

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

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

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

This text has shadow with #F8F99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F99B.

Preview

Color preview on black background

This text has color #F8F99B on black background.


Color preview on white background

This text has color #F8F99B on white background.


Black color preview on #F8F99B background

This text has black color on #F8F99B background.


White color preview on #F8F99B background

This text has white color on #F8F99B background.


Related colors

Complementary color

Complementary color for #hex is #070664.


I love getcolorcode.com

Triadic colors

1 #9BF8F9 and #F99BF8 with #F8F99B are triadic colors.

2 #9BF9F8 and #F9F89B with #F8F99B are triadic colors.