COLOR #FBC384

HEX: #FBC384 RGB: (251,195,132)

Color info

#FBC384 contains mainly red and green colors. Web safe color of #FBC384 is #FFCC99 (or #FC9).

RGB color model

#FBC384 color RGB value is (251,195,132).

RGB: (251,195,132) (98%, 76%, 52%)

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 132 of 255 = 52%

251
195
132

R + G + B ~ 75%. #FBC384 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 195 + 132 = 578 (100%)
R 251 of 578 ~ 43.43%
G 195 of 578 ~ 33.74%
B 132 of 578 ~ 22.84'%

%43.43
%33.74
%22.84

CMYK color model

#FBC384 color CMYK value is (0,22,47,2).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 47.41%
  • key color value is 1.57%

CMYK: (0,22,47,2)
C0M22Y47K2 (0%, 22%, 47%, 2%)
(0.00 / 0.22 / 0.47 / 0.02)

CMYK percentages

%0
%22.31
%47.41
%1.57

Codes

Color #FBC384 in popluar color models

FB C3 84
RGB 251 195 132
HSL 32° 93.70% 75.10%
HSB/HSV 32° 47.41% 98.43%
CMYK 0.00% 22.31% 47.41%
1.57%

Color #FBC384 in popluar number systems.

HEX FB C3 84
Decimal 251 195 132
Binary 11111011 11000011 10000100
Octal 373 303 204

Shades and tints

Shades of #FBC384

#FBC384
(251,195,132)
#E5B278
(229,178,120)
#CFA16C
(207,161,108)
#B99060
(185,144,96)
#A37F54
(163,127,84)
#8D6E48
(141,110,72)
#775D3C
(119,93,60)
#614C30
(97,76,48)
#4B3B24
(75,59,36)
#352A18
(53,42,24)
#1F190C
(31,25,12)
#000000
(0,0,0)

Tints of #FBC384

#FBC384
(251,195,132)
#FBC88F
(251,200,143)
#FBCD9A
(251,205,154)
#FBD2A5
(251,210,165)
#FBD7B0
(251,215,176)
#FBDCBB
(251,220,187)
#FBE1C6
(251,225,198)
#FBE6D1
(251,230,209)
#FBEBDC
(251,235,220)
#FBF0E7
(251,240,231)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC384 color. Also use rgb(251,195,132) instead hex code.

Text Font Color

.myTextColor { color: #FBC384; }

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

This text font color is #FBC384.

Background Color

.myBgColor { background-color: #FBC384; }

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

This div background color is #FBC384.

Border color

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

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

This div border color is #FBC384.

Opacity

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

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

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

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

This text has shadow with #FBC384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC384.

Preview

Color preview on black background

This text has color #FBC384 on black background.


Color preview on white background

This text has color #FBC384 on white background.


Black color preview on #FBC384 background

This text has black color on #FBC384 background.


White color preview on #FBC384 background

This text has white color on #FBC384 background.


Related colors

Complementary color

Complementary color for #hex is #043C7B.


I love getcolorcode.com

Triadic colors

1 #84FBC3 and #C384FB with #FBC384 are triadic colors.

2 #84C3FB and #C3FB84 with #FBC384 are triadic colors.