COLOR #F6A90C

HEX: #F6A90C
RGB: (246,169,12)

Color info

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

RGB color model

#F6A90C color RGB value is (246,169,12).

  • red value is 246;
  • green value is 169;
  • blue value is 12.
RGB:
(246,169,12)
(96%,66%,5%)

RGB channels and saturation

R 246 of 255 = 96%
G 169 of 255 = 66%
B 12 of 255 = 5%

246
169
12

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

Portions of RGB colors in percentages

R + G + B =
246 + 169 + 12 = 427 (100%)
R 246 of 427 ~ 57.61%
G 169 of 427 ~ 39.58%
B 12 of 427 ~ 2.81%

%57.61
%39.58

CMYK color model

#F6A90C color CMYK value is (0,31,95,4).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 95.12%
  • key color value is 3.53%
CMYK:
(0,31,95,4)
C0M31Y95K4 
(0%,31%,95%,4%)
(0.00/0.31/0.95/0.04)	

CMYK percentages

%0
%31.3
%95.12
%3.53

Codes

Color #F6A90C in popluar color models

F6A90C
RGB24616912
HSL40°92.86%50.59%
HSB/HSV40°95.12%96.47%
CMYK0.00%31.30%95.12%
3.53%

Color #F6A90C in popluar number systems.

HEXF6A90C
Decimal24616912
Binary11110110101010011100
Octal36625114

Shades and tints

Shades of #F6A90C

#F6A90C
(246,169,12)
#E09A0B
(224,154,11)
#CA8B0A
(202,139,10)
#B47C09
(180,124,9)
#9E6D08
(158,109,8)
#885E07
(136,94,7)
#724F06
(114,79,6)
#5C4005
(92,64,5)
#463104
(70,49,4)
#302203
(48,34,3)
#1A1302
(26,19,2)
#000000
(0,0,0)

Tints of #F6A90C

#F6A90C
(246,169,12)
#F6B022
(246,176,34)
#F6B738
(246,183,56)
#F6BE4E
(246,190,78)
#F6C564
(246,197,100)
#F6CC7A
(246,204,122)
#F6D390
(246,211,144)
#F6DAA6
(246,218,166)
#F6E1BC
(246,225,188)
#F6E8D2
(246,232,210)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A90C color. Also use rgb(246,169,12) instead hex code.

Text Font Color

.myTextColor { color: #F6A90C; }

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

This text font color is #F6A90C.


Background Color

.myBgColor { background-color: #F6A90C; }

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

This div background color is #F6A90C.


Border color

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

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

This div border color is #F6A90C.


Opacity

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

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

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

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

This text has shadow with #F6A90C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A90C on black background.


Color preview on white background

This text has color #F6A90C on white background.



Black color preview on #F6A90C background

This text has black color on #F6A90C background.


White color preview on #F6A90C background

This text has white color on #F6A90C background.