COLOR #F68344

HEX: #F68344
RGB: (246,131,68)

Color info

#F68344 contains mainly red color. Web safe color of #F68344 is #FF9933 (or #F93).

RGB color model

#F68344 color RGB value is (246,131,68).

  • red value is 246;
  • green value is 131;
  • blue value is 68.
RGB:
(246,131,68)
(96%,51%,27%)

RGB channels and saturation

R 246 of 255 = 96%
G 131 of 255 = 51%
B 68 of 255 = 27%

246
131
68

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

Portions of RGB colors in percentages

R + G + B =
246 + 131 + 68 = 445 (100%)
R 246 of 445 ~ 55.28%
G 131 of 445 ~ 29.44%
B 68 of 445 ~ 15.28%

%55.28
%29.44
%15.28

CMYK color model

#F68344 color CMYK value is (0,47,72,4).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 72.36%
  • key color value is 3.53%
CMYK:
(0,47,72,4)
C0M47Y72K4 
(0%,47%,72%,4%)
(0.00/0.47/0.72/0.04)	

CMYK percentages

%0
%46.75
%72.36
%3.53

Codes

Color #F68344 in popluar color models

F68344
RGB24613168
HSL21°90.82%61.57%
HSB/HSV21°72.36%96.47%
CMYK0.00%46.75%72.36%
3.53%

Color #F68344 in popluar number systems.

HEXF68344
Decimal24613168
Binary11110110100000111000100
Octal366203104

Shades and tints

Shades of #F68344

#F68344
(246,131,68)
#E0783E
(224,120,62)
#CA6D38
(202,109,56)
#B46232
(180,98,50)
#9E572C
(158,87,44)
#884C26
(136,76,38)
#724120
(114,65,32)
#5C361A
(92,54,26)
#462B14
(70,43,20)
#30200E
(48,32,14)
#1A1508
(26,21,8)
#000000
(0,0,0)

Tints of #F68344

#F68344
(246,131,68)
#F68E55
(246,142,85)
#F69966
(246,153,102)
#F6A477
(246,164,119)
#F6AF88
(246,175,136)
#F6BA99
(246,186,153)
#F6C5AA
(246,197,170)
#F6D0BB
(246,208,187)
#F6DBCC
(246,219,204)
#F6E6DD
(246,230,221)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68344 color. Also use rgb(246,131,68) instead hex code.

Text Font Color

.myTextColor { color: #F68344; }

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

This text font color is #F68344.


Background Color

.myBgColor { background-color: #F68344; }

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

This div background color is #F68344.


Border color

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

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

This div border color is #F68344.


Opacity

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

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

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

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

This text has shadow with #F68344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68344 on black background.


Color preview on white background

This text has color #F68344 on white background.



Black color preview on #F68344 background

This text has black color on #F68344 background.


White color preview on #F68344 background

This text has white color on #F68344 background.