COLOR #FBE34C

HEX: #FBE34C RGB: (251,227,76)

Color info

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

RGB color model

#FBE34C color RGB value is (251,227,76).

RGB: (251,227,76) (98%, 89%, 30%)

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 76 of 255 = 30%

251
227
76

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

Portions of RGB colors in percentages

R + G + B = 251 + 227 + 76 = 554 (100%)
R 251 of 554 ~ 45.31%
G 227 of 554 ~ 40.97%
B 76 of 554 ~ 13.72'%

%45.31
%40.97
%13.72

CMYK color model

#FBE34C color CMYK value is (0,10,70,2).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 69.72%
  • key color value is 1.57%

CMYK: (0,10,70,2)
C0M10Y70K2 (0%, 10%, 70%, 2%)
(0.00 / 0.10 / 0.70 / 0.02)

CMYK percentages

%0
%9.56
%69.72
%1.57

Codes

Color #FBE34C in popluar color models

FB E3 4C
RGB 251 227 76
HSL 52° 95.63% 64.12%
HSB/HSV 52° 69.72% 98.43%
CMYK 0.00% 9.56% 69.72%
1.57%

Color #FBE34C in popluar number systems.

HEX FB E3 4C
Decimal 251 227 76
Binary 11111011 11100011 1001100
Octal 373 343 114

Shades and tints

Shades of #FBE34C

#FBE34C
(251,227,76)
#E5CF46
(229,207,70)
#CFBB40
(207,187,64)
#B9A73A
(185,167,58)
#A39334
(163,147,52)
#8D7F2E
(141,127,46)
#776B28
(119,107,40)
#615722
(97,87,34)
#4B431C
(75,67,28)
#352F16
(53,47,22)
#1F1B10
(31,27,16)
#000000
(0,0,0)

Tints of #FBE34C

#FBE34C
(251,227,76)
#FBE55C
(251,229,92)
#FBE76C
(251,231,108)
#FBE97C
(251,233,124)
#FBEB8C
(251,235,140)
#FBED9C
(251,237,156)
#FBEFAC
(251,239,172)
#FBF1BC
(251,241,188)
#FBF3CC
(251,243,204)
#FBF5DC
(251,245,220)
#FBF7EC
(251,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE34C color. Also use rgb(251,227,76) instead hex code.

Text Font Color

.myTextColor { color: #FBE34C; }

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

This text font color is #FBE34C.

Background Color

.myBgColor { background-color: #FBE34C; }

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

This div background color is #FBE34C.

Border color

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

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

This div border color is #FBE34C.

Opacity

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

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

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

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

This text has shadow with #FBE34C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE34C.

Preview

Color preview on black background

This text has color #FBE34C on black background.


Color preview on white background

This text has color #FBE34C on white background.


Black color preview on #FBE34C background

This text has black color on #FBE34C background.


White color preview on #FBE34C background

This text has white color on #FBE34C background.


Related colors

Complementary color

Complementary color for #hex is #041CB3.


I love getcolorcode.com

Triadic colors

1 #4CFBE3 and #E34CFB with #FBE34C are triadic colors.

2 #4CE3FB and #E3FB4C with #FBE34C are triadic colors.