COLOR #FBC395

HEX: #FBC395
RGB: (251,195,149)

Color info

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

RGB color model

#FBC395 color RGB value is (251,195,149).

  • red value is 251;
  • green value is 195;
  • blue value is 149.
RGB:
(251,195,149)
(98%,76%,58%)

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 149 of 255 = 58%

251
195
149

R + G + B ~ 77%. #FBC395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 195 + 149 = 595 (100%)
R 251 of 595 ~ 42.18%
G 195 of 595 ~ 32.77%
B 149 of 595 ~ 25.04%

%42.18
%32.77
%25.04

CMYK color model

#FBC395 color CMYK value is (0,22,41,2).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 40.64%
  • key color value is 1.57%
CMYK:
(0,22,41,2)
C0M22Y41K2 
(0%,22%,41%,2%)
(0.00/0.22/0.41/0.02)	

CMYK percentages

%0
%22.31
%40.64
%1.57

Codes

Color #FBC395 in popluar color models

FBC395
RGB251195149
HSL27°92.73%78.43%
HSB/HSV27°40.64%98.43%
CMYK0.00%22.31%40.64%
1.57%

Color #FBC395 in popluar number systems.

HEXFBC395
Decimal251195149
Binary111110111100001110010101
Octal373303225

Shades and tints

Shades of #FBC395

#FBC395
(251,195,149)
#E5B288
(229,178,136)
#CFA17B
(207,161,123)
#B9906E
(185,144,110)
#A37F61
(163,127,97)
#8D6E54
(141,110,84)
#775D47
(119,93,71)
#614C3A
(97,76,58)
#4B3B2D
(75,59,45)
#352A20
(53,42,32)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #FBC395

#FBC395
(251,195,149)
#FBC89E
(251,200,158)
#FBCDA7
(251,205,167)
#FBD2B0
(251,210,176)
#FBD7B9
(251,215,185)
#FBDCC2
(251,220,194)
#FBE1CB
(251,225,203)
#FBE6D4
(251,230,212)
#FBEBDD
(251,235,221)
#FBF0E6
(251,240,230)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC395 color. Also use rgb(251,195,149) instead hex code.

Text Font Color

.myTextColor { color: #FBC395; }

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

This text font color is #FBC395.


Background Color

.myBgColor { background-color: #FBC395; }

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

This div background color is #FBC395.


Border color

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

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

This div border color is #FBC395.


Opacity

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

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

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

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

This text has shadow with #FBC395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC395 on black background.


Color preview on white background

This text has color #FBC395 on white background.



Black color preview on #FBC395 background

This text has black color on #FBC395 background.


White color preview on #FBC395 background

This text has white color on #FBC395 background.