COLOR #F9B081

HEX: #F9B081
RGB: (249,176,129)

Color info

#F9B081 contains mainly red color. Web safe color of #F9B081 is #FF9999 (or #F99).

RGB color model

#F9B081 color RGB value is (249,176,129).

  • red value is 249;
  • green value is 176;
  • blue value is 129.
RGB:
(249,176,129)
(98%,69%,51%)

RGB channels and saturation

R 249 of 255 = 98%
G 176 of 255 = 69%
B 129 of 255 = 51%

249
176
129

R + G + B ~ 73%. #F9B081 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 176 + 129 = 554 (100%)
R 249 of 554 ~ 44.95%
G 176 of 554 ~ 31.77%
B 129 of 554 ~ 23.29%

%44.95
%31.77
%23.29

CMYK color model

#F9B081 color CMYK value is (0,29,48,2).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 48.19%
  • key color value is 2.35%
CMYK:
(0,29,48,2)
C0M29Y48K2 
(0%,29%,48%,2%)
(0.00/0.29/0.48/0.02)	

CMYK percentages

%0
%29.32
%48.19
%2.35

Codes

Color #F9B081 in popluar color models

F9B081
RGB249176129
HSL24°90.91%74.12%
HSB/HSV24°48.19%97.65%
CMYK0.00%29.32%48.19%
2.35%

Color #F9B081 in popluar number systems.

HEXF9B081
Decimal249176129
Binary111110011011000010000001
Octal371260201

Shades and tints

Shades of #F9B081

#F9B081
(249,176,129)
#E3A076
(227,160,118)
#CD906B
(205,144,107)
#B78060
(183,128,96)
#A17055
(161,112,85)
#8B604A
(139,96,74)
#75503F
(117,80,63)
#5F4034
(95,64,52)
#493029
(73,48,41)
#33201E
(51,32,30)
#1D1013
(29,16,19)
#000000
(0,0,0)

Tints of #F9B081

#F9B081
(249,176,129)
#F9B78C
(249,183,140)
#F9BE97
(249,190,151)
#F9C5A2
(249,197,162)
#F9CCAD
(249,204,173)
#F9D3B8
(249,211,184)
#F9DAC3
(249,218,195)
#F9E1CE
(249,225,206)
#F9E8D9
(249,232,217)
#F9EFE4
(249,239,228)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B081 color. Also use rgb(249,176,129) instead hex code.

Text Font Color

.myTextColor { color: #F9B081; }

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

This text font color is #F9B081.


Background Color

.myBgColor { background-color: #F9B081; }

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

This div background color is #F9B081.


Border color

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

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

This div border color is #F9B081.


Opacity

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

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

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

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

This text has shadow with #F9B081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B081 on black background.


Color preview on white background

This text has color #F9B081 on white background.



Black color preview on #F9B081 background

This text has black color on #F9B081 background.


White color preview on #F9B081 background

This text has white color on #F9B081 background.