COLOR #F18C08

HEX: #F18C08
RGB: (241,140,8)

Color info

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

RGB color model

#F18C08 color RGB value is (241,140,8).

  • red value is 241;
  • green value is 140;
  • blue value is 8.
RGB:
(241,140,8)
(95%,55%,3%)

RGB channels and saturation

R 241 of 255 = 95%
G 140 of 255 = 55%
B 8 of 255 = 3%

241
140
8

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

Portions of RGB colors in percentages

R + G + B =
241 + 140 + 8 = 389 (100%)
R 241 of 389 ~ 61.95%
G 140 of 389 ~ 35.99%
B 8 of 389 ~ 2.06%

%61.95
%35.99

CMYK color model

#F18C08 color CMYK value is (0,42,97,5).

  • cyan value is 0.00%
  • magenta value is 41.91%
  • yellow value is 96.68%
  • key color value is 5.49%
CMYK:
(0,42,97,5)
C0M42Y97K5 
(0%,42%,97%,5%)
(0.00/0.42/0.97/0.05)	

CMYK percentages

%0
%41.91
%96.68
%5.49

Codes

Color #F18C08 in popluar color models

F18C08
RGB2411408
HSL34°93.57%48.82%
HSB/HSV34°96.68%94.51%
CMYK0.00%41.91%96.68%
5.49%

Color #F18C08 in popluar number systems.

HEXF18C08
Decimal2411408
Binary11110001100011001000
Octal36121410

Shades and tints

Shades of #F18C08

#F18C08
(241,140,8)
#DC8008
(220,128,8)
#C77408
(199,116,8)
#B26808
(178,104,8)
#9D5C08
(157,92,8)
#885008
(136,80,8)
#734408
(115,68,8)
#5E3808
(94,56,8)
#492C08
(73,44,8)
#342008
(52,32,8)
#1F1408
(31,20,8)
#000000
(0,0,0)

Tints of #F18C08

#F18C08
(241,140,8)
#F2961E
(242,150,30)
#F3A034
(243,160,52)
#F4AA4A
(244,170,74)
#F5B460
(245,180,96)
#F6BE76
(246,190,118)
#F7C88C
(247,200,140)
#F8D2A2
(248,210,162)
#F9DCB8
(249,220,184)
#FAE6CE
(250,230,206)
#FBF0E4
(251,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18C08 color. Also use rgb(241,140,8) instead hex code.

Text Font Color

.myTextColor { color: #F18C08; }

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

This text font color is #F18C08.


Background Color

.myBgColor { background-color: #F18C08; }

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

This div background color is #F18C08.


Border color

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

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

This div border color is #F18C08.


Opacity

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

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

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

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

This text has shadow with #F18C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18C08 on black background.


Color preview on white background

This text has color #F18C08 on white background.



Black color preview on #F18C08 background

This text has black color on #F18C08 background.


White color preview on #F18C08 background

This text has white color on #F18C08 background.