COLOR #F5F19B

HEX: #F5F19B RGB: (245,241,155)

Color info

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

RGB color model

#F5F19B color RGB value is (245,241,155).

RGB: (245,241,155) (96%, 95%, 61%)

RGB channels and saturation

R 245 of 255 = 96%
G 241 of 255 = 95%
B 155 of 255 = 61%

245
241
155

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

Portions of RGB colors in percentages

R + G + B = 245 + 241 + 155 = 641 (100%)
R 245 of 641 ~ 38.22%
G 241 of 641 ~ 37.6%
B 155 of 641 ~ 24.18'%

%38.22
%37.6
%24.18

CMYK color model

#F5F19B color CMYK value is (0,2,37,4).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 36.73%
  • key color value is 3.92%

CMYK: (0,2,37,4)
C0M2Y37K4 (0%, 2%, 37%, 4%)
(0.00 / 0.02 / 0.37 / 0.04)

CMYK percentages

%0
%1.63
%36.73
%3.92

Codes

Color #F5F19B in popluar color models

F5 F1 9B
RGB 245 241 155
HSL 57° 81.82% 78.43%
HSB/HSV 57° 36.73% 96.08%
CMYK 0.00% 1.63% 36.73%
3.92%

Color #F5F19B in popluar number systems.

HEX F5 F1 9B
Decimal 245 241 155
Binary 11110101 11110001 10011011
Octal 365 361 233

Shades and tints

Shades of #F5F19B

#F5F19B
(245,241,155)
#DFDC8D
(223,220,141)
#C9C77F
(201,199,127)
#B3B271
(179,178,113)
#9D9D63
(157,157,99)
#878855
(135,136,85)
#717347
(113,115,71)
#5B5E39
(91,94,57)
#45492B
(69,73,43)
#2F341D
(47,52,29)
#191F0F
(25,31,15)
#000000
(0,0,0)

Tints of #F5F19B

#F5F19B
(245,241,155)
#F5F2A4
(245,242,164)
#F5F3AD
(245,243,173)
#F5F4B6
(245,244,182)
#F5F5BF
(245,245,191)
#F5F6C8
(245,246,200)
#F5F7D1
(245,247,209)
#F5F8DA
(245,248,218)
#F5F9E3
(245,249,227)
#F5FAEC
(245,250,236)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F19B color. Also use rgb(245,241,155) instead hex code.

Text Font Color

.myTextColor { color: #F5F19B; }

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

This text font color is #F5F19B.

Background Color

.myBgColor { background-color: #F5F19B; }

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

This div background color is #F5F19B.

Border color

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

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

This div border color is #F5F19B.

Opacity

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

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

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

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

This text has shadow with #F5F19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5F19B.

Preview

Color preview on black background

This text has color #F5F19B on black background.


Color preview on white background

This text has color #F5F19B on white background.


Black color preview on #F5F19B background

This text has black color on #F5F19B background.


White color preview on #F5F19B background

This text has white color on #F5F19B background.


Related colors

Complementary color

Complementary color for #hex is #0A0E64.


I love getcolorcode.com

Triadic colors

1 #9BF5F1 and #F19BF5 with #F5F19B are triadic colors.

2 #9BF1F5 and #F1F59B with #F5F19B are triadic colors.