COLOR #F6DB6B

HEX: #F6DB6B RGB: (246,219,107)

Color info

#F6DB6B contains mainly red and green colors. Web safe color of #F6DB6B is #FFCC66 (or #FC6).

RGB color model

#F6DB6B color RGB value is (246,219,107).

RGB: (246,219,107) (96%, 86%, 42%)

RGB channels and saturation

R 246 of 255 = 96%
G 219 of 255 = 86%
B 107 of 255 = 42%

246
219
107

R + G + B ~ 75%. #F6DB6B is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 219 + 107 = 572 (100%)
R 246 of 572 ~ 43.01%
G 219 of 572 ~ 38.29%
B 107 of 572 ~ 18.71'%

%43.01
%38.29
%18.71

CMYK color model

#F6DB6B color CMYK value is (0,11,57,4).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 56.50%
  • key color value is 3.53%

CMYK: (0,11,57,4)
C0M11Y57K4 (0%, 11%, 57%, 4%)
(0.00 / 0.11 / 0.57 / 0.04)

CMYK percentages

%0
%10.98
%56.5
%3.53

Codes

Color #F6DB6B in popluar color models

F6 DB 6B
RGB 246 219 107
HSL 48° 88.54% 69.22%
HSB/HSV 48° 56.50% 96.47%
CMYK 0.00% 10.98% 56.50%
3.53%

Color #F6DB6B in popluar number systems.

HEX F6 DB 6B
Decimal 246 219 107
Binary 11110110 11011011 1101011
Octal 366 333 153

Shades and tints

Shades of #F6DB6B

#F6DB6B
(246,219,107)
#E0C862
(224,200,98)
#CAB559
(202,181,89)
#B4A250
(180,162,80)
#9E8F47
(158,143,71)
#887C3E
(136,124,62)
#726935
(114,105,53)
#5C562C
(92,86,44)
#464323
(70,67,35)
#30301A
(48,48,26)
#1A1D11
(26,29,17)
#000000
(0,0,0)

Tints of #F6DB6B

#F6DB6B
(246,219,107)
#F6DE78
(246,222,120)
#F6E185
(246,225,133)
#F6E492
(246,228,146)
#F6E79F
(246,231,159)
#F6EAAC
(246,234,172)
#F6EDB9
(246,237,185)
#F6F0C6
(246,240,198)
#F6F3D3
(246,243,211)
#F6F6E0
(246,246,224)
#F6F9ED
(246,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DB6B; }

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

This text font color is #F6DB6B.

Background Color

.myBgColor { background-color: #F6DB6B; }

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

This div background color is #F6DB6B.

Border color

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

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

This div border color is #F6DB6B.

Opacity

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

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

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

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

This text has shadow with #F6DB6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DB6B.

Preview

Color preview on black background

This text has color #F6DB6B on black background.


Color preview on white background

This text has color #F6DB6B on white background.


Black color preview on #F6DB6B background

This text has black color on #F6DB6B background.


White color preview on #F6DB6B background

This text has white color on #F6DB6B background.


Related colors

Complementary color

Complementary color for #hex is #092494.


I love getcolorcode.com

Triadic colors

1 #6BF6DB and #DB6BF6 with #F6DB6B are triadic colors.

2 #6BDBF6 and #DBF66B with #F6DB6B are triadic colors.