HEX: #F6DB6B
RGB: (246,219,107)
#F6DB6B contains mainly red and green colors. Web safe color of #F6DB6B is #FFCC66 (or #FC6).
#F6DB6B color RGB value is (246,219,107).
RGB: (246,219,107)
(96%, 86%, 42%)
R 246 of 255 = 96%
G 219 of 255 = 86%
B 107 of 255 = 42%
R + G + B ~ 75%. #F6DB6B is quite light color.
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'%
#F6DB6B color CMYK value is (0,11,57,4).
CMYK: (0,11,57,4)
C0M11Y57K4 (0%, 11%, 57%, 4%)
(0.00 / 0.11 / 0.57 / 0.04)
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 of #F6DB6B
Tints of #F6DB6B
Examples of css and html codes for elements with #F6DB6B color. Also use rgb(246,219,107) instead hex code.
.myTextColor { color: #F6DB6B; }
<p style="color:#F6DB6B">This sample text font color is #F6DB6B.</p>
This text font color is #F6DB6B.
.myBgColor { background-color: #F6DB6B; }
<div style="background-color:#F6DB6B">Inner text</div>
This div background color is #F6DB6B.
.myBorderColor { border: 1px solid #F6DB6B; }
<div style="border:3px solid #F6DB6B">Div</div>
This div border color is #F6DB6B.
.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%.
.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.
/* 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 text has color #F6DB6B on black background.
This text has color #F6DB6B on white background.
This text has black color on #F6DB6B background.
This text has white color on #F6DB6B background.
Complementary color for #hex is #092494.