COLOR #F0955C

HEX: #F0955C
RGB: (240,149,92)

Color info

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

RGB color model

#F0955C color RGB value is (240,149,92).

  • red value is 240;
  • green value is 149;
  • blue value is 92.
RGB:
(240,149,92)
(94%,58%,36%)

RGB channels and saturation

R 240 of 255 = 94%
G 149 of 255 = 58%
B 92 of 255 = 36%

240
149
92

R + G + B ~ 63%. #F0955C is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 149 + 92 = 481 (100%)
R 240 of 481 ~ 49.9%
G 149 of 481 ~ 30.98%
B 92 of 481 ~ 19.13%

%49.9
%30.98
%19.13

CMYK color model

#F0955C color CMYK value is (0,38,62,6).

  • cyan value is 0.00%
  • magenta value is 37.92%
  • yellow value is 61.67%
  • key color value is 5.88%
CMYK:
(0,38,62,6)
C0M38Y62K6 
(0%,38%,62%,6%)
(0.00/0.38/0.62/0.06)	

CMYK percentages

%0
%37.92
%61.67
%5.88

Codes

Color #F0955C in popluar color models

F0955C
RGB24014992
HSL23°83.15%65.10%
HSB/HSV23°61.67%94.12%
CMYK0.00%37.92%61.67%
5.88%

Color #F0955C in popluar number systems.

HEXF0955C
Decimal24014992
Binary11110000100101011011100
Octal360225134

Shades and tints

Shades of #F0955C

#F0955C
(240,149,92)
#DB8854
(219,136,84)
#C67B4C
(198,123,76)
#B16E44
(177,110,68)
#9C613C
(156,97,60)
#875434
(135,84,52)
#72472C
(114,71,44)
#5D3A24
(93,58,36)
#482D1C
(72,45,28)
#332014
(51,32,20)
#1E130C
(30,19,12)
#000000
(0,0,0)

Tints of #F0955C

#F0955C
(240,149,92)
#F19E6A
(241,158,106)
#F2A778
(242,167,120)
#F3B086
(243,176,134)
#F4B994
(244,185,148)
#F5C2A2
(245,194,162)
#F6CBB0
(246,203,176)
#F7D4BE
(247,212,190)
#F8DDCC
(248,221,204)
#F9E6DA
(249,230,218)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0955C color. Also use rgb(240,149,92) instead hex code.

Text Font Color

.myTextColor { color: #F0955C; }

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

This text font color is #F0955C.


Background Color

.myBgColor { background-color: #F0955C; }

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

This div background color is #F0955C.


Border color

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

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

This div border color is #F0955C.


Opacity

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

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

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

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

This text has shadow with #F0955C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0955C on black background.


Color preview on white background

This text has color #F0955C on white background.



Black color preview on #F0955C background

This text has black color on #F0955C background.


White color preview on #F0955C background

This text has white color on #F0955C background.