HEX: #F0B500
RGB: (240,181,0)
#F0B500 contains only red and green colors. Web safe color of #F0B500 is #FFCC00 (or #FC0).
#F0B500 color RGB value is (240,181,0).
RGB: (240,181,0)
(94%, 71%, 0%)
R 240 of 255 = 94%
G 181 of 255 = 71%
B 0 of 255 = 0%
R + G + B ~ 55%. #F0B500 is middle color (not dark and not light).
R + G + B = 240 + 181 + 0 = 421 (100%)
R 240 of 421 ~ 57.01%
G 181 of 421 ~ 42.99%
B 0 of 421 ~ 0'%
#F0B500 color CMYK value is (0,25,100,6).
CMYK: (0,25,100,6)
C0M25Y100K6 (0%, 25%, 100%, 6%)
(0.00 / 0.25 / 1.00 / 0.06)
Color #F0B500 in popluar color models
F0 | B5 | 00 | |
---|---|---|---|
RGB | 240 | 181 | 0 |
HSL | 45° | 100.00% | 47.06% |
HSB/HSV | 45° | 100.00% | 94.12% |
CMYK | 0.00% | 24.58% | 100.00% |
5.88% |
Color #F0B500 in popluar number systems.
HEX | F0 | B5 | 00 |
Decimal | 240 | 181 | 0 |
Binary | 11110000 | 10110101 | 0 |
Octal | 360 | 265 | 0 |
Shades of #F0B500
Tints of #F0B500
Examples of css and html codes for elements with #F0B500 color. Also use rgb(240,181,0) instead hex code.
.myTextColor { color: #F0B500; }
<p style="color:#F0B500">This sample text font color is #F0B500.</p>
This text font color is #F0B500.
.myBgColor { background-color: #F0B500; }
<div style="background-color:#F0B500">Inner text</div>
This div background color is #F0B500.
.myBorderColor { border: 1px solid #F0B500; }
<div style="border:3px solid #F0B500">Div</div>
This div border color is #F0B500.
.myOpacity80 { color: #F0B500; opacity: 0.8; }
<p style="color:#F0B500;opacity:0.8;">80%</p>
Text with #F0B500 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0B500;}
<p style="text-shadow: 3px 3px 1px #F0B500">Text here.</p>
This text has shadow with #F0B500 color.
.textShadow {text-shadow: 3px 3px 1px #F0B500', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0B500, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0B500 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0B500, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0B500, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0B500 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0B500;
-webkit-box-shadow: 1px 1px 3px 2px #F0B500;
box-shadow: 1px 1px 3px 2px #F0B500;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0B500; -webkit-box-shadow: 1px 1px 3px 2px #F0B500; box-shadow:1px 1px 3px 2px #F0B500;">
Div content here
</div>
This text has color #F0B500 on black background.
This text has color #F0B500 on white background.
This text has black color on #F0B500 background.
This text has white color on #F0B500 background.
Complementary color for #hex is #0F4AFF.
Color #F0B500 is used in Mikado Yellow gradient.
Mikado Yellow