COLOR #FBD473

HEX: #FBD473
RGB: (251,212,115)

Color info

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

RGB color model

#FBD473 color RGB value is (251,212,115).

  • red value is 251;
  • green value is 212;
  • blue value is 115.
RGB:
(251,212,115)
(98%,83%,45%)

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 115 of 255 = 45%

251
212
115

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

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 115 = 578 (100%)
R 251 of 578 ~ 43.43%
G 212 of 578 ~ 36.68%
B 115 of 578 ~ 19.9%

%43.43
%36.68
%19.9

CMYK color model

#FBD473 color CMYK value is (0,16,54,2).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 54.18%
  • key color value is 1.57%
CMYK:
(0,16,54,2)
C0M16Y54K2 
(0%,16%,54%,2%)
(0.00/0.16/0.54/0.02)	

CMYK percentages

%0
%15.54
%54.18
%1.57

Codes

Color #FBD473 in popluar color models

FBD473
RGB251212115
HSL43°94.44%71.76%
HSB/HSV43°54.18%98.43%
CMYK0.00%15.54%54.18%
1.57%

Color #FBD473 in popluar number systems.

HEXFBD473
Decimal251212115
Binary11111011110101001110011
Octal373324163

Shades and tints

Shades of #FBD473

#FBD473
(251,212,115)
#E5C169
(229,193,105)
#CFAE5F
(207,174,95)
#B99B55
(185,155,85)
#A3884B
(163,136,75)
#8D7541
(141,117,65)
#776237
(119,98,55)
#614F2D
(97,79,45)
#4B3C23
(75,60,35)
#352919
(53,41,25)
#1F160F
(31,22,15)
#000000
(0,0,0)

Tints of #FBD473

#FBD473
(251,212,115)
#FBD77F
(251,215,127)
#FBDA8B
(251,218,139)
#FBDD97
(251,221,151)
#FBE0A3
(251,224,163)
#FBE3AF
(251,227,175)
#FBE6BB
(251,230,187)
#FBE9C7
(251,233,199)
#FBECD3
(251,236,211)
#FBEFDF
(251,239,223)
#FBF2EB
(251,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD473 color. Also use rgb(251,212,115) instead hex code.

Text Font Color

.myTextColor { color: #FBD473; }

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

This text font color is #FBD473.


Background Color

.myBgColor { background-color: #FBD473; }

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

This div background color is #FBD473.


Border color

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

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

This div border color is #FBD473.


Opacity

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

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

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

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

This text has shadow with #FBD473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD473 on black background.


Color preview on white background

This text has color #FBD473 on white background.



Black color preview on #FBD473 background

This text has black color on #FBD473 background.


White color preview on #FBD473 background

This text has white color on #FBD473 background.