COLOR #F14F04

HEX: #F14F04
RGB: (241,79,4)

Color info

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

RGB color model

#F14F04 color RGB value is (241,79,4).

  • red value is 241;
  • green value is 79;
  • blue value is 4.
RGB:
(241,79,4)
(95%,31%,2%)

RGB channels and saturation

R 241 of 255 = 95%
G 79 of 255 = 31%
B 4 of 255 = 2%

241
79
4

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

Portions of RGB colors in percentages

R + G + B =
241 + 79 + 4 = 324 (100%)
R 241 of 324 ~ 74.38%
G 79 of 324 ~ 24.38%
B 4 of 324 ~ 1.23%

%74.38
%24.38

CMYK color model

#F14F04 color CMYK value is (0,67,98,5).

  • cyan value is 0.00%
  • magenta value is 67.22%
  • yellow value is 98.34%
  • key color value is 5.49%
CMYK:
(0,67,98,5)
C0M67Y98K5 
(0%,67%,98%,5%)
(0.00/0.67/0.98/0.05)	

CMYK percentages

%0
%67.22
%98.34
%5.49

Codes

Color #F14F04 in popluar color models

F14F04
RGB241794
HSL19°96.73%48.04%
HSB/HSV19°98.34%94.51%
CMYK0.00%67.22%98.34%
5.49%

Color #F14F04 in popluar number systems.

HEXF14F04
Decimal241794
Binary111100011001111100
Octal3611174

Shades and tints

Shades of #F14F04

#F14F04
(241,79,4)
#DC4804
(220,72,4)
#C74104
(199,65,4)
#B23A04
(178,58,4)
#9D3304
(157,51,4)
#882C04
(136,44,4)
#732504
(115,37,4)
#5E1E04
(94,30,4)
#491704
(73,23,4)
#341004
(52,16,4)
#1F0904
(31,9,4)
#000000
(0,0,0)

Tints of #F14F04

#F14F04
(241,79,4)
#F25F1A
(242,95,26)
#F36F30
(243,111,48)
#F47F46
(244,127,70)
#F58F5C
(245,143,92)
#F69F72
(246,159,114)
#F7AF88
(247,175,136)
#F8BF9E
(248,191,158)
#F9CFB4
(249,207,180)
#FADFCA
(250,223,202)
#FBEFE0
(251,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F14F04 color. Also use rgb(241,79,4) instead hex code.

Text Font Color

.myTextColor { color: #F14F04; }

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

This text font color is #F14F04.


Background Color

.myBgColor { background-color: #F14F04; }

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

This div background color is #F14F04.


Border color

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

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

This div border color is #F14F04.


Opacity

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

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

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

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

This text has shadow with #F14F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F14F04 on black background.


Color preview on white background

This text has color #F14F04 on white background.



Black color preview on #F14F04 background

This text has black color on #F14F04 background.


White color preview on #F14F04 background

This text has white color on #F14F04 background.