COLOR #FBD16D

HEX: #FBD16D RGB: (251,209,109)

Color info

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

RGB color model

#FBD16D color RGB value is (251,209,109).

RGB: (251,209,109) (98%, 82%, 43%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 109 of 255 = 43%

251
209
109

R + G + B ~ 74%. #FBD16D is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 209 + 109 = 569 (100%)
R 251 of 569 ~ 44.11%
G 209 of 569 ~ 36.73%
B 109 of 569 ~ 19.16'%

%44.11
%36.73
%19.16

CMYK color model

#FBD16D color CMYK value is (0,17,57,2).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 56.57%
  • key color value is 1.57%

CMYK: (0,17,57,2)
C0M17Y57K2 (0%, 17%, 57%, 2%)
(0.00 / 0.17 / 0.57 / 0.02)

CMYK percentages

%0
%16.73
%56.57
%1.57

Codes

Color #FBD16D in popluar color models

FB D1 6D
RGB 251 209 109
HSL 42° 94.67% 70.59%
HSB/HSV 42° 56.57% 98.43%
CMYK 0.00% 16.73% 56.57%
1.57%

Color #FBD16D in popluar number systems.

HEX FB D1 6D
Decimal 251 209 109
Binary 11111011 11010001 1101101
Octal 373 321 155

Shades and tints

Shades of #FBD16D

#FBD16D
(251,209,109)
#E5BE64
(229,190,100)
#CFAB5B
(207,171,91)
#B99852
(185,152,82)
#A38549
(163,133,73)
#8D7240
(141,114,64)
#775F37
(119,95,55)
#614C2E
(97,76,46)
#4B3925
(75,57,37)
#35261C
(53,38,28)
#1F1313
(31,19,19)
#000000
(0,0,0)

Tints of #FBD16D

#FBD16D
(251,209,109)
#FBD57A
(251,213,122)
#FBD987
(251,217,135)
#FBDD94
(251,221,148)
#FBE1A1
(251,225,161)
#FBE5AE
(251,229,174)
#FBE9BB
(251,233,187)
#FBEDC8
(251,237,200)
#FBF1D5
(251,241,213)
#FBF5E2
(251,245,226)
#FBF9EF
(251,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD16D color. Also use rgb(251,209,109) instead hex code.

Text Font Color

.myTextColor { color: #FBD16D; }

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

This text font color is #FBD16D.

Background Color

.myBgColor { background-color: #FBD16D; }

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

This div background color is #FBD16D.

Border color

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

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

This div border color is #FBD16D.

Opacity

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

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

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

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

This text has shadow with #FBD16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD16D.

Preview

Color preview on black background

This text has color #FBD16D on black background.


Color preview on white background

This text has color #FBD16D on white background.


Black color preview on #FBD16D background

This text has black color on #FBD16D background.


White color preview on #FBD16D background

This text has white color on #FBD16D background.


Related colors

Complementary color

Complementary color for #hex is #042E92.


I love getcolorcode.com

Triadic colors

1 #6DFBD1 and #D16DFB with #FBD16D are triadic colors.

2 #6DD1FB and #D1FB6D with #FBD16D are triadic colors.