COLOR #F65C1A

HEX: #F65C1A
RGB: (246,92,26)

Color info

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

RGB color model

#F65C1A color RGB value is (246,92,26).

  • red value is 246;
  • green value is 92;
  • blue value is 26.
RGB:
(246,92,26)
(96%,36%,10%)

RGB channels and saturation

R 246 of 255 = 96%
G 92 of 255 = 36%
B 26 of 255 = 10%

246
92
26

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

Portions of RGB colors in percentages

R + G + B =
246 + 92 + 26 = 364 (100%)
R 246 of 364 ~ 67.58%
G 92 of 364 ~ 25.27%
B 26 of 364 ~ 7.14%

%67.58
%25.27

CMYK color model

#F65C1A color CMYK value is (0,63,89,4).

  • cyan value is 0.00%
  • magenta value is 62.60%
  • yellow value is 89.43%
  • key color value is 3.53%
CMYK:
(0,63,89,4)
C0M63Y89K4 
(0%,63%,89%,4%)
(0.00/0.63/0.89/0.04)	

CMYK percentages

%0
%62.6
%89.43
%3.53

Codes

Color #F65C1A in popluar color models

F65C1A
RGB2469226
HSL18°92.44%53.33%
HSB/HSV18°89.43%96.47%
CMYK0.00%62.60%89.43%
3.53%

Color #F65C1A in popluar number systems.

HEXF65C1A
Decimal2469226
Binary11110110101110011010
Octal36613432

Shades and tints

Shades of #F65C1A

#F65C1A
(246,92,26)
#E05418
(224,84,24)
#CA4C16
(202,76,22)
#B44414
(180,68,20)
#9E3C12
(158,60,18)
#883410
(136,52,16)
#722C0E
(114,44,14)
#5C240C
(92,36,12)
#461C0A
(70,28,10)
#301408
(48,20,8)
#1A0C06
(26,12,6)
#000000
(0,0,0)

Tints of #F65C1A

#F65C1A
(246,92,26)
#F66A2E
(246,106,46)
#F67842
(246,120,66)
#F68656
(246,134,86)
#F6946A
(246,148,106)
#F6A27E
(246,162,126)
#F6B092
(246,176,146)
#F6BEA6
(246,190,166)
#F6CCBA
(246,204,186)
#F6DACE
(246,218,206)
#F6E8E2
(246,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F65C1A color. Also use rgb(246,92,26) instead hex code.

Text Font Color

.myTextColor { color: #F65C1A; }

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

This text font color is #F65C1A.


Background Color

.myBgColor { background-color: #F65C1A; }

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

This div background color is #F65C1A.


Border color

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

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

This div border color is #F65C1A.


Opacity

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

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

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

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

This text has shadow with #F65C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F65C1A on black background.


Color preview on white background

This text has color #F65C1A on white background.



Black color preview on #F65C1A background

This text has black color on #F65C1A background.


White color preview on #F65C1A background

This text has white color on #F65C1A background.