COLOR #F68D22

HEX: #F68D22
RGB: (246,141,34)

Color info

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

RGB color model

#F68D22 color RGB value is (246,141,34).

  • red value is 246;
  • green value is 141;
  • blue value is 34.
RGB:
(246,141,34)
(96%,55%,13%)

RGB channels and saturation

R 246 of 255 = 96%
G 141 of 255 = 55%
B 34 of 255 = 13%

246
141
34

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

Portions of RGB colors in percentages

R + G + B =
246 + 141 + 34 = 421 (100%)
R 246 of 421 ~ 58.43%
G 141 of 421 ~ 33.49%
B 34 of 421 ~ 8.08%

%58.43
%33.49

CMYK color model

#F68D22 color CMYK value is (0,43,86,4).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 86.18%
  • key color value is 3.53%
CMYK:
(0,43,86,4)
C0M43Y86K4 
(0%,43%,86%,4%)
(0.00/0.43/0.86/0.04)	

CMYK percentages

%0
%42.68
%86.18
%3.53

Codes

Color #F68D22 in popluar color models

F68D22
RGB24614134
HSL30°92.17%54.90%
HSB/HSV30°86.18%96.47%
CMYK0.00%42.68%86.18%
3.53%

Color #F68D22 in popluar number systems.

HEXF68D22
Decimal24614134
Binary1111011010001101100010
Octal36621542

Shades and tints

Shades of #F68D22

#F68D22
(246,141,34)
#E0811F
(224,129,31)
#CA751C
(202,117,28)
#B46919
(180,105,25)
#9E5D16
(158,93,22)
#885113
(136,81,19)
#724510
(114,69,16)
#5C390D
(92,57,13)
#462D0A
(70,45,10)
#302107
(48,33,7)
#1A1504
(26,21,4)
#000000
(0,0,0)

Tints of #F68D22

#F68D22
(246,141,34)
#F69736
(246,151,54)
#F6A14A
(246,161,74)
#F6AB5E
(246,171,94)
#F6B572
(246,181,114)
#F6BF86
(246,191,134)
#F6C99A
(246,201,154)
#F6D3AE
(246,211,174)
#F6DDC2
(246,221,194)
#F6E7D6
(246,231,214)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68D22 color. Also use rgb(246,141,34) instead hex code.

Text Font Color

.myTextColor { color: #F68D22; }

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

This text font color is #F68D22.


Background Color

.myBgColor { background-color: #F68D22; }

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

This div background color is #F68D22.


Border color

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

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

This div border color is #F68D22.


Opacity

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

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

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

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

This text has shadow with #F68D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68D22 on black background.


Color preview on white background

This text has color #F68D22 on white background.



Black color preview on #F68D22 background

This text has black color on #F68D22 background.


White color preview on #F68D22 background

This text has white color on #F68D22 background.