COLOR #F6DB91

HEX: #F6DB91
RGB: (246,219,145)

Color info

#F6DB91 contains mainly red and green colors. Web safe color of #F6DB91 is #FFCC99 (or #FC9).

RGB color model

#F6DB91 color RGB value is (246,219,145).

  • red value is 246;
  • green value is 219;
  • blue value is 145.
RGB:
(246,219,145)
(96%,86%,57%)

RGB channels and saturation

R 246 of 255 = 96%
G 219 of 255 = 86%
B 145 of 255 = 57%

246
219
145

R + G + B ~ 80%. #F6DB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 219 + 145 = 610 (100%)
R 246 of 610 ~ 40.33%
G 219 of 610 ~ 35.9%
B 145 of 610 ~ 23.77%

%40.33
%35.9
%23.77

CMYK color model

#F6DB91 color CMYK value is (0,11,41,4).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 41.06%
  • key color value is 3.53%
CMYK:
(0,11,41,4)
C0M11Y41K4 
(0%,11%,41%,4%)
(0.00/0.11/0.41/0.04)	

CMYK percentages

%0
%10.98
%41.06
%3.53

Codes

Color #F6DB91 in popluar color models

F6DB91
RGB246219145
HSL44°84.87%76.67%
HSB/HSV44°41.06%96.47%
CMYK0.00%10.98%41.06%
3.53%

Color #F6DB91 in popluar number systems.

HEXF6DB91
Decimal246219145
Binary111101101101101110010001
Octal366333221

Shades and tints

Shades of #F6DB91

#F6DB91
(246,219,145)
#E0C884
(224,200,132)
#CAB577
(202,181,119)
#B4A26A
(180,162,106)
#9E8F5D
(158,143,93)
#887C50
(136,124,80)
#726943
(114,105,67)
#5C5636
(92,86,54)
#464329
(70,67,41)
#30301C
(48,48,28)
#1A1D0F
(26,29,15)
#000000
(0,0,0)

Tints of #F6DB91

#F6DB91
(246,219,145)
#F6DE9B
(246,222,155)
#F6E1A5
(246,225,165)
#F6E4AF
(246,228,175)
#F6E7B9
(246,231,185)
#F6EAC3
(246,234,195)
#F6EDCD
(246,237,205)
#F6F0D7
(246,240,215)
#F6F3E1
(246,243,225)
#F6F6EB
(246,246,235)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DB91 color. Also use rgb(246,219,145) instead hex code.

Text Font Color

.myTextColor { color: #F6DB91; }

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

This text font color is #F6DB91.


Background Color

.myBgColor { background-color: #F6DB91; }

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

This div background color is #F6DB91.


Border color

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

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

This div border color is #F6DB91.


Opacity

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

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

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

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

This text has shadow with #F6DB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DB91 on black background.


Color preview on white background

This text has color #F6DB91 on white background.



Black color preview on #F6DB91 background

This text has black color on #F6DB91 background.


White color preview on #F6DB91 background

This text has white color on #F6DB91 background.