COLOR #FBC94D

HEX: #FBC94D RGB: (251,201,77)

Color info

#FBC94D contains mainly red and green colors. Web safe color of #FBC94D is #FFCC33 (or #FC3).

RGB color model

#FBC94D color RGB value is (251,201,77).

RGB: (251,201,77) (98%, 79%, 30%)

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 77 of 255 = 30%

251
201
77

R + G + B ~ 69%. #FBC94D is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 201 + 77 = 529 (100%)
R 251 of 529 ~ 47.45%
G 201 of 529 ~ 38%
B 77 of 529 ~ 14.56'%

%47.45
%38
%14.56

CMYK color model

#FBC94D color CMYK value is (0,20,69,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 69.32%
  • key color value is 1.57%

CMYK: (0,20,69,2)
C0M20Y69K2 (0%, 20%, 69%, 2%)
(0.00 / 0.20 / 0.69 / 0.02)

CMYK percentages

%0
%19.92
%69.32
%1.57

Codes

Color #FBC94D in popluar color models

FB C9 4D
RGB 251 201 77
HSL 43° 95.60% 64.31%
HSB/HSV 43° 69.32% 98.43%
CMYK 0.00% 19.92% 69.32%
1.57%

Color #FBC94D in popluar number systems.

HEX FB C9 4D
Decimal 251 201 77
Binary 11111011 11001001 1001101
Octal 373 311 115

Shades and tints

Shades of #FBC94D

#FBC94D
(251,201,77)
#E5B746
(229,183,70)
#CFA53F
(207,165,63)
#B99338
(185,147,56)
#A38131
(163,129,49)
#8D6F2A
(141,111,42)
#775D23
(119,93,35)
#614B1C
(97,75,28)
#4B3915
(75,57,21)
#35270E
(53,39,14)
#1F1507
(31,21,7)
#000000
(0,0,0)

Tints of #FBC94D

#FBC94D
(251,201,77)
#FBCD5D
(251,205,93)
#FBD16D
(251,209,109)
#FBD57D
(251,213,125)
#FBD98D
(251,217,141)
#FBDD9D
(251,221,157)
#FBE1AD
(251,225,173)
#FBE5BD
(251,229,189)
#FBE9CD
(251,233,205)
#FBEDDD
(251,237,221)
#FBF1ED
(251,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC94D color. Also use rgb(251,201,77) instead hex code.

Text Font Color

.myTextColor { color: #FBC94D; }

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

This text font color is #FBC94D.

Background Color

.myBgColor { background-color: #FBC94D; }

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

This div background color is #FBC94D.

Border color

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

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

This div border color is #FBC94D.

Opacity

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

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

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

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

This text has shadow with #FBC94D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC94D.

Preview

Color preview on black background

This text has color #FBC94D on black background.


Color preview on white background

This text has color #FBC94D on white background.


Black color preview on #FBC94D background

This text has black color on #FBC94D background.


White color preview on #FBC94D background

This text has white color on #FBC94D background.


Related colors

Complementary color

Complementary color for #hex is #0436B2.


I love getcolorcode.com

Triadic colors

1 #4DFBC9 and #C94DFB with #FBC94D are triadic colors.

2 #4DC9FB and #C9FB4D with #FBC94D are triadic colors.