HEX: #FF9900
RGB: (255,153,0)
#FF9900 contains mainly red color. #FF9900 color is web safe color. It maybe written shortly as #F90.
#FF9900 color RGB value is (255,153,0).
RGB: (255,153,0)
(100%, 60%, 0%)
R 255 of 255 = 100%
G 153 of 255 = 60%
B 0 of 255 = 0%
R + G + B ~ 53%. #FF9900 is middle color (not dark and not light).
R + G + B = 255 + 153 + 0 = 408 (100%)
R 255 of 408 ~ 62.5%
G 153 of 408 ~ 37.5%
B 0 of 408 ~ 0'%
#FF9900 color CMYK value is (0,40,100,0).
CMYK: (0,40,100,0) C0M40Y100K0 (0%,40%,100%,0%) (0.00/0.40/1.00/0.00)
Color #FF9900 in popluar color models
FF | 99 | 00 | |
---|---|---|---|
RGB | 255 | 153 | 0 |
HSL | 36° | 100.00% | 50.00% |
HSB/HSV | 36° | 100.00% | 100.00% |
CMYK | 0.00% | 40.00% | 100.00% |
0.00% |
Color #FF9900 in popluar number systems.
HEX | FF | 99 | 00 |
Decimal | 255 | 153 | 0 |
Binary | 11111111 | 10011001 | 0 |
Octal | 377 | 231 | 0 |
Shades of #FF9900
Tints of #FF9900
Examples of css and html codes for elements with #FF9900 color. Also use rgb(255,153,0) instead hex code.
.myTextColor { color: #FF9900; }
<p style="color:#FF9900">This sample text font color is #FF9900.</p>
This text font color is #FF9900.
.myBgColor { background-color: #FF9900; }
<div style="background-color:#FF9900">Inner text</div>
This div background color is #FF9900.
.myBorderColor { border: 1px solid #FF9900; }
<div style="border:3px solid #FF9900">Div</div>
This div border color is #FF9900.
.myOpacity80 { color: #FF9900; opacity: 0.8; }
<p style="color:#FF9900;opacity:0.8;">80%</p>
Text with #FF9900 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FF9900;}
<p style="text-shadow: 3px 3px 1px #FF9900">Text here.</p>
This text has shadow with #FF9900 color.
.textShadow {text-shadow: 3px 3px 1px #FF9900', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FF9900, 5px 5px 20px red">Text here.</p>
This text has shadow with #FF9900 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF9900, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FF9900, Direction=45, Strength=4)">Text</p>
This text has shadow with #FF9900 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FF9900;
-webkit-box-shadow: 1px 1px 3px 2px #FF9900;
box-shadow: 1px 1px 3px 2px #FF9900;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF9900; -webkit-box-shadow: 1px 1px 3px 2px #FF9900; box-shadow:1px 1px 3px 2px #FF9900;">
Div content here
</div>
This text has color #FF9900 on black background.
This text has color #FF9900 on white background.
This text has black color on #FF9900 background.
This text has white color on #FF9900 background.
Complementary color for #hex is #0066FF.
Color #FF9900 is used in Vivid Gamboge gradient.
Vivid Gamboge