COLOR #FF6E35

HEX: #FF6E35
RGB: (255,110,53)

Color info

#FF6E35 contains mainly red color. Web safe color of #FF6E35 is #FF6633 (or #F63).

RGB color model

#FF6E35 color RGB value is (255,110,53).

  • red value is 255;
  • green value is 110;
  • blue value is 53.
RGB:
(255,110,53)
(100%,43%,21%)

RGB channels and saturation

R 255 of 255 = 100%
G 110 of 255 = 43%
B 53 of 255 = 21%

255
110
53

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

Portions of RGB colors in percentages

R + G + B =
255 + 110 + 53 = 418 (100%)
R 255 of 418 ~ 61%
G 110 of 418 ~ 26.32%
B 53 of 418 ~ 12.68%

%61
%26.32
%12.68

CMYK color model

#FF6E35 color CMYK value is (0,57,79,0).

  • cyan value is 0.00%
  • magenta value is 56.86%
  • yellow value is 79.22%
  • key color value is 0.00%
CMYK:
(0,57,79,0)
C0M57Y79K0 
(0%,57%,79%,0%)
(0.00/0.57/0.79/0.00)	

CMYK percentages

%0
%56.86
%79.22
%0

Codes

Color #FF6E35 in popluar color models

FF6E35
RGB25511053
HSL17°100.00%60.39%
HSB/HSV17°79.22%100.00%
CMYK0.00%56.86%79.22%
0.00%

Color #FF6E35 in popluar number systems.

HEXFF6E35
Decimal25511053
Binary111111111101110110101
Octal37715665

Shades and tints

Shades of #FF6E35

#FF6E35
(255,110,53)
#E86431
(232,100,49)
#D15A2D
(209,90,45)
#BA5029
(186,80,41)
#A34625
(163,70,37)
#8C3C21
(140,60,33)
#75321D
(117,50,29)
#5E2819
(94,40,25)
#471E15
(71,30,21)
#301411
(48,20,17)
#190A0D
(25,10,13)
#000000
(0,0,0)

Tints of #FF6E35

#FF6E35
(255,110,53)
#FF7B47
(255,123,71)
#FF8859
(255,136,89)
#FF956B
(255,149,107)
#FFA27D
(255,162,125)
#FFAF8F
(255,175,143)
#FFBCA1
(255,188,161)
#FFC9B3
(255,201,179)
#FFD6C5
(255,214,197)
#FFE3D7
(255,227,215)
#FFF0E9
(255,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6E35 color. Also use rgb(255,110,53) instead hex code.

Text Font Color

.myTextColor { color: #FF6E35; }

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

This text font color is #FF6E35.


Background Color

.myBgColor { background-color: #FF6E35; }

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

This div background color is #FF6E35.


Border color

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

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

This div border color is #FF6E35.


Opacity

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

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

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

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

This text has shadow with #FF6E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6E35 on black background.


Color preview on white background

This text has color #FF6E35 on white background.



Black color preview on #FF6E35 background

This text has black color on #FF6E35 background.


White color preview on #FF6E35 background

This text has white color on #FF6E35 background.