COLOR #F04E12

HEX: #F04E12 RGB: (240,78,18)

Color info

#F04E12 contains mainly red color. Web safe color of #F04E12 is #FF6600 (or #F60).

RGB color model

#F04E12 color RGB value is (240,78,18).

RGB: (240,78,18) (94%, 31%, 7%)

RGB channels and saturation

R 240 of 255 = 94%
G 78 of 255 = 31%
B 18 of 255 = 7%

240
78
18

R + G + B ~ 44%. #F04E12 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 240 + 78 + 18 = 336 (100%)
R 240 of 336 ~ 71.43%
G 78 of 336 ~ 23.21%
B 18 of 336 ~ 5.36'%

%71.43
%23.21

CMYK color model

#F04E12 color CMYK value is (0,68,93,6).

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

CMYK: (0,68,93,6)
C0M68Y93K6 (0%, 68%, 93%, 6%)
(0.00 / 0.68 / 0.93 / 0.06)

CMYK percentages

%0
%67.5
%92.5
%5.88

Codes

Color #F04E12 in popluar color models

F0 4E 12
RGB 240 78 18
HSL 16° 88.10% 50.59%
HSB/HSV 16° 92.50% 94.12%
CMYK 0.00% 67.50% 92.50%
5.88%

Color #F04E12 in popluar number systems.

HEX F0 4E 12
Decimal 240 78 18
Binary 11110000 1001110 10010
Octal 360 116 22

Shades and tints

Shades of #F04E12

#F04E12
(240,78,18)
#DB4711
(219,71,17)
#C64010
(198,64,16)
#B1390F
(177,57,15)
#9C320E
(156,50,14)
#872B0D
(135,43,13)
#72240C
(114,36,12)
#5D1D0B
(93,29,11)
#48160A
(72,22,10)
#330F09
(51,15,9)
#1E0808
(30,8,8)
#000000
(0,0,0)

Tints of #F04E12

#F04E12
(240,78,18)
#F15E27
(241,94,39)
#F26E3C
(242,110,60)
#F37E51
(243,126,81)
#F48E66
(244,142,102)
#F59E7B
(245,158,123)
#F6AE90
(246,174,144)
#F7BEA5
(247,190,165)
#F8CEBA
(248,206,186)
#F9DECF
(249,222,207)
#FAEEE4
(250,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F04E12; }

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

This text font color is #F04E12.

Background Color

.myBgColor { background-color: #F04E12; }

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

This div background color is #F04E12.

Border color

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

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

This div border color is #F04E12.

Opacity

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

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

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

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

This text has shadow with #F04E12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F04E12.

Preview

Color preview on black background

This text has color #F04E12 on black background.


Color preview on white background

This text has color #F04E12 on white background.


Black color preview on #F04E12 background

This text has black color on #F04E12 background.


White color preview on #F04E12 background

This text has white color on #F04E12 background.


Related colors

Complementary color

Complementary color for #hex is #0FB1ED.


I love getcolorcode.com

Triadic colors

1 #12F04E and #4E12F0 with #F04E12 are triadic colors.

2 #124EF0 and #4EF012 with #F04E12 are triadic colors.