COLOR #FBCA74

HEX: #FBCA74
RGB: (251,202,116)

Color info

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

RGB color model

#FBCA74 color RGB value is (251,202,116).

  • red value is 251;
  • green value is 202;
  • blue value is 116.
RGB:
(251,202,116)
(98%,79%,45%)

RGB channels and saturation

R 251 of 255 = 98%
G 202 of 255 = 79%
B 116 of 255 = 45%

251
202
116

R + G + B ~ 74%. #FBCA74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 202 + 116 = 569 (100%)
R 251 of 569 ~ 44.11%
G 202 of 569 ~ 35.5%
B 116 of 569 ~ 20.39%

%44.11
%35.5
%20.39

CMYK color model

#FBCA74 color CMYK value is (0,20,54,2).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 53.78%
  • key color value is 1.57%
CMYK:
(0,20,54,2)
C0M20Y54K2 
(0%,20%,54%,2%)
(0.00/0.20/0.54/0.02)	

CMYK percentages

%0
%19.52
%53.78
%1.57

Codes

Color #FBCA74 in popluar color models

FBCA74
RGB251202116
HSL38°94.41%71.96%
HSB/HSV38°53.78%98.43%
CMYK0.00%19.52%53.78%
1.57%

Color #FBCA74 in popluar number systems.

HEXFBCA74
Decimal251202116
Binary11111011110010101110100
Octal373312164

Shades and tints

Shades of #FBCA74

#FBCA74
(251,202,116)
#E5B86A
(229,184,106)
#CFA660
(207,166,96)
#B99456
(185,148,86)
#A3824C
(163,130,76)
#8D7042
(141,112,66)
#775E38
(119,94,56)
#614C2E
(97,76,46)
#4B3A24
(75,58,36)
#35281A
(53,40,26)
#1F1610
(31,22,16)
#000000
(0,0,0)

Tints of #FBCA74

#FBCA74
(251,202,116)
#FBCE80
(251,206,128)
#FBD28C
(251,210,140)
#FBD698
(251,214,152)
#FBDAA4
(251,218,164)
#FBDEB0
(251,222,176)
#FBE2BC
(251,226,188)
#FBE6C8
(251,230,200)
#FBEAD4
(251,234,212)
#FBEEE0
(251,238,224)
#FBF2EC
(251,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCA74 color. Also use rgb(251,202,116) instead hex code.

Text Font Color

.myTextColor { color: #FBCA74; }

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

This text font color is #FBCA74.


Background Color

.myBgColor { background-color: #FBCA74; }

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

This div background color is #FBCA74.


Border color

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

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

This div border color is #FBCA74.


Opacity

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

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

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

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

This text has shadow with #FBCA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCA74 on black background.


Color preview on white background

This text has color #FBCA74 on white background.



Black color preview on #FBCA74 background

This text has black color on #FBCA74 background.


White color preview on #FBCA74 background

This text has white color on #FBCA74 background.