HEX: #FFB40F
RGB: (255,180,15)
#FFB40F contains mainly red color. Web safe color of #FFB40F is #FFCC00 (or #FC0).
#FFB40F color RGB value is (255,180,15).
RGB: (255,180,15)
(100%, 71%, 6%)
R 255 of 255 = 100%
G 180 of 255 = 71%
B 15 of 255 = 6%
R + G + B ~ 59%. #FFB40F is middle color (not dark and not light).
R + G + B = 255 + 180 + 15 = 450 (100%)
R 255 of 450 ~ 56.67%
G 180 of 450 ~ 40%
B 15 of 450 ~ 3.33'%
#FFB40F color CMYK value is (0,29,94,0).
CMYK: (0,29,94,0)
C0M29Y94K0 (0%, 29%, 94%, 0%)
(0.00 / 0.29 / 0.94 / 0.00)
Color #FFB40F in popluar color models
FF | B4 | 0F | |
---|---|---|---|
RGB | 255 | 180 | 15 |
HSL | 41° | 100.00% | 52.94% |
HSB/HSV | 41° | 94.12% | 100.00% |
CMYK | 0.00% | 29.41% | 94.12% |
0.00% |
Color #FFB40F in popluar number systems.
HEX | FF | B4 | 0F |
Decimal | 255 | 180 | 15 |
Binary | 11111111 | 10110100 | 1111 |
Octal | 377 | 264 | 17 |
Shades of #FFB40F
Tints of #FFB40F
Examples of css and html codes for elements with #FFB40F color. Also use rgb(255,180,15) instead hex code.
.myTextColor { color: #FFB40F; }
<p style="color:#FFB40F">This sample text font color is #FFB40F.</p>
This text font color is #FFB40F.
.myBgColor { background-color: #FFB40F; }
<div style="background-color:#FFB40F">Inner text</div>
This div background color is #FFB40F.
.myBorderColor { border: 1px solid #FFB40F; }
<div style="border:3px solid #FFB40F">Div</div>
This div border color is #FFB40F.
.myOpacity80 { color: #FFB40F; opacity: 0.8; }
<p style="color:#FFB40F;opacity:0.8;">80%</p>
Text with #FFB40F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFB40F;}
<p style="text-shadow: 3px 3px 1px #FFB40F">Text here.</p>
This text has shadow with #FFB40F color.
.textShadow {text-shadow: 3px 3px 1px #FFB40F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFB40F, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFB40F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFB40F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFB40F, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFB40F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFB40F;
-webkit-box-shadow: 1px 1px 3px 2px #FFB40F;
box-shadow: 1px 1px 3px 2px #FFB40F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFB40F; -webkit-box-shadow: 1px 1px 3px 2px #FFB40F; box-shadow:1px 1px 3px 2px #FFB40F;">
Div content here
</div>
This text has color #FFB40F on black background.
This text has color #FFB40F on white background.
This text has black color on #FFB40F background.
This text has white color on #FFB40F background.
Complementary color for #FFB40F is #004BF0.
Color #FFB40F is used in Orange (Web) gradient.
Orange (Web)