COLOR #F69C1C

HEX: #F69C1C
RGB: (246,156,28)

Color info

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

RGB color model

#F69C1C color RGB value is (246,156,28).

  • red value is 246;
  • green value is 156;
  • blue value is 28.
RGB:
(246,156,28)
(96%,61%,11%)

RGB channels and saturation

R 246 of 255 = 96%
G 156 of 255 = 61%
B 28 of 255 = 11%

246
156
28

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

Portions of RGB colors in percentages

R + G + B =
246 + 156 + 28 = 430 (100%)
R 246 of 430 ~ 57.21%
G 156 of 430 ~ 36.28%
B 28 of 430 ~ 6.51%

%57.21
%36.28

CMYK color model

#F69C1C color CMYK value is (0,37,89,4).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 88.62%
  • key color value is 3.53%
CMYK:
(0,37,89,4)
C0M37Y89K4 
(0%,37%,89%,4%)
(0.00/0.37/0.89/0.04)	

CMYK percentages

%0
%36.59
%88.62
%3.53

Codes

Color #F69C1C in popluar color models

F69C1C
RGB24615628
HSL35°92.37%53.73%
HSB/HSV35°88.62%96.47%
CMYK0.00%36.59%88.62%
3.53%

Color #F69C1C in popluar number systems.

HEXF69C1C
Decimal24615628
Binary111101101001110011100
Octal36623434

Shades and tints

Shades of #F69C1C

#F69C1C
(246,156,28)
#E08E1A
(224,142,26)
#CA8018
(202,128,24)
#B47216
(180,114,22)
#9E6414
(158,100,20)
#885612
(136,86,18)
#724810
(114,72,16)
#5C3A0E
(92,58,14)
#462C0C
(70,44,12)
#301E0A
(48,30,10)
#1A1008
(26,16,8)
#000000
(0,0,0)

Tints of #F69C1C

#F69C1C
(246,156,28)
#F6A530
(246,165,48)
#F6AE44
(246,174,68)
#F6B758
(246,183,88)
#F6C06C
(246,192,108)
#F6C980
(246,201,128)
#F6D294
(246,210,148)
#F6DBA8
(246,219,168)
#F6E4BC
(246,228,188)
#F6EDD0
(246,237,208)
#F6F6E4
(246,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69C1C color. Also use rgb(246,156,28) instead hex code.

Text Font Color

.myTextColor { color: #F69C1C; }

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

This text font color is #F69C1C.


Background Color

.myBgColor { background-color: #F69C1C; }

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

This div background color is #F69C1C.


Border color

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

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

This div border color is #F69C1C.


Opacity

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

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

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

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

This text has shadow with #F69C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69C1C on black background.


Color preview on white background

This text has color #F69C1C on white background.



Black color preview on #F69C1C background

This text has black color on #F69C1C background.


White color preview on #F69C1C background

This text has white color on #F69C1C background.