COLOR #FBD378

HEX: #FBD378
RGB: (251,211,120)

Color info

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

RGB color model

#FBD378 color RGB value is (251,211,120).

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

RGB channels and saturation

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

251
211
120

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

Portions of RGB colors in percentages

R + G + B =
251 + 211 + 120 = 582 (100%)
R 251 of 582 ~ 43.13%
G 211 of 582 ~ 36.25%
B 120 of 582 ~ 20.62%

%43.13
%36.25
%20.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.94%
  • 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.94
%52.19
%1.57

Codes

Color #FBD378 in popluar color models

FBD378
RGB251211120
HSL42°94.24%72.75%
HSB/HSV42°52.19%98.43%
CMYK0.00%15.94%52.19%
1.57%

Color #FBD378 in popluar number systems.

HEXFBD378
Decimal251211120
Binary11111011110100111111000
Octal373323170

Shades and tints

Shades of #FBD378

#FBD378
(251,211,120)
#E5C06E
(229,192,110)
#CFAD64
(207,173,100)
#B99A5A
(185,154,90)
#A38750
(163,135,80)
#8D7446
(141,116,70)
#77613C
(119,97,60)
#614E32
(97,78,50)
#4B3B28
(75,59,40)
#35281E
(53,40,30)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #FBD378

#FBD378
(251,211,120)
#FBD784
(251,215,132)
#FBDB90
(251,219,144)
#FBDF9C
(251,223,156)
#FBE3A8
(251,227,168)
#FBE7B4
(251,231,180)
#FBEBC0
(251,235,192)
#FBEFCC
(251,239,204)
#FBF3D8
(251,243,216)
#FBF7E4
(251,247,228)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD378; }

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

This text font color is #FBD378.


Background Color

.myBgColor { background-color: #FBD378; }

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

This div background color is #FBD378.


Border color

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

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

This div border color is #FBD378.


Opacity

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

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

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

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

This text has shadow with #FBD378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD378 on black background.


Color preview on white background

This text has color #FBD378 on white background.



Black color preview on #FBD378 background

This text has black color on #FBD378 background.


White color preview on #FBD378 background

This text has white color on #FBD378 background.