COLOR #F0934E

HEX: #F0934E RGB: (240,147,78)

Color info

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

RGB color model

#F0934E color RGB value is (240,147,78).

RGB: (240,147,78) (94%, 58%, 31%)

RGB channels and saturation

R 240 of 255 = 94%
G 147 of 255 = 58%
B 78 of 255 = 31%

240
147
78

R + G + B ~ 61%. #F0934E is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 147 + 78 = 465 (100%)
R 240 of 465 ~ 51.61%
G 147 of 465 ~ 31.61%
B 78 of 465 ~ 16.77'%

%51.61
%31.61
%16.77

CMYK color model

#F0934E color CMYK value is (0,39,68,6).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 67.50%
  • key color value is 5.88%

CMYK: (0,39,68,6)
C0M39Y68K6 (0%, 39%, 68%, 6%)
(0.00 / 0.39 / 0.68 / 0.06)

CMYK percentages

%0
%38.75
%67.5
%5.88

Codes

Color #F0934E in popluar color models

F0 93 4E
RGB 240 147 78
HSL 26° 84.38% 62.35%
HSB/HSV 26° 67.50% 94.12%
CMYK 0.00% 38.75% 67.50%
5.88%

Color #F0934E in popluar number systems.

HEX F0 93 4E
Decimal 240 147 78
Binary 11110000 10010011 1001110
Octal 360 223 116

Shades and tints

Shades of #F0934E

#F0934E
(240,147,78)
#DB8647
(219,134,71)
#C67940
(198,121,64)
#B16C39
(177,108,57)
#9C5F32
(156,95,50)
#87522B
(135,82,43)
#724524
(114,69,36)
#5D381D
(93,56,29)
#482B16
(72,43,22)
#331E0F
(51,30,15)
#1E1108
(30,17,8)
#000000
(0,0,0)

Tints of #F0934E

#F0934E
(240,147,78)
#F19C5E
(241,156,94)
#F2A56E
(242,165,110)
#F3AE7E
(243,174,126)
#F4B78E
(244,183,142)
#F5C09E
(245,192,158)
#F6C9AE
(246,201,174)
#F7D2BE
(247,210,190)
#F8DBCE
(248,219,206)
#F9E4DE
(249,228,222)
#FAEDEE
(250,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0934E color. Also use rgb(240,147,78) instead hex code.

Text Font Color

.myTextColor { color: #F0934E; }

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

This text font color is #F0934E.

Background Color

.myBgColor { background-color: #F0934E; }

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

This div background color is #F0934E.

Border color

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

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

This div border color is #F0934E.

Opacity

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

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

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

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

This text has shadow with #F0934E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0934E.

Preview

Color preview on black background

This text has color #F0934E on black background.


Color preview on white background

This text has color #F0934E on white background.


Black color preview on #F0934E background

This text has black color on #F0934E background.


White color preview on #F0934E background

This text has white color on #F0934E background.


Related colors

Complementary color

Complementary color for #F0934E is #0F6CB1.


I love getcolorcode.com

Triadic colors

1 #4EF093 and #934EF0 with #F0934E are triadic colors.

2 #4E93F0 and #93F04E with #F0934E are triadic colors.