COLOR #FF995C

HEX: #FF995C RGB: (255,153,92)

Color info

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

RGB color model

#FF995C color RGB value is (255,153,92).

RGB: (255,153,92) (100%, 60%, 36%)

RGB channels and saturation

R 255 of 255 = 100%
G 153 of 255 = 60%
B 92 of 255 = 36%

255
153
92

R + G + B ~ 65%. #FF995C is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 153 + 92 = 500 (100%)
R 255 of 500 ~ 51%
G 153 of 500 ~ 30.6%
B 92 of 500 ~ 18.4'%

%51
%30.6
%18.4

CMYK color model

#FF995C color CMYK value is (0,40,64,0).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 63.92%
  • key color value is 0.00%

CMYK: (0,40,64,0)
C0M40Y64K0 (0%, 40%, 64%, 0%)
(0.00 / 0.40 / 0.64 / 0.00)

CMYK percentages

%0
%40
%63.92
%0

Codes

Color #FF995C in popluar color models

FF 99 5C
RGB 255 153 92
HSL 22° 100.00% 68.04%
HSB/HSV 22° 63.92% 100.00%
CMYK 0.00% 40.00% 63.92%
0.00%

Color #FF995C in popluar number systems.

HEX FF 99 5C
Decimal 255 153 92
Binary 11111111 10011001 1011100
Octal 377 231 134

Shades and tints

Shades of #FF995C

#FF995C
(255,153,92)
#E88C54
(232,140,84)
#D17F4C
(209,127,76)
#BA7244
(186,114,68)
#A3653C
(163,101,60)
#8C5834
(140,88,52)
#754B2C
(117,75,44)
#5E3E24
(94,62,36)
#47311C
(71,49,28)
#302414
(48,36,20)
#19170C
(25,23,12)
#000000
(0,0,0)

Tints of #FF995C

#FF995C
(255,153,92)
#FFA26A
(255,162,106)
#FFAB78
(255,171,120)
#FFB486
(255,180,134)
#FFBD94
(255,189,148)
#FFC6A2
(255,198,162)
#FFCFB0
(255,207,176)
#FFD8BE
(255,216,190)
#FFE1CC
(255,225,204)
#FFEADA
(255,234,218)
#FFF3E8
(255,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF995C; }

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

This text font color is #FF995C.

Background Color

.myBgColor { background-color: #FF995C; }

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

This div background color is #FF995C.

Border color

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

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

This div border color is #FF995C.

Opacity

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

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

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

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

This text has shadow with #FF995C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF995C.

Preview

Color preview on black background

This text has color #FF995C on black background.


Color preview on white background

This text has color #FF995C on white background.


Black color preview on #FF995C background

This text has black color on #FF995C background.


White color preview on #FF995C background

This text has white color on #FF995C background.


Related colors

Complementary color

Complementary color for #hex is #0066A3.


I love getcolorcode.com

Triadic colors

1 #5CFF99 and #995CFF with #FF995C are triadic colors.

2 #5C99FF and #99FF5C with #FF995C are triadic colors.