COLOR #FF9755

HEX: #FF9755
RGB: (255,151,85)

Color info

#FF9755 contains mainly red color. Web safe color of #FF9755 is #FF9966 (or #F96).

RGB color model

#FF9755 color RGB value is (255,151,85).

  • red value is 255;
  • green value is 151;
  • blue value is 85.
RGB:
(255,151,85)
(100%,59%,33%)

RGB channels and saturation

R 255 of 255 = 100%
G 151 of 255 = 59%
B 85 of 255 = 33%

255
151
85

R + G + B ~ 64%. #FF9755 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 151 + 85 = 491 (100%)
R 255 of 491 ~ 51.93%
G 151 of 491 ~ 30.75%
B 85 of 491 ~ 17.31%

%51.93
%30.75
%17.31

CMYK color model

#FF9755 color CMYK value is (0,41,67,0).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 66.67%
  • key color value is 0.00%
CMYK:
(0,41,67,0)
C0M41Y67K0 
(0%,41%,67%,0%)
(0.00/0.41/0.67/0.00)	

CMYK percentages

%0
%40.78
%66.67
%0

Codes

Color #FF9755 in popluar color models

FF9755
RGB25515185
HSL23°100.00%66.67%
HSB/HSV23°66.67%100.00%
CMYK0.00%40.78%66.67%
0.00%

Color #FF9755 in popluar number systems.

HEXFF9755
Decimal25515185
Binary11111111100101111010101
Octal377227125

Shades and tints

Shades of #FF9755

#FF9755
(255,151,85)
#E88A4E
(232,138,78)
#D17D47
(209,125,71)
#BA7040
(186,112,64)
#A36339
(163,99,57)
#8C5632
(140,86,50)
#75492B
(117,73,43)
#5E3C24
(94,60,36)
#472F1D
(71,47,29)
#302216
(48,34,22)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #FF9755

#FF9755
(255,151,85)
#FFA064
(255,160,100)
#FFA973
(255,169,115)
#FFB282
(255,178,130)
#FFBB91
(255,187,145)
#FFC4A0
(255,196,160)
#FFCDAF
(255,205,175)
#FFD6BE
(255,214,190)
#FFDFCD
(255,223,205)
#FFE8DC
(255,232,220)
#FFF1EB
(255,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9755 color. Also use rgb(255,151,85) instead hex code.

Text Font Color

.myTextColor { color: #FF9755; }

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

This text font color is #FF9755.


Background Color

.myBgColor { background-color: #FF9755; }

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

This div background color is #FF9755.


Border color

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

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

This div border color is #FF9755.


Opacity

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

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

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

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

This text has shadow with #FF9755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9755 on black background.


Color preview on white background

This text has color #FF9755 on white background.



Black color preview on #FF9755 background

This text has black color on #FF9755 background.


White color preview on #FF9755 background

This text has white color on #FF9755 background.