COLOR #FBCE7D

HEX: #FBCE7D
RGB: (251,206,125)

Color info

#FBCE7D contains mainly red and green colors. Web safe color of #FBCE7D is #FFCC66 (or #FC6).

RGB color model

#FBCE7D color RGB value is (251,206,125).

  • red value is 251;
  • green value is 206;
  • blue value is 125.
RGB:
(251,206,125)
(98%,81%,49%)

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 125 of 255 = 49%

251
206
125

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

Portions of RGB colors in percentages

R + G + B =
251 + 206 + 125 = 582 (100%)
R 251 of 582 ~ 43.13%
G 206 of 582 ~ 35.4%
B 125 of 582 ~ 21.48%

%43.13
%35.4
%21.48

CMYK color model

#FBCE7D color CMYK value is (0,18,50,2).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 50.20%
  • key color value is 1.57%
CMYK:
(0,18,50,2)
C0M18Y50K2 
(0%,18%,50%,2%)
(0.00/0.18/0.50/0.02)	

CMYK percentages

%0
%17.93
%50.2
%1.57

Codes

Color #FBCE7D in popluar color models

FBCE7D
RGB251206125
HSL39°94.03%73.73%
HSB/HSV39°50.20%98.43%
CMYK0.00%17.93%50.20%
1.57%

Color #FBCE7D in popluar number systems.

HEXFBCE7D
Decimal251206125
Binary11111011110011101111101
Octal373316175

Shades and tints

Shades of #FBCE7D

#FBCE7D
(251,206,125)
#E5BC72
(229,188,114)
#CFAA67
(207,170,103)
#B9985C
(185,152,92)
#A38651
(163,134,81)
#8D7446
(141,116,70)
#77623B
(119,98,59)
#615030
(97,80,48)
#4B3E25
(75,62,37)
#352C1A
(53,44,26)
#1F1A0F
(31,26,15)
#000000
(0,0,0)

Tints of #FBCE7D

#FBCE7D
(251,206,125)
#FBD288
(251,210,136)
#FBD693
(251,214,147)
#FBDA9E
(251,218,158)
#FBDEA9
(251,222,169)
#FBE2B4
(251,226,180)
#FBE6BF
(251,230,191)
#FBEACA
(251,234,202)
#FBEED5
(251,238,213)
#FBF2E0
(251,242,224)
#FBF6EB
(251,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCE7D color. Also use rgb(251,206,125) instead hex code.

Text Font Color

.myTextColor { color: #FBCE7D; }

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

This text font color is #FBCE7D.


Background Color

.myBgColor { background-color: #FBCE7D; }

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

This div background color is #FBCE7D.


Border color

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

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

This div border color is #FBCE7D.


Opacity

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

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

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

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

This text has shadow with #FBCE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCE7D on black background.


Color preview on white background

This text has color #FBCE7D on white background.



Black color preview on #FBCE7D background

This text has black color on #FBCE7D background.


White color preview on #FBCE7D background

This text has white color on #FBCE7D background.