COLOR #F6F19B

HEX: #F6F19B
RGB: (246,241,155)

Color info

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

RGB color model

#F6F19B color RGB value is (246,241,155).

  • red value is 246;
  • green value is 241;
  • blue value is 155.
RGB:
(246,241,155)
(96%,95%,61%)

RGB channels and saturation

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

246
241
155

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

Portions of RGB colors in percentages

R + G + B =
246 + 241 + 155 = 642 (100%)
R 246 of 642 ~ 38.32%
G 241 of 642 ~ 37.54%
B 155 of 642 ~ 24.14%

%38.32
%37.54
%24.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 36.99%
  • key color value is 3.53%
CMYK:
(0,2,37,4)
C0M2Y37K4 
(0%,2%,37%,4%)
(0.00/0.02/0.37/0.04)	

CMYK percentages

%0
%2.03
%36.99
%3.53

Codes

Color #F6F19B in popluar color models

F6F19B
RGB246241155
HSL57°83.49%78.63%
HSB/HSV57°36.99%96.47%
CMYK0.00%2.03%36.99%
3.53%

Color #F6F19B in popluar number systems.

HEXF6F19B
Decimal246241155
Binary111101101111000110011011
Octal366361233

Shades and tints

Shades of #F6F19B

#F6F19B
(246,241,155)
#E0DC8D
(224,220,141)
#CAC77F
(202,199,127)
#B4B271
(180,178,113)
#9E9D63
(158,157,99)
#888855
(136,136,85)
#727347
(114,115,71)
#5C5E39
(92,94,57)
#46492B
(70,73,43)
#30341D
(48,52,29)
#1A1F0F
(26,31,15)
#000000
(0,0,0)

Tints of #F6F19B

#F6F19B
(246,241,155)
#F6F2A4
(246,242,164)
#F6F3AD
(246,243,173)
#F6F4B6
(246,244,182)
#F6F5BF
(246,245,191)
#F6F6C8
(246,246,200)
#F6F7D1
(246,247,209)
#F6F8DA
(246,248,218)
#F6F9E3
(246,249,227)
#F6FAEC
(246,250,236)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F19B; }

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

This text font color is #F6F19B.


Background Color

.myBgColor { background-color: #F6F19B; }

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

This div background color is #F6F19B.


Border color

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

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

This div border color is #F6F19B.


Opacity

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

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

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

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

This text has shadow with #F6F19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F19B on black background.


Color preview on white background

This text has color #F6F19B on white background.



Black color preview on #F6F19B background

This text has black color on #F6F19B background.


White color preview on #F6F19B background

This text has white color on #F6F19B background.