COLOR #F9855C

HEX: #F9855C
RGB: (249,133,92)

Color info

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

RGB color model

#F9855C color RGB value is (249,133,92).

  • red value is 249;
  • green value is 133;
  • blue value is 92.
RGB:
(249,133,92)
(98%,52%,36%)

RGB channels and saturation

R 249 of 255 = 98%
G 133 of 255 = 52%
B 92 of 255 = 36%

249
133
92

R + G + B ~ 62%. #F9855C is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 133 + 92 = 474 (100%)
R 249 of 474 ~ 52.53%
G 133 of 474 ~ 28.06%
B 92 of 474 ~ 19.41%

%52.53
%28.06
%19.41

CMYK color model

#F9855C color CMYK value is (0,47,63,2).

  • cyan value is 0.00%
  • magenta value is 46.59%
  • yellow value is 63.05%
  • key color value is 2.35%
CMYK:
(0,47,63,2)
C0M47Y63K2 
(0%,47%,63%,2%)
(0.00/0.47/0.63/0.02)	

CMYK percentages

%0
%46.59
%63.05
%2.35

Codes

Color #F9855C in popluar color models

F9855C
RGB24913392
HSL16°92.90%66.86%
HSB/HSV16°63.05%97.65%
CMYK0.00%46.59%63.05%
2.35%

Color #F9855C in popluar number systems.

HEXF9855C
Decimal24913392
Binary11111001100001011011100
Octal371205134

Shades and tints

Shades of #F9855C

#F9855C
(249,133,92)
#E37954
(227,121,84)
#CD6D4C
(205,109,76)
#B76144
(183,97,68)
#A1553C
(161,85,60)
#8B4934
(139,73,52)
#753D2C
(117,61,44)
#5F3124
(95,49,36)
#49251C
(73,37,28)
#331914
(51,25,20)
#1D0D0C
(29,13,12)
#000000
(0,0,0)

Tints of #F9855C

#F9855C
(249,133,92)
#F9906A
(249,144,106)
#F99B78
(249,155,120)
#F9A686
(249,166,134)
#F9B194
(249,177,148)
#F9BCA2
(249,188,162)
#F9C7B0
(249,199,176)
#F9D2BE
(249,210,190)
#F9DDCC
(249,221,204)
#F9E8DA
(249,232,218)
#F9F3E8
(249,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9855C color. Also use rgb(249,133,92) instead hex code.

Text Font Color

.myTextColor { color: #F9855C; }

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

This text font color is #F9855C.


Background Color

.myBgColor { background-color: #F9855C; }

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

This div background color is #F9855C.


Border color

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

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

This div border color is #F9855C.


Opacity

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

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

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

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

This text has shadow with #F9855C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9855C on black background.


Color preview on white background

This text has color #F9855C on white background.



Black color preview on #F9855C background

This text has black color on #F9855C background.


White color preview on #F9855C background

This text has white color on #F9855C background.