COLOR #FBC77D

HEX: #FBC77D
RGB: (251,199,125)

Color info

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

RGB color model

#FBC77D color RGB value is (251,199,125).

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

RGB channels and saturation

R 251 of 255 = 98%
G 199 of 255 = 78%
B 125 of 255 = 49%

251
199
125

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

Portions of RGB colors in percentages

R + G + B =
251 + 199 + 125 = 575 (100%)
R 251 of 575 ~ 43.65%
G 199 of 575 ~ 34.61%
B 125 of 575 ~ 21.74%

%43.65
%34.61
%21.74

CMYK color model

#FBC77D color CMYK value is (0,21,50,2).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 50.20%
  • key color value is 1.57%
CMYK:
(0,21,50,2)
C0M21Y50K2 
(0%,21%,50%,2%)
(0.00/0.21/0.50/0.02)	

CMYK percentages

%0
%20.72
%50.2
%1.57

Codes

Color #FBC77D in popluar color models

FBC77D
RGB251199125
HSL35°94.03%73.73%
HSB/HSV35°50.20%98.43%
CMYK0.00%20.72%50.20%
1.57%

Color #FBC77D in popluar number systems.

HEXFBC77D
Decimal251199125
Binary11111011110001111111101
Octal373307175

Shades and tints

Shades of #FBC77D

#FBC77D
(251,199,125)
#E5B572
(229,181,114)
#CFA367
(207,163,103)
#B9915C
(185,145,92)
#A37F51
(163,127,81)
#8D6D46
(141,109,70)
#775B3B
(119,91,59)
#614930
(97,73,48)
#4B3725
(75,55,37)
#35251A
(53,37,26)
#1F130F
(31,19,15)
#000000
(0,0,0)

Tints of #FBC77D

#FBC77D
(251,199,125)
#FBCC88
(251,204,136)
#FBD193
(251,209,147)
#FBD69E
(251,214,158)
#FBDBA9
(251,219,169)
#FBE0B4
(251,224,180)
#FBE5BF
(251,229,191)
#FBEACA
(251,234,202)
#FBEFD5
(251,239,213)
#FBF4E0
(251,244,224)
#FBF9EB
(251,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC77D; }

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

This text font color is #FBC77D.


Background Color

.myBgColor { background-color: #FBC77D; }

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

This div background color is #FBC77D.


Border color

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

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

This div border color is #FBC77D.


Opacity

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

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

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

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

This text has shadow with #FBC77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC77D on black background.


Color preview on white background

This text has color #FBC77D on white background.



Black color preview on #FBC77D background

This text has black color on #FBC77D background.


White color preview on #FBC77D background

This text has white color on #FBC77D background.