COLOR #F6A14A

HEX: #F6A14A
RGB: (246,161,74)

Color info

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

RGB color model

#F6A14A color RGB value is (246,161,74).

  • red value is 246;
  • green value is 161;
  • blue value is 74.
RGB:
(246,161,74)
(96%,63%,29%)

RGB channels and saturation

R 246 of 255 = 96%
G 161 of 255 = 63%
B 74 of 255 = 29%

246
161
74

R + G + B ~ 63%. #F6A14A is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 161 + 74 = 481 (100%)
R 246 of 481 ~ 51.14%
G 161 of 481 ~ 33.47%
B 74 of 481 ~ 15.38%

%51.14
%33.47
%15.38

CMYK color model

#F6A14A color CMYK value is (0,35,70,4).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 69.92%
  • key color value is 3.53%
CMYK:
(0,35,70,4)
C0M35Y70K4 
(0%,35%,70%,4%)
(0.00/0.35/0.70/0.04)	

CMYK percentages

%0
%34.55
%69.92
%3.53

Codes

Color #F6A14A in popluar color models

F6A14A
RGB24616174
HSL30°90.53%62.75%
HSB/HSV30°69.92%96.47%
CMYK0.00%34.55%69.92%
3.53%

Color #F6A14A in popluar number systems.

HEXF6A14A
Decimal24616174
Binary11110110101000011001010
Octal366241112

Shades and tints

Shades of #F6A14A

#F6A14A
(246,161,74)
#E09344
(224,147,68)
#CA853E
(202,133,62)
#B47738
(180,119,56)
#9E6932
(158,105,50)
#885B2C
(136,91,44)
#724D26
(114,77,38)
#5C3F20
(92,63,32)
#46311A
(70,49,26)
#302314
(48,35,20)
#1A150E
(26,21,14)
#000000
(0,0,0)

Tints of #F6A14A

#F6A14A
(246,161,74)
#F6A95A
(246,169,90)
#F6B16A
(246,177,106)
#F6B97A
(246,185,122)
#F6C18A
(246,193,138)
#F6C99A
(246,201,154)
#F6D1AA
(246,209,170)
#F6D9BA
(246,217,186)
#F6E1CA
(246,225,202)
#F6E9DA
(246,233,218)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A14A color. Also use rgb(246,161,74) instead hex code.

Text Font Color

.myTextColor { color: #F6A14A; }

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

This text font color is #F6A14A.


Background Color

.myBgColor { background-color: #F6A14A; }

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

This div background color is #F6A14A.


Border color

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

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

This div border color is #F6A14A.


Opacity

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

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

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

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

This text has shadow with #F6A14A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A14A on black background.


Color preview on white background

This text has color #F6A14A on white background.



Black color preview on #F6A14A background

This text has black color on #F6A14A background.


White color preview on #F6A14A background

This text has white color on #F6A14A background.