COLOR #FF6600

HEX: #FF6600
RGB: (255,102,0)

Color info

#FF6600 contains mainly red color. #FF6600 color is web safe color. It maybe written shortly as #F60.

RGB color model

#FF6600 color RGB value is (255,102,0).

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

RGB channels and saturation

R 255 of 255 = 100%
G 102 of 255 = 40%
B 0 of 255 = 0%

255
102
0

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

Portions of RGB colors in percentages

R + G + B =
255 + 102 + 0 = 357 (100%)
R 255 of 357 ~ 71.43%
G 102 of 357 ~ 28.57%
B 0 of 357 ~ 0%

%71.43
%28.57

CMYK color model

#FF6600 color CMYK value is (0,60,100,0).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(0,60,100,0)
C0M60Y100K0 
(0%,60%,100%,0%)
(0.00/0.60/1.00/0.00)	

CMYK percentages

%0
%60
%100
%0

Codes

Color #FF6600 in popluar color models

FF6600
RGB2551020
HSL24°100.00%50.00%
HSB/HSV24°100.00%100.00%
CMYK0.00%60.00%100.00%
0.00%

Color #FF6600 in popluar number systems.

HEXFF6600
Decimal2551020
Binary1111111111001100
Octal3771460

Shades and tints

Shades of #FF6600

#FF6600
(255,102,0)
#E85D00
(232,93,0)
#D15400
(209,84,0)
#BA4B00
(186,75,0)
#A34200
(163,66,0)
#8C3900
(140,57,0)
#753000
(117,48,0)
#5E2700
(94,39,0)
#471E00
(71,30,0)
#301500
(48,21,0)
#190C00
(25,12,0)
#000000
(0,0,0)

Tints of #FF6600

#FF6600
(255,102,0)
#FF7317
(255,115,23)
#FF802E
(255,128,46)
#FF8D45
(255,141,69)
#FF9A5C
(255,154,92)
#FFA773
(255,167,115)
#FFB48A
(255,180,138)
#FFC1A1
(255,193,161)
#FFCEB8
(255,206,184)
#FFDBCF
(255,219,207)
#FFE8E6
(255,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF6600; }

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

This text font color is #FF6600.


Background Color

.myBgColor { background-color: #FF6600; }

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

This div background color is #FF6600.


Border color

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

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

This div border color is #FF6600.


Opacity

.myOpacity80 { color: #FF6600; opacity: 0.8; }

<p style="color:#FF6600;opacity:0.8;">80%</p>

Text with #FF6600 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 #FF6600;}

<p style="text-shadow: 3px 3px 1px #FF6600">Text here.</p>

This text has shadow with #FF6600 color.

.textShadow {text-shadow: 3px 3px 1px #FF6600, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF6600, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF6600 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF6600, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF6600, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF6600 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF6600;
  -webkit-box-shadow:	1px 1px 3px 2px #FF6600;
  box-shadow:		1px 1px 3px 2px #FF6600;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF6600;
-webkit-box-shadow: 1px 1px 3px 2px #FF6600;
box-shadow:1px 1px 3px 2px #FF6600;">
Div content here</div>
This div box has shadow with color #FF6600.

Preview

Color preview on black background

This text has color #FF6600 on black background.


Color preview on white background

This text has color #FF6600 on white background.



Black color preview on #FF6600 background

This text has black color on #FF6600 background.


White color preview on #FF6600 background

This text has white color on #FF6600 background.