COLOR #F6A346

HEX: #F6A346
RGB: (246,163,70)

Color info

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

RGB color model

#F6A346 color RGB value is (246,163,70).

  • red value is 246;
  • green value is 163;
  • blue value is 70.
RGB:
(246,163,70)
(96%,64%,27%)

RGB channels and saturation

R 246 of 255 = 96%
G 163 of 255 = 64%
B 70 of 255 = 27%

246
163
70

R + G + B ~ 62%. #F6A346 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 163 + 70 = 479 (100%)
R 246 of 479 ~ 51.36%
G 163 of 479 ~ 34.03%
B 70 of 479 ~ 14.61%

%51.36
%34.03
%14.61

CMYK color model

#F6A346 color CMYK value is (0,34,72,4).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 71.54%
  • key color value is 3.53%
CMYK:
(0,34,72,4)
C0M34Y72K4 
(0%,34%,72%,4%)
(0.00/0.34/0.72/0.04)	

CMYK percentages

%0
%33.74
%71.54
%3.53

Codes

Color #F6A346 in popluar color models

F6A346
RGB24616370
HSL32°90.72%61.96%
HSB/HSV32°71.54%96.47%
CMYK0.00%33.74%71.54%
3.53%

Color #F6A346 in popluar number systems.

HEXF6A346
Decimal24616370
Binary11110110101000111000110
Octal366243106

Shades and tints

Shades of #F6A346

#F6A346
(246,163,70)
#E09540
(224,149,64)
#CA873A
(202,135,58)
#B47934
(180,121,52)
#9E6B2E
(158,107,46)
#885D28
(136,93,40)
#724F22
(114,79,34)
#5C411C
(92,65,28)
#463316
(70,51,22)
#302510
(48,37,16)
#1A170A
(26,23,10)
#000000
(0,0,0)

Tints of #F6A346

#F6A346
(246,163,70)
#F6AB56
(246,171,86)
#F6B366
(246,179,102)
#F6BB76
(246,187,118)
#F6C386
(246,195,134)
#F6CB96
(246,203,150)
#F6D3A6
(246,211,166)
#F6DBB6
(246,219,182)
#F6E3C6
(246,227,198)
#F6EBD6
(246,235,214)
#F6F3E6
(246,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A346 color. Also use rgb(246,163,70) instead hex code.

Text Font Color

.myTextColor { color: #F6A346; }

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

This text font color is #F6A346.


Background Color

.myBgColor { background-color: #F6A346; }

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

This div background color is #F6A346.


Border color

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

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

This div border color is #F6A346.


Opacity

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

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

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

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

This text has shadow with #F6A346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A346 on black background.


Color preview on white background

This text has color #F6A346 on white background.



Black color preview on #F6A346 background

This text has black color on #F6A346 background.


White color preview on #F6A346 background

This text has white color on #F6A346 background.