COLOR #FBEC6D

HEX: #FBEC6D RGB: (251,236,109)

Color info

#FBEC6D contains mainly red and green colors. Web safe color of #FBEC6D is #FFFF66 (or #FF6).

RGB color model

#FBEC6D color RGB value is (251,236,109).

RGB: (251,236,109) (98%, 93%, 43%)

RGB channels and saturation

R 251 of 255 = 98%
G 236 of 255 = 93%
B 109 of 255 = 43%

251
236
109

R + G + B ~ 78%. #FBEC6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 236 + 109 = 596 (100%)
R 251 of 596 ~ 42.11%
G 236 of 596 ~ 39.6%
B 109 of 596 ~ 18.29'%

%42.11
%39.6
%18.29

CMYK color model

#FBEC6D color CMYK value is (0,6,57,2).

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

CMYK: (0,6,57,2)
C0M6Y57K2 (0%, 6%, 57%, 2%)
(0.00 / 0.06 / 0.57 / 0.02)

CMYK percentages

%0
%5.98
%56.57
%1.57

Codes

Color #FBEC6D in popluar color models

FB EC 6D
RGB 251 236 109
HSL 54° 94.67% 70.59%
HSB/HSV 54° 56.57% 98.43%
CMYK 0.00% 5.98% 56.57%
1.57%

Color #FBEC6D in popluar number systems.

HEX FB EC 6D
Decimal 251 236 109
Binary 11111011 11101100 1101101
Octal 373 354 155

Shades and tints

Shades of #FBEC6D

#FBEC6D
(251,236,109)
#E5D764
(229,215,100)
#CFC25B
(207,194,91)
#B9AD52
(185,173,82)
#A39849
(163,152,73)
#8D8340
(141,131,64)
#776E37
(119,110,55)
#61592E
(97,89,46)
#4B4425
(75,68,37)
#352F1C
(53,47,28)
#1F1A13
(31,26,19)
#000000
(0,0,0)

Tints of #FBEC6D

#FBEC6D
(251,236,109)
#FBED7A
(251,237,122)
#FBEE87
(251,238,135)
#FBEF94
(251,239,148)
#FBF0A1
(251,240,161)
#FBF1AE
(251,241,174)
#FBF2BB
(251,242,187)
#FBF3C8
(251,243,200)
#FBF4D5
(251,244,213)
#FBF5E2
(251,245,226)
#FBF6EF
(251,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEC6D; }

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

This text font color is #FBEC6D.

Background Color

.myBgColor { background-color: #FBEC6D; }

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

This div background color is #FBEC6D.

Border color

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

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

This div border color is #FBEC6D.

Opacity

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

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

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

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

This text has shadow with #FBEC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEC6D.

Preview

Color preview on black background

This text has color #FBEC6D on black background.


Color preview on white background

This text has color #FBEC6D on white background.


Black color preview on #FBEC6D background

This text has black color on #FBEC6D background.


White color preview on #FBEC6D background

This text has white color on #FBEC6D background.


Related colors

Complementary color

Complementary color for #hex is #041392.


I love getcolorcode.com

Triadic colors

1 #6DFBEC and #EC6DFB with #FBEC6D are triadic colors.

2 #6DECFB and #ECFB6D with #FBEC6D are triadic colors.