COLOR #FF9900

HEX: #FF9900
RGB: (255,153,0)

Color info

#FF9900 contains mainly red color. #FF9900 color is web safe color. It maybe written shortly as #F90.

RGB color model

#FF9900 color RGB value is (255,153,0).

  • red value is 255;
  • green value is 153;
  • blue value is 0.
RGB:
(255,153,0)
(100%,60%,0%)

RGB channels and saturation

R 255 of 255 = 100%
G 153 of 255 = 60%
B 0 of 255 = 0%

255
153
0

R + G + B ~ 53%. #FF9900 is middle color (not dark and not light).

Portions of RGB colors in percentages

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%

%62.5
%37.5

CMYK color model

#FF9900 color CMYK value is (0,40,100,0).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(0,40,100,0)
C0M40Y100K0 
(0%,40%,100%,0%)
(0.00/0.40/1.00/0.00)	

CMYK percentages

%0
%40
%100
%0

Codes

Color #FF9900 in popluar color models

FF9900
RGB2551530
HSL36°100.00%50.00%
HSB/HSV36°100.00%100.00%
CMYK0.00%40.00%100.00%
0.00%

Color #FF9900 in popluar number systems.

HEXFF9900
Decimal2551530
Binary11111111100110010
Octal3772310

Shades and tints

Shades of #FF9900

#FF9900
(255,153,0)
#E88C00
(232,140,0)
#D17F00
(209,127,0)
#BA7200
(186,114,0)
#A36500
(163,101,0)
#8C5800
(140,88,0)
#754B00
(117,75,0)
#5E3E00
(94,62,0)
#473100
(71,49,0)
#302400
(48,36,0)
#191700
(25,23,0)
#000000
(0,0,0)

Tints of #FF9900

#FF9900
(255,153,0)
#FFA217
(255,162,23)
#FFAB2E
(255,171,46)
#FFB445
(255,180,69)
#FFBD5C
(255,189,92)
#FFC673
(255,198,115)
#FFCF8A
(255,207,138)
#FFD8A1
(255,216,161)
#FFE1B8
(255,225,184)
#FFEACF
(255,234,207)
#FFF3E6
(255,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9900 color. Also use rgb(255,153,0) instead hex code.

Text Font Color

.myTextColor { color: #FF9900; }

<p style="color:#FF9900">This sample text font color is #FF9900.</p>

This text font color is #FF9900.


Background Color

.myBgColor { background-color: #FF9900; }

<div style="background-color:#FF9900">Inner text</div>

This div background color is #FF9900.


Border color

.myBorderColor { border: 1px solid #FF9900; }

<div style="border:3px solid #FF9900">Div</div>

This div border color is #FF9900.


Opacity

.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%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.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.


Div box shadow color

/* 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 div box has shadow with color #FF9900.

Preview

Color preview on black background

This text has color #FF9900 on black background.


Color preview on white background

This text has color #FF9900 on white background.



Black color preview on #FF9900 background

This text has black color on #FF9900 background.


White color preview on #FF9900 background

This text has white color on #FF9900 background.