COLOR #F0946E

HEX: #F0946E
RGB: (240,148,110)

Color info

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

RGB color model

#F0946E color RGB value is (240,148,110).

  • red value is 240;
  • green value is 148;
  • blue value is 110.
RGB:
(240,148,110)
(94%,58%,43%)

RGB channels and saturation

R 240 of 255 = 94%
G 148 of 255 = 58%
B 110 of 255 = 43%

240
148
110

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

Portions of RGB colors in percentages

R + G + B =
240 + 148 + 110 = 498 (100%)
R 240 of 498 ~ 48.19%
G 148 of 498 ~ 29.72%
B 110 of 498 ~ 22.09%

%48.19
%29.72
%22.09

CMYK color model

#F0946E color CMYK value is (0,38,54,6).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 54.17%
  • key color value is 5.88%
CMYK:
(0,38,54,6)
C0M38Y54K6 
(0%,38%,54%,6%)
(0.00/0.38/0.54/0.06)	

CMYK percentages

%0
%38.33
%54.17
%5.88

Codes

Color #F0946E in popluar color models

F0946E
RGB240148110
HSL18°81.25%68.63%
HSB/HSV18°54.17%94.12%
CMYK0.00%38.33%54.17%
5.88%

Color #F0946E in popluar number systems.

HEXF0946E
Decimal240148110
Binary11110000100101001101110
Octal360224156

Shades and tints

Shades of #F0946E

#F0946E
(240,148,110)
#DB8764
(219,135,100)
#C67A5A
(198,122,90)
#B16D50
(177,109,80)
#9C6046
(156,96,70)
#87533C
(135,83,60)
#724632
(114,70,50)
#5D3928
(93,57,40)
#482C1E
(72,44,30)
#331F14
(51,31,20)
#1E120A
(30,18,10)
#000000
(0,0,0)

Tints of #F0946E

#F0946E
(240,148,110)
#F19D7B
(241,157,123)
#F2A688
(242,166,136)
#F3AF95
(243,175,149)
#F4B8A2
(244,184,162)
#F5C1AF
(245,193,175)
#F6CABC
(246,202,188)
#F7D3C9
(247,211,201)
#F8DCD6
(248,220,214)
#F9E5E3
(249,229,227)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0946E color. Also use rgb(240,148,110) instead hex code.

Text Font Color

.myTextColor { color: #F0946E; }

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

This text font color is #F0946E.


Background Color

.myBgColor { background-color: #F0946E; }

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

This div background color is #F0946E.


Border color

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

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

This div border color is #F0946E.


Opacity

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

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

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

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

This text has shadow with #F0946E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0946E on black background.


Color preview on white background

This text has color #F0946E on white background.



Black color preview on #F0946E background

This text has black color on #F0946E background.


White color preview on #F0946E background

This text has white color on #F0946E background.