COLOR #FBC415

HEX: #FBC415
RGB: (251,196,21)

Color info

#FBC415 contains mainly red and green colors. Web safe color of #FBC415 is #FFCC00 (or #FC0).

RGB color model

#FBC415 color RGB value is (251,196,21).

  • red value is 251;
  • green value is 196;
  • blue value is 21.
RGB:
(251,196,21)
(98%,77%,8%)

RGB channels and saturation

R 251 of 255 = 98%
G 196 of 255 = 77%
B 21 of 255 = 8%

251
196
21

R + G + B ~ 61%. #FBC415 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 196 + 21 = 468 (100%)
R 251 of 468 ~ 53.63%
G 196 of 468 ~ 41.88%
B 21 of 468 ~ 4.49%

%53.63
%41.88

CMYK color model

#FBC415 color CMYK value is (0,22,92,2).

  • cyan value is 0.00%
  • magenta value is 21.91%
  • yellow value is 91.63%
  • key color value is 1.57%
CMYK:
(0,22,92,2)
C0M22Y92K2 
(0%,22%,92%,2%)
(0.00/0.22/0.92/0.02)	

CMYK percentages

%0
%21.91
%91.63
%1.57

Codes

Color #FBC415 in popluar color models

FBC415
RGB25119621
HSL46°96.64%53.33%
HSB/HSV46°91.63%98.43%
CMYK0.00%21.91%91.63%
1.57%

Color #FBC415 in popluar number systems.

HEXFBC415
Decimal25119621
Binary111110111100010010101
Octal37330425

Shades and tints

Shades of #FBC415

#FBC415
(251,196,21)
#E5B314
(229,179,20)
#CFA213
(207,162,19)
#B99112
(185,145,18)
#A38011
(163,128,17)
#8D6F10
(141,111,16)
#775E0F
(119,94,15)
#614D0E
(97,77,14)
#4B3C0D
(75,60,13)
#352B0C
(53,43,12)
#1F1A0B
(31,26,11)
#000000
(0,0,0)

Tints of #FBC415

#FBC415
(251,196,21)
#FBC92A
(251,201,42)
#FBCE3F
(251,206,63)
#FBD354
(251,211,84)
#FBD869
(251,216,105)
#FBDD7E
(251,221,126)
#FBE293
(251,226,147)
#FBE7A8
(251,231,168)
#FBECBD
(251,236,189)
#FBF1D2
(251,241,210)
#FBF6E7
(251,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC415 color. Also use rgb(251,196,21) instead hex code.

Text Font Color

.myTextColor { color: #FBC415; }

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

This text font color is #FBC415.


Background Color

.myBgColor { background-color: #FBC415; }

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

This div background color is #FBC415.


Border color

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

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

This div border color is #FBC415.


Opacity

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

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

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

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

This text has shadow with #FBC415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC415 on black background.


Color preview on white background

This text has color #FBC415 on white background.



Black color preview on #FBC415 background

This text has black color on #FBC415 background.


White color preview on #FBC415 background

This text has white color on #FBC415 background.