COLOR #F67F18

HEX: #F67F18
RGB: (246,127,24)

Color info

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

RGB color model

#F67F18 color RGB value is (246,127,24).

  • red value is 246;
  • green value is 127;
  • blue value is 24.
RGB:
(246,127,24)
(96%,50%,9%)

RGB channels and saturation

R 246 of 255 = 96%
G 127 of 255 = 50%
B 24 of 255 = 9%

246
127
24

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

Portions of RGB colors in percentages

R + G + B =
246 + 127 + 24 = 397 (100%)
R 246 of 397 ~ 61.96%
G 127 of 397 ~ 31.99%
B 24 of 397 ~ 6.05%

%61.96
%31.99

CMYK color model

#F67F18 color CMYK value is (0,48,90,4).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 90.24%
  • key color value is 3.53%
CMYK:
(0,48,90,4)
C0M48Y90K4 
(0%,48%,90%,4%)
(0.00/0.48/0.90/0.04)	

CMYK percentages

%0
%48.37
%90.24
%3.53

Codes

Color #F67F18 in popluar color models

F67F18
RGB24612724
HSL28°92.50%52.94%
HSB/HSV28°90.24%96.47%
CMYK0.00%48.37%90.24%
3.53%

Color #F67F18 in popluar number systems.

HEXF67F18
Decimal24612724
Binary11110110111111111000
Octal36617730

Shades and tints

Shades of #F67F18

#F67F18
(246,127,24)
#E07416
(224,116,22)
#CA6914
(202,105,20)
#B45E12
(180,94,18)
#9E5310
(158,83,16)
#88480E
(136,72,14)
#723D0C
(114,61,12)
#5C320A
(92,50,10)
#462708
(70,39,8)
#301C06
(48,28,6)
#1A1104
(26,17,4)
#000000
(0,0,0)

Tints of #F67F18

#F67F18
(246,127,24)
#F68A2D
(246,138,45)
#F69542
(246,149,66)
#F6A057
(246,160,87)
#F6AB6C
(246,171,108)
#F6B681
(246,182,129)
#F6C196
(246,193,150)
#F6CCAB
(246,204,171)
#F6D7C0
(246,215,192)
#F6E2D5
(246,226,213)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F67F18 color. Also use rgb(246,127,24) instead hex code.

Text Font Color

.myTextColor { color: #F67F18; }

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

This text font color is #F67F18.


Background Color

.myBgColor { background-color: #F67F18; }

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

This div background color is #F67F18.


Border color

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

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

This div border color is #F67F18.


Opacity

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

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

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

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

This text has shadow with #F67F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67F18 on black background.


Color preview on white background

This text has color #F67F18 on white background.



Black color preview on #F67F18 background

This text has black color on #F67F18 background.


White color preview on #F67F18 background

This text has white color on #F67F18 background.