COLOR #F68E15

HEX: #F68E15
RGB: (246,142,21)

Color info

#F68E15 contains mainly red color. Web safe color of #F68E15 is #FF9900 (or #F90).

RGB color model

#F68E15 color RGB value is (246,142,21).

  • red value is 246;
  • green value is 142;
  • blue value is 21.
RGB:
(246,142,21)
(96%,56%,8%)

RGB channels and saturation

R 246 of 255 = 96%
G 142 of 255 = 56%
B 21 of 255 = 8%

246
142
21

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

Portions of RGB colors in percentages

R + G + B =
246 + 142 + 21 = 409 (100%)
R 246 of 409 ~ 60.15%
G 142 of 409 ~ 34.72%
B 21 of 409 ~ 5.13%

%60.15
%34.72

CMYK color model

#F68E15 color CMYK value is (0,42,91,4).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 91.46%
  • key color value is 3.53%
CMYK:
(0,42,91,4)
C0M42Y91K4 
(0%,42%,91%,4%)
(0.00/0.42/0.91/0.04)	

CMYK percentages

%0
%42.28
%91.46
%3.53

Codes

Color #F68E15 in popluar color models

F68E15
RGB24614221
HSL32°92.59%52.35%
HSB/HSV32°91.46%96.47%
CMYK0.00%42.28%91.46%
3.53%

Color #F68E15 in popluar number systems.

HEXF68E15
Decimal24614221
Binary111101101000111010101
Octal36621625

Shades and tints

Shades of #F68E15

#F68E15
(246,142,21)
#E08214
(224,130,20)
#CA7613
(202,118,19)
#B46A12
(180,106,18)
#9E5E11
(158,94,17)
#885210
(136,82,16)
#72460F
(114,70,15)
#5C3A0E
(92,58,14)
#462E0D
(70,46,13)
#30220C
(48,34,12)
#1A160B
(26,22,11)
#000000
(0,0,0)

Tints of #F68E15

#F68E15
(246,142,21)
#F6982A
(246,152,42)
#F6A23F
(246,162,63)
#F6AC54
(246,172,84)
#F6B669
(246,182,105)
#F6C07E
(246,192,126)
#F6CA93
(246,202,147)
#F6D4A8
(246,212,168)
#F6DEBD
(246,222,189)
#F6E8D2
(246,232,210)
#F6F2E7
(246,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68E15 color. Also use rgb(246,142,21) instead hex code.

Text Font Color

.myTextColor { color: #F68E15; }

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

This text font color is #F68E15.


Background Color

.myBgColor { background-color: #F68E15; }

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

This div background color is #F68E15.


Border color

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

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

This div border color is #F68E15.


Opacity

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

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

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

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

This text has shadow with #F68E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68E15 on black background.


Color preview on white background

This text has color #F68E15 on white background.



Black color preview on #F68E15 background

This text has black color on #F68E15 background.


White color preview on #F68E15 background

This text has white color on #F68E15 background.