COLOR #FBC09F

HEX: #FBC09F
RGB: (251,192,159)

Color info

#FBC09F contains mainly red and green colors. Web safe color of #FBC09F is #FFCC99 (or #FC9).

RGB color model

#FBC09F color RGB value is (251,192,159).

  • red value is 251;
  • green value is 192;
  • blue value is 159.
RGB:
(251,192,159)
(98%,75%,62%)

RGB channels and saturation

R 251 of 255 = 98%
G 192 of 255 = 75%
B 159 of 255 = 62%

251
192
159

R + G + B ~ 78%. #FBC09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 192 + 159 = 602 (100%)
R 251 of 602 ~ 41.69%
G 192 of 602 ~ 31.89%
B 159 of 602 ~ 26.41%

%41.69
%31.89
%26.41

CMYK color model

#FBC09F color CMYK value is (0,24,37,2).

  • cyan value is 0.00%
  • magenta value is 23.51%
  • yellow value is 36.65%
  • key color value is 1.57%
CMYK:
(0,24,37,2)
C0M24Y37K2 
(0%,24%,37%,2%)
(0.00/0.24/0.37/0.02)	

CMYK percentages

%0
%23.51
%36.65
%1.57

Codes

Color #FBC09F in popluar color models

FBC09F
RGB251192159
HSL22°92.00%80.39%
HSB/HSV22°36.65%98.43%
CMYK0.00%23.51%36.65%
1.57%

Color #FBC09F in popluar number systems.

HEXFBC09F
Decimal251192159
Binary111110111100000010011111
Octal373300237

Shades and tints

Shades of #FBC09F

#FBC09F
(251,192,159)
#E5AF91
(229,175,145)
#CF9E83
(207,158,131)
#B98D75
(185,141,117)
#A37C67
(163,124,103)
#8D6B59
(141,107,89)
#775A4B
(119,90,75)
#61493D
(97,73,61)
#4B382F
(75,56,47)
#352721
(53,39,33)
#1F1613
(31,22,19)
#000000
(0,0,0)

Tints of #FBC09F

#FBC09F
(251,192,159)
#FBC5A7
(251,197,167)
#FBCAAF
(251,202,175)
#FBCFB7
(251,207,183)
#FBD4BF
(251,212,191)
#FBD9C7
(251,217,199)
#FBDECF
(251,222,207)
#FBE3D7
(251,227,215)
#FBE8DF
(251,232,223)
#FBEDE7
(251,237,231)
#FBF2EF
(251,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC09F color. Also use rgb(251,192,159) instead hex code.

Text Font Color

.myTextColor { color: #FBC09F; }

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

This text font color is #FBC09F.


Background Color

.myBgColor { background-color: #FBC09F; }

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

This div background color is #FBC09F.


Border color

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

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

This div border color is #FBC09F.


Opacity

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

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

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

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

This text has shadow with #FBC09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC09F on black background.


Color preview on white background

This text has color #FBC09F on white background.



Black color preview on #FBC09F background

This text has black color on #FBC09F background.


White color preview on #FBC09F background

This text has white color on #FBC09F background.