COLOR #FBC08F

HEX: #FBC08F
RGB: (251,192,143)

Color info

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

RGB color model

#FBC08F color RGB value is (251,192,143).

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

RGB channels and saturation

R 251 of 255 = 98%
G 192 of 255 = 75%
B 143 of 255 = 56%

251
192
143

R + G + B ~ 76%. #FBC08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 192 + 143 = 586 (100%)
R 251 of 586 ~ 42.83%
G 192 of 586 ~ 32.76%
B 143 of 586 ~ 24.4%

%42.83
%32.76
%24.4

CMYK color model

#FBC08F color CMYK value is (0,24,43,2).

  • cyan value is 0.00%
  • magenta value is 23.51%
  • yellow value is 43.03%
  • key color value is 1.57%
CMYK:
(0,24,43,2)
C0M24Y43K2 
(0%,24%,43%,2%)
(0.00/0.24/0.43/0.02)	

CMYK percentages

%0
%23.51
%43.03
%1.57

Codes

Color #FBC08F in popluar color models

FBC08F
RGB251192143
HSL27°93.10%77.25%
HSB/HSV27°43.03%98.43%
CMYK0.00%23.51%43.03%
1.57%

Color #FBC08F in popluar number systems.

HEXFBC08F
Decimal251192143
Binary111110111100000010001111
Octal373300217

Shades and tints

Shades of #FBC08F

#FBC08F
(251,192,143)
#E5AF82
(229,175,130)
#CF9E75
(207,158,117)
#B98D68
(185,141,104)
#A37C5B
(163,124,91)
#8D6B4E
(141,107,78)
#775A41
(119,90,65)
#614934
(97,73,52)
#4B3827
(75,56,39)
#35271A
(53,39,26)
#1F160D
(31,22,13)
#000000
(0,0,0)

Tints of #FBC08F

#FBC08F
(251,192,143)
#FBC599
(251,197,153)
#FBCAA3
(251,202,163)
#FBCFAD
(251,207,173)
#FBD4B7
(251,212,183)
#FBD9C1
(251,217,193)
#FBDECB
(251,222,203)
#FBE3D5
(251,227,213)
#FBE8DF
(251,232,223)
#FBEDE9
(251,237,233)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC08F; }

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

This text font color is #FBC08F.


Background Color

.myBgColor { background-color: #FBC08F; }

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

This div background color is #FBC08F.


Border color

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

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

This div border color is #FBC08F.


Opacity

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

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

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

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

This text has shadow with #FBC08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC08F on black background.


Color preview on white background

This text has color #FBC08F on white background.



Black color preview on #FBC08F background

This text has black color on #FBC08F background.


White color preview on #FBC08F background

This text has white color on #FBC08F background.