COLOR #FBD478

HEX: #FBD478
RGB: (251,212,120)

Color info

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

RGB color model

#FBD478 color RGB value is (251,212,120).

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

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 120 of 255 = 47%

251
212
120

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

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 120 = 583 (100%)
R 251 of 583 ~ 43.05%
G 212 of 583 ~ 36.36%
B 120 of 583 ~ 20.58%

%43.05
%36.36
%20.58

CMYK color model

#FBD478 color CMYK value is (0,16,52,2).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 52.19%
  • key color value is 1.57%
CMYK:
(0,16,52,2)
C0M16Y52K2 
(0%,16%,52%,2%)
(0.00/0.16/0.52/0.02)	

CMYK percentages

%0
%15.54
%52.19
%1.57

Codes

Color #FBD478 in popluar color models

FBD478
RGB251212120
HSL42°94.24%72.75%
HSB/HSV42°52.19%98.43%
CMYK0.00%15.54%52.19%
1.57%

Color #FBD478 in popluar number systems.

HEXFBD478
Decimal251212120
Binary11111011110101001111000
Octal373324170

Shades and tints

Shades of #FBD478

#FBD478
(251,212,120)
#E5C16E
(229,193,110)
#CFAE64
(207,174,100)
#B99B5A
(185,155,90)
#A38850
(163,136,80)
#8D7546
(141,117,70)
#77623C
(119,98,60)
#614F32
(97,79,50)
#4B3C28
(75,60,40)
#35291E
(53,41,30)
#1F1614
(31,22,20)
#000000
(0,0,0)

Tints of #FBD478

#FBD478
(251,212,120)
#FBD784
(251,215,132)
#FBDA90
(251,218,144)
#FBDD9C
(251,221,156)
#FBE0A8
(251,224,168)
#FBE3B4
(251,227,180)
#FBE6C0
(251,230,192)
#FBE9CC
(251,233,204)
#FBECD8
(251,236,216)
#FBEFE4
(251,239,228)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD478; }

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

This text font color is #FBD478.


Background Color

.myBgColor { background-color: #FBD478; }

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

This div background color is #FBD478.


Border color

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

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

This div border color is #FBD478.


Opacity

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

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

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

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

This text has shadow with #FBD478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD478 on black background.


Color preview on white background

This text has color #FBD478 on white background.



Black color preview on #FBD478 background

This text has black color on #FBD478 background.


White color preview on #FBD478 background

This text has white color on #FBD478 background.