COLOR #F9B566

HEX: #F9B566
RGB: (249,181,102)

Color info

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

RGB color model

#F9B566 color RGB value is (249,181,102).

  • red value is 249;
  • green value is 181;
  • blue value is 102.
RGB:
(249,181,102)
(98%,71%,40%)

RGB channels and saturation

R 249 of 255 = 98%
G 181 of 255 = 71%
B 102 of 255 = 40%

249
181
102

R + G + B ~ 70%. #F9B566 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 181 + 102 = 532 (100%)
R 249 of 532 ~ 46.8%
G 181 of 532 ~ 34.02%
B 102 of 532 ~ 19.17%

%46.8
%34.02
%19.17

CMYK color model

#F9B566 color CMYK value is (0,27,59,2).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 59.04%
  • key color value is 2.35%
CMYK:
(0,27,59,2)
C0M27Y59K2 
(0%,27%,59%,2%)
(0.00/0.27/0.59/0.02)	

CMYK percentages

%0
%27.31
%59.04
%2.35

Codes

Color #F9B566 in popluar color models

F9B566
RGB249181102
HSL32°92.45%68.82%
HSB/HSV32°59.04%97.65%
CMYK0.00%27.31%59.04%
2.35%

Color #F9B566 in popluar number systems.

HEXF9B566
Decimal249181102
Binary11111001101101011100110
Octal371265146

Shades and tints

Shades of #F9B566

#F9B566
(249,181,102)
#E3A55D
(227,165,93)
#CD9554
(205,149,84)
#B7854B
(183,133,75)
#A17542
(161,117,66)
#8B6539
(139,101,57)
#755530
(117,85,48)
#5F4527
(95,69,39)
#49351E
(73,53,30)
#332515
(51,37,21)
#1D150C
(29,21,12)
#000000
(0,0,0)

Tints of #F9B566

#F9B566
(249,181,102)
#F9BB73
(249,187,115)
#F9C180
(249,193,128)
#F9C78D
(249,199,141)
#F9CD9A
(249,205,154)
#F9D3A7
(249,211,167)
#F9D9B4
(249,217,180)
#F9DFC1
(249,223,193)
#F9E5CE
(249,229,206)
#F9EBDB
(249,235,219)
#F9F1E8
(249,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B566 color. Also use rgb(249,181,102) instead hex code.

Text Font Color

.myTextColor { color: #F9B566; }

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

This text font color is #F9B566.


Background Color

.myBgColor { background-color: #F9B566; }

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

This div background color is #F9B566.


Border color

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

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

This div border color is #F9B566.


Opacity

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

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

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

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

This text has shadow with #F9B566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B566 on black background.


Color preview on white background

This text has color #F9B566 on white background.



Black color preview on #F9B566 background

This text has black color on #F9B566 background.


White color preview on #F9B566 background

This text has white color on #F9B566 background.