COLOR #FBC373

HEX: #FBC373 RGB: (251,195,115)

Color info

#FBC373 contains mainly red and green colors. Web safe color of #FBC373 is #FFCC66 (or #FC6).

RGB color model

#FBC373 color RGB value is (251,195,115).

RGB: (251,195,115) (98%, 76%, 45%)

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 115 of 255 = 45%

251
195
115

R + G + B ~ 73%. #FBC373 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 195 + 115 = 561 (100%)
R 251 of 561 ~ 44.74%
G 195 of 561 ~ 34.76%
B 115 of 561 ~ 20.5'%

%44.74
%34.76
%20.5

CMYK color model

#FBC373 color CMYK value is (0,22,54,2).

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

CMYK: (0,22,54,2)
C0M22Y54K2 (0%, 22%, 54%, 2%)
(0.00 / 0.22 / 0.54 / 0.02)

CMYK percentages

%0
%22.31
%54.18
%1.57

Codes

Color #FBC373 in popluar color models

FB C3 73
RGB 251 195 115
HSL 35° 94.44% 71.76%
HSB/HSV 35° 54.18% 98.43%
CMYK 0.00% 22.31% 54.18%
1.57%

Color #FBC373 in popluar number systems.

HEX FB C3 73
Decimal 251 195 115
Binary 11111011 11000011 1110011
Octal 373 303 163

Shades and tints

Shades of #FBC373

#FBC373
(251,195,115)
#E5B269
(229,178,105)
#CFA15F
(207,161,95)
#B99055
(185,144,85)
#A37F4B
(163,127,75)
#8D6E41
(141,110,65)
#775D37
(119,93,55)
#614C2D
(97,76,45)
#4B3B23
(75,59,35)
#352A19
(53,42,25)
#1F190F
(31,25,15)
#000000
(0,0,0)

Tints of #FBC373

#FBC373
(251,195,115)
#FBC87F
(251,200,127)
#FBCD8B
(251,205,139)
#FBD297
(251,210,151)
#FBD7A3
(251,215,163)
#FBDCAF
(251,220,175)
#FBE1BB
(251,225,187)
#FBE6C7
(251,230,199)
#FBEBD3
(251,235,211)
#FBF0DF
(251,240,223)
#FBF5EB
(251,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC373; }

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

This text font color is #FBC373.

Background Color

.myBgColor { background-color: #FBC373; }

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

This div background color is #FBC373.

Border color

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

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

This div border color is #FBC373.

Opacity

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

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

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

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

This text has shadow with #FBC373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC373.

Preview

Color preview on black background

This text has color #FBC373 on black background.


Color preview on white background

This text has color #FBC373 on white background.


Black color preview on #FBC373 background

This text has black color on #FBC373 background.


White color preview on #FBC373 background

This text has white color on #FBC373 background.


Related colors

Complementary color

Complementary color for #hex is #043C8C.


I love getcolorcode.com

Triadic colors

1 #73FBC3 and #C373FB with #FBC373 are triadic colors.

2 #73C3FB and #C3FB73 with #FBC373 are triadic colors.