COLOR #F9A006

HEX: #F9A006
RGB: (249,160,6)

Color info

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

RGB color model

#F9A006 color RGB value is (249,160,6).

  • red value is 249;
  • green value is 160;
  • blue value is 6.
RGB:
(249,160,6)
(98%,63%,2%)

RGB channels and saturation

R 249 of 255 = 98%
G 160 of 255 = 63%
B 6 of 255 = 2%

249
160
6

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

Portions of RGB colors in percentages

R + G + B =
249 + 160 + 6 = 415 (100%)
R 249 of 415 ~ 60%
G 160 of 415 ~ 38.55%
B 6 of 415 ~ 1.45%

%60
%38.55

CMYK color model

#F9A006 color CMYK value is (0,36,98,2).

  • cyan value is 0.00%
  • magenta value is 35.74%
  • yellow value is 97.59%
  • key color value is 2.35%
CMYK:
(0,36,98,2)
C0M36Y98K2 
(0%,36%,98%,2%)
(0.00/0.36/0.98/0.02)	

CMYK percentages

%0
%35.74
%97.59
%2.35

Codes

Color #F9A006 in popluar color models

F9A006
RGB2491606
HSL38°95.29%50.00%
HSB/HSV38°97.59%97.65%
CMYK0.00%35.74%97.59%
2.35%

Color #F9A006 in popluar number systems.

HEXF9A006
Decimal2491606
Binary1111100110100000110
Octal3712406

Shades and tints

Shades of #F9A006

#F9A006
(249,160,6)
#E39206
(227,146,6)
#CD8406
(205,132,6)
#B77606
(183,118,6)
#A16806
(161,104,6)
#8B5A06
(139,90,6)
#754C06
(117,76,6)
#5F3E06
(95,62,6)
#493006
(73,48,6)
#332206
(51,34,6)
#1D1406
(29,20,6)
#000000
(0,0,0)

Tints of #F9A006

#F9A006
(249,160,6)
#F9A81C
(249,168,28)
#F9B032
(249,176,50)
#F9B848
(249,184,72)
#F9C05E
(249,192,94)
#F9C874
(249,200,116)
#F9D08A
(249,208,138)
#F9D8A0
(249,216,160)
#F9E0B6
(249,224,182)
#F9E8CC
(249,232,204)
#F9F0E2
(249,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A006 color. Also use rgb(249,160,6) instead hex code.

Text Font Color

.myTextColor { color: #F9A006; }

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

This text font color is #F9A006.


Background Color

.myBgColor { background-color: #F9A006; }

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

This div background color is #F9A006.


Border color

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

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

This div border color is #F9A006.


Opacity

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

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

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

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

This text has shadow with #F9A006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A006 on black background.


Color preview on white background

This text has color #F9A006 on white background.



Black color preview on #F9A006 background

This text has black color on #F9A006 background.


White color preview on #F9A006 background

This text has white color on #F9A006 background.