COLOR #F34F14

HEX: #F34F14
RGB: (243,79,20)

Color info

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

RGB color model

#F34F14 color RGB value is (243,79,20).

  • red value is 243;
  • green value is 79;
  • blue value is 20.
RGB:
(243,79,20)
(95%,31%,8%)

RGB channels and saturation

R 243 of 255 = 95%
G 79 of 255 = 31%
B 20 of 255 = 8%

243
79
20

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

Portions of RGB colors in percentages

R + G + B =
243 + 79 + 20 = 342 (100%)
R 243 of 342 ~ 71.05%
G 79 of 342 ~ 23.1%
B 20 of 342 ~ 5.85%

%71.05
%23.1

CMYK color model

#F34F14 color CMYK value is (0,67,92,5).

  • cyan value is 0.00%
  • magenta value is 67.49%
  • yellow value is 91.77%
  • key color value is 4.71%
CMYK:
(0,67,92,5)
C0M67Y92K5 
(0%,67%,92%,5%)
(0.00/0.67/0.92/0.05)	

CMYK percentages

%0
%67.49
%91.77
%4.71

Codes

Color #F34F14 in popluar color models

F34F14
RGB2437920
HSL16°90.28%51.57%
HSB/HSV16°91.77%95.29%
CMYK0.00%67.49%91.77%
4.71%

Color #F34F14 in popluar number systems.

HEXF34F14
Decimal2437920
Binary11110011100111110100
Octal36311724

Shades and tints

Shades of #F34F14

#F34F14
(243,79,20)
#DD4813
(221,72,19)
#C74112
(199,65,18)
#B13A11
(177,58,17)
#9B3310
(155,51,16)
#852C0F
(133,44,15)
#6F250E
(111,37,14)
#591E0D
(89,30,13)
#43170C
(67,23,12)
#2D100B
(45,16,11)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #F34F14

#F34F14
(243,79,20)
#F45F29
(244,95,41)
#F56F3E
(245,111,62)
#F67F53
(246,127,83)
#F78F68
(247,143,104)
#F89F7D
(248,159,125)
#F9AF92
(249,175,146)
#FABFA7
(250,191,167)
#FBCFBC
(251,207,188)
#FCDFD1
(252,223,209)
#FDEFE6
(253,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F34F14 color. Also use rgb(243,79,20) instead hex code.

Text Font Color

.myTextColor { color: #F34F14; }

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

This text font color is #F34F14.


Background Color

.myBgColor { background-color: #F34F14; }

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

This div background color is #F34F14.


Border color

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

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

This div border color is #F34F14.


Opacity

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

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

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

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

This text has shadow with #F34F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F34F14 on black background.


Color preview on white background

This text has color #F34F14 on white background.



Black color preview on #F34F14 background

This text has black color on #F34F14 background.


White color preview on #F34F14 background

This text has white color on #F34F14 background.