COLOR #FBE332

HEX: #FBE332 RGB: (251,227,50)

Color info

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

RGB color model

#FBE332 color RGB value is (251,227,50).

RGB: (251,227,50) (98%, 89%, 20%)

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 50 of 255 = 20%

251
227
50

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

Portions of RGB colors in percentages

R + G + B = 251 + 227 + 50 = 528 (100%)
R 251 of 528 ~ 47.54%
G 227 of 528 ~ 42.99%
B 50 of 528 ~ 9.47'%

%47.54
%42.99

CMYK color model

#FBE332 color CMYK value is (0,10,80,2).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 80.08%
  • key color value is 1.57%
CMYK: (0,10,80,2) C0M10Y80K2 (0%,10%,80%,2%) (0.00/0.10/0.80/0.02) 

CMYK percentages

%0
%9.56
%80.08
%1.57

Codes

Color #FBE332 in popluar color models

FB E3 32
RGB 251 227 50
HSL 53° 96.17% 59.02%
HSB/HSV 53° 80.08% 98.43%
CMYK 0.00% 9.56% 80.08%
1.57%

Color #FBE332 in popluar number systems.

HEX FB E3 32
Decimal 251 227 50
Binary 11111011 11100011 110010
Octal 373 343 62

Shades and tints

Shades of #FBE332

#FBE332
(251,227,50)
#E5CF2E
(229,207,46)
#CFBB2A
(207,187,42)
#B9A726
(185,167,38)
#A39322
(163,147,34)
#8D7F1E
(141,127,30)
#776B1A
(119,107,26)
#615716
(97,87,22)
#4B4312
(75,67,18)
#352F0E
(53,47,14)
#1F1B0A
(31,27,10)
#000000
(0,0,0)

Tints of #FBE332

#FBE332
(251,227,50)
#FBE544
(251,229,68)
#FBE756
(251,231,86)
#FBE968
(251,233,104)
#FBEB7A
(251,235,122)
#FBED8C
(251,237,140)
#FBEF9E
(251,239,158)
#FBF1B0
(251,241,176)
#FBF3C2
(251,243,194)
#FBF5D4
(251,245,212)
#FBF7E6
(251,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE332; }

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

This text font color is #FBE332.

Background Color

.myBgColor { background-color: #FBE332; }

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

This div background color is #FBE332.

Border color

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

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

This div border color is #FBE332.

Opacity

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

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

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

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

This text has shadow with #FBE332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE332.

Preview

Color preview on black background

This text has color #FBE332 on black background.


Color preview on white background

This text has color #FBE332 on white background.


Black color preview on #FBE332 background

This text has black color on #FBE332 background.


White color preview on #FBE332 background

This text has white color on #FBE332 background.


Related colors

Complementary color

Complementary color for #hex is #041CCD.


I love getcolorcode.com

Triadic colors

1 #32FBE3 and #E332FB with #FBE332 are triadic colors.

2 #32E3FB and #E3FB32 with #FBE332 are triadic colors.