COLOR #F09E5F

HEX: #F09E5F
RGB: (240,158,95)

Color info

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

RGB color model

#F09E5F color RGB value is (240,158,95).

  • red value is 240;
  • green value is 158;
  • blue value is 95.
RGB:
(240,158,95)
(94%,62%,37%)

RGB channels and saturation

R 240 of 255 = 94%
G 158 of 255 = 62%
B 95 of 255 = 37%

240
158
95

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

Portions of RGB colors in percentages

R + G + B =
240 + 158 + 95 = 493 (100%)
R 240 of 493 ~ 48.68%
G 158 of 493 ~ 32.05%
B 95 of 493 ~ 19.27%

%48.68
%32.05
%19.27

CMYK color model

#F09E5F color CMYK value is (0,34,60,6).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 60.42%
  • key color value is 5.88%
CMYK:
(0,34,60,6)
C0M34Y60K6 
(0%,34%,60%,6%)
(0.00/0.34/0.60/0.06)	

CMYK percentages

%0
%34.17
%60.42
%5.88

Codes

Color #F09E5F in popluar color models

F09E5F
RGB24015895
HSL26°82.86%65.69%
HSB/HSV26°60.42%94.12%
CMYK0.00%34.17%60.42%
5.88%

Color #F09E5F in popluar number systems.

HEXF09E5F
Decimal24015895
Binary11110000100111101011111
Octal360236137

Shades and tints

Shades of #F09E5F

#F09E5F
(240,158,95)
#DB9057
(219,144,87)
#C6824F
(198,130,79)
#B17447
(177,116,71)
#9C663F
(156,102,63)
#875837
(135,88,55)
#724A2F
(114,74,47)
#5D3C27
(93,60,39)
#482E1F
(72,46,31)
#332017
(51,32,23)
#1E120F
(30,18,15)
#000000
(0,0,0)

Tints of #F09E5F

#F09E5F
(240,158,95)
#F1A66D
(241,166,109)
#F2AE7B
(242,174,123)
#F3B689
(243,182,137)
#F4BE97
(244,190,151)
#F5C6A5
(245,198,165)
#F6CEB3
(246,206,179)
#F7D6C1
(247,214,193)
#F8DECF
(248,222,207)
#F9E6DD
(249,230,221)
#FAEEEB
(250,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F09E5F color. Also use rgb(240,158,95) instead hex code.

Text Font Color

.myTextColor { color: #F09E5F; }

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

This text font color is #F09E5F.


Background Color

.myBgColor { background-color: #F09E5F; }

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

This div background color is #F09E5F.


Border color

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

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

This div border color is #F09E5F.


Opacity

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

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

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

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

This text has shadow with #F09E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09E5F on black background.


Color preview on white background

This text has color #F09E5F on white background.



Black color preview on #F09E5F background

This text has black color on #F09E5F background.


White color preview on #F09E5F background

This text has white color on #F09E5F background.