COLOR #FBDD4E

HEX: #FBDD4E
RGB: (251,221,78)

Color info

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

RGB color model

#FBDD4E color RGB value is (251,221,78).

  • red value is 251;
  • green value is 221;
  • blue value is 78.
RGB:
(251,221,78)
(98%,87%,31%)

RGB channels and saturation

R 251 of 255 = 98%
G 221 of 255 = 87%
B 78 of 255 = 31%

251
221
78

R + G + B ~ 72%. #FBDD4E is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 221 + 78 = 550 (100%)
R 251 of 550 ~ 45.64%
G 221 of 550 ~ 40.18%
B 78 of 550 ~ 14.18%

%45.64
%40.18
%14.18

CMYK color model

#FBDD4E color CMYK value is (0,12,69,2).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 68.92%
  • key color value is 1.57%
CMYK:
(0,12,69,2)
C0M12Y69K2 
(0%,12%,69%,2%)
(0.00/0.12/0.69/0.02)	

CMYK percentages

%0
%11.95
%68.92
%1.57

Codes

Color #FBDD4E in popluar color models

FBDD4E
RGB25122178
HSL50°95.58%64.51%
HSB/HSV50°68.92%98.43%
CMYK0.00%11.95%68.92%
1.57%

Color #FBDD4E in popluar number systems.

HEXFBDD4E
Decimal25122178
Binary11111011110111011001110
Octal373335116

Shades and tints

Shades of #FBDD4E

#FBDD4E
(251,221,78)
#E5C947
(229,201,71)
#CFB540
(207,181,64)
#B9A139
(185,161,57)
#A38D32
(163,141,50)
#8D792B
(141,121,43)
#776524
(119,101,36)
#61511D
(97,81,29)
#4B3D16
(75,61,22)
#35290F
(53,41,15)
#1F1508
(31,21,8)
#000000
(0,0,0)

Tints of #FBDD4E

#FBDD4E
(251,221,78)
#FBE05E
(251,224,94)
#FBE36E
(251,227,110)
#FBE67E
(251,230,126)
#FBE98E
(251,233,142)
#FBEC9E
(251,236,158)
#FBEFAE
(251,239,174)
#FBF2BE
(251,242,190)
#FBF5CE
(251,245,206)
#FBF8DE
(251,248,222)
#FBFBEE
(251,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDD4E color. Also use rgb(251,221,78) instead hex code.

Text Font Color

.myTextColor { color: #FBDD4E; }

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

This text font color is #FBDD4E.


Background Color

.myBgColor { background-color: #FBDD4E; }

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

This div background color is #FBDD4E.


Border color

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

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

This div border color is #FBDD4E.


Opacity

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

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

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

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

This text has shadow with #FBDD4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDD4E on black background.


Color preview on white background

This text has color #FBDD4E on white background.



Black color preview on #FBDD4E background

This text has black color on #FBDD4E background.


White color preview on #FBDD4E background

This text has white color on #FBDD4E background.