COLOR #F9B66E

HEX: #F9B66E RGB: (249,182,110)

Color info

#F9B66E contains mainly red color. Web safe color of #F9B66E is #FFCC66 (or #FC6).

RGB color model

#F9B66E color RGB value is (249,182,110).

RGB: (249,182,110) (98%, 71%, 43%)

RGB channels and saturation

R 249 of 255 = 98%
G 182 of 255 = 71%
B 110 of 255 = 43%

249
182
110

R + G + B ~ 71%. #F9B66E is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 182 + 110 = 541 (100%)
R 249 of 541 ~ 46.03%
G 182 of 541 ~ 33.64%
B 110 of 541 ~ 20.33'%

%46.03
%33.64
%20.33

CMYK color model

#F9B66E color CMYK value is (0,27,56,2).

  • cyan value is 0.00%
  • magenta value is 26.91%
  • yellow value is 55.82%
  • key color value is 2.35%

CMYK: (0,27,56,2)
C0M27Y56K2 (0%, 27%, 56%, 2%)
(0.00 / 0.27 / 0.56 / 0.02)

CMYK percentages

%0
%26.91
%55.82
%2.35

Codes

Color #F9B66E in popluar color models

F9 B6 6E
RGB 249 182 110
HSL 31° 92.05% 70.39%
HSB/HSV 31° 55.82% 97.65%
CMYK 0.00% 26.91% 55.82%
2.35%

Color #F9B66E in popluar number systems.

HEX F9 B6 6E
Decimal 249 182 110
Binary 11111001 10110110 1101110
Octal 371 266 156

Shades and tints

Shades of #F9B66E

#F9B66E
(249,182,110)
#E3A664
(227,166,100)
#CD965A
(205,150,90)
#B78650
(183,134,80)
#A17646
(161,118,70)
#8B663C
(139,102,60)
#755632
(117,86,50)
#5F4628
(95,70,40)
#49361E
(73,54,30)
#332614
(51,38,20)
#1D160A
(29,22,10)
#000000
(0,0,0)

Tints of #F9B66E

#F9B66E
(249,182,110)
#F9BC7B
(249,188,123)
#F9C288
(249,194,136)
#F9C895
(249,200,149)
#F9CEA2
(249,206,162)
#F9D4AF
(249,212,175)
#F9DABC
(249,218,188)
#F9E0C9
(249,224,201)
#F9E6D6
(249,230,214)
#F9ECE3
(249,236,227)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B66E color. Also use rgb(249,182,110) instead hex code.

Text Font Color

.myTextColor { color: #F9B66E; }

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

This text font color is #F9B66E.

Background Color

.myBgColor { background-color: #F9B66E; }

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

This div background color is #F9B66E.

Border color

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

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

This div border color is #F9B66E.

Opacity

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

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

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

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

This text has shadow with #F9B66E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9B66E.

Preview

Color preview on black background

This text has color #F9B66E on black background.


Color preview on white background

This text has color #F9B66E on white background.


Black color preview on #F9B66E background

This text has black color on #F9B66E background.


White color preview on #F9B66E background

This text has white color on #F9B66E background.


Related colors

Complementary color

Complementary color for #F9B66E is #064991.


I love getcolorcode.com

Triadic colors

1 #6EF9B6 and #B66EF9 with #F9B66E are triadic colors.

2 #6EB6F9 and #B6F96E with #F9B66E are triadic colors.