COLOR #F9B690

HEX: #F9B690
RGB: (249,182,144)

Color info

#F9B690 contains mainly red color. Web safe color of #F9B690 is #FFCC99 (or #FC9).

RGB color model

#F9B690 color RGB value is (249,182,144).

  • red value is 249;
  • green value is 182;
  • blue value is 144.
RGB:
(249,182,144)
(98%,71%,56%)

RGB channels and saturation

R 249 of 255 = 98%
G 182 of 255 = 71%
B 144 of 255 = 56%

249
182
144

R + G + B ~ 75%. #F9B690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 182 + 144 = 575 (100%)
R 249 of 575 ~ 43.3%
G 182 of 575 ~ 31.65%
B 144 of 575 ~ 25.04%

%43.3
%31.65
%25.04

CMYK color model

#F9B690 color CMYK value is (0,27,42,2).

  • cyan value is 0.00%
  • magenta value is 26.91%
  • yellow value is 42.17%
  • key color value is 2.35%
CMYK:
(0,27,42,2)
C0M27Y42K2 
(0%,27%,42%,2%)
(0.00/0.27/0.42/0.02)	

CMYK percentages

%0
%26.91
%42.17
%2.35

Codes

Color #F9B690 in popluar color models

F9B690
RGB249182144
HSL22°89.74%77.06%
HSB/HSV22°42.17%97.65%
CMYK0.00%26.91%42.17%
2.35%

Color #F9B690 in popluar number systems.

HEXF9B690
Decimal249182144
Binary111110011011011010010000
Octal371266220

Shades and tints

Shades of #F9B690

#F9B690
(249,182,144)
#E3A683
(227,166,131)
#CD9676
(205,150,118)
#B78669
(183,134,105)
#A1765C
(161,118,92)
#8B664F
(139,102,79)
#755642
(117,86,66)
#5F4635
(95,70,53)
#493628
(73,54,40)
#33261B
(51,38,27)
#1D160E
(29,22,14)
#000000
(0,0,0)

Tints of #F9B690

#F9B690
(249,182,144)
#F9BC9A
(249,188,154)
#F9C2A4
(249,194,164)
#F9C8AE
(249,200,174)
#F9CEB8
(249,206,184)
#F9D4C2
(249,212,194)
#F9DACC
(249,218,204)
#F9E0D6
(249,224,214)
#F9E6E0
(249,230,224)
#F9ECEA
(249,236,234)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B690; }

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

This text font color is #F9B690.


Background Color

.myBgColor { background-color: #F9B690; }

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

This div background color is #F9B690.


Border color

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

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

This div border color is #F9B690.


Opacity

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

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

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

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

This text has shadow with #F9B690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B690 on black background.


Color preview on white background

This text has color #F9B690 on white background.



Black color preview on #F9B690 background

This text has black color on #F9B690 background.


White color preview on #F9B690 background

This text has white color on #F9B690 background.