HEX: #F6CE3D
RGB: (246,206,61)
#F6CE3D contains mainly red and green colors. Web safe color of #F6CE3D is #FFCC33 (or #FC3).
#F6CE3D color RGB value is (246,206,61).
RGB: (246,206,61)
(96%, 81%, 24%)
R 246 of 255 = 96%
G 206 of 255 = 81%
B 61 of 255 = 24%
R + G + B ~ 67%. #F6CE3D is quite light color.
R + G + B = 246 + 206 + 61 = 513 (100%)
R 246 of 513 ~ 47.95%
G 206 of 513 ~ 40.16%
B 61 of 513 ~ 11.89'%
#F6CE3D color CMYK value is (0,16,75,4).
CMYK: (0,16,75,4)
C0M16Y75K4 (0%, 16%, 75%, 4%)
(0.00 / 0.16 / 0.75 / 0.04)
Color #F6CE3D in popluar color models
F6 | CE | 3D | |
---|---|---|---|
RGB | 246 | 206 | 61 |
HSL | 47° | 91.13% | 60.20% |
HSB/HSV | 47° | 75.20% | 96.47% |
CMYK | 0.00% | 16.26% | 75.20% |
3.53% |
Color #F6CE3D in popluar number systems.
HEX | F6 | CE | 3D |
Decimal | 246 | 206 | 61 |
Binary | 11110110 | 11001110 | 111101 |
Octal | 366 | 316 | 75 |
Shades of #F6CE3D
Tints of #F6CE3D
Examples of css and html codes for elements with #F6CE3D color. Also use rgb(246,206,61) instead hex code.
.myTextColor { color: #F6CE3D; }
<p style="color:#F6CE3D">This sample text font color is #F6CE3D.</p>
This text font color is #F6CE3D.
.myBgColor { background-color: #F6CE3D; }
<div style="background-color:#F6CE3D">Inner text</div>
This div background color is #F6CE3D.
.myBorderColor { border: 1px solid #F6CE3D; }
<div style="border:3px solid #F6CE3D">Div</div>
This div border color is #F6CE3D.
.myOpacity80 { color: #F6CE3D; opacity: 0.8; }
<p style="color:#F6CE3D;opacity:0.8;">80%</p>
Text with #F6CE3D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6CE3D;}
<p style="text-shadow: 3px 3px 1px #F6CE3D">Text here.</p>
This text has shadow with #F6CE3D color.
.textShadow {text-shadow: 3px 3px 1px #F6CE3D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6CE3D, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6CE3D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6CE3D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6CE3D, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6CE3D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6CE3D;
-webkit-box-shadow: 1px 1px 3px 2px #F6CE3D;
box-shadow: 1px 1px 3px 2px #F6CE3D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6CE3D; -webkit-box-shadow: 1px 1px 3px 2px #F6CE3D; box-shadow:1px 1px 3px 2px #F6CE3D;">
Div content here
</div>
This text has color #F6CE3D on black background.
This text has color #F6CE3D on white background.
This text has black color on #F6CE3D background.
This text has white color on #F6CE3D background.
Complementary color for #hex is #0931C2.