COLOR #FCBF08

HEX: #FCBF08
RGB: (252,191,8)

Color info

#FCBF08 contains mainly red color. Web safe color of #FCBF08 is #FFCC00 (or #FC0).

RGB color model

#FCBF08 color RGB value is (252,191,8).

  • red value is 252;
  • green value is 191;
  • blue value is 8.
RGB:
(252,191,8)
(99%,75%,3%)

RGB channels and saturation

R 252 of 255 = 99%
G 191 of 255 = 75%
B 8 of 255 = 3%

252
191
8

R + G + B ~ 59%. #FCBF08 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
252 + 191 + 8 = 451 (100%)
R 252 of 451 ~ 55.88%
G 191 of 451 ~ 42.35%
B 8 of 451 ~ 1.77%

%55.88
%42.35

CMYK color model

#FCBF08 color CMYK value is (0,24,97,1).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 96.83%
  • key color value is 1.18%
CMYK:
(0,24,97,1)
C0M24Y97K1 
(0%,24%,97%,1%)
(0.00/0.24/0.97/0.01)	

CMYK percentages

%0
%24.21
%96.83
%1.18

Codes

Color #FCBF08 in popluar color models

FCBF08
RGB2521918
HSL45°97.60%50.98%
HSB/HSV45°96.83%98.82%
CMYK0.00%24.21%96.83%
1.18%

Color #FCBF08 in popluar number systems.

HEXFCBF08
Decimal2521918
Binary11111100101111111000
Octal37427710

Shades and tints

Shades of #FCBF08

#FCBF08
(252,191,8)
#E6AE08
(230,174,8)
#D09D08
(208,157,8)
#BA8C08
(186,140,8)
#A47B08
(164,123,8)
#8E6A08
(142,106,8)
#785908
(120,89,8)
#624808
(98,72,8)
#4C3708
(76,55,8)
#362608
(54,38,8)
#201508
(32,21,8)
#000000
(0,0,0)

Tints of #FCBF08

#FCBF08
(252,191,8)
#FCC41E
(252,196,30)
#FCC934
(252,201,52)
#FCCE4A
(252,206,74)
#FCD360
(252,211,96)
#FCD876
(252,216,118)
#FCDD8C
(252,221,140)
#FCE2A2
(252,226,162)
#FCE7B8
(252,231,184)
#FCECCE
(252,236,206)
#FCF1E4
(252,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBF08 color. Also use rgb(252,191,8) instead hex code.

Text Font Color

.myTextColor { color: #FCBF08; }

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

This text font color is #FCBF08.


Background Color

.myBgColor { background-color: #FCBF08; }

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

This div background color is #FCBF08.


Border color

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

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

This div border color is #FCBF08.


Opacity

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

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

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

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

This text has shadow with #FCBF08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBF08 on black background.


Color preview on white background

This text has color #FCBF08 on white background.



Black color preview on #FCBF08 background

This text has black color on #FCBF08 background.


White color preview on #FCBF08 background

This text has white color on #FCBF08 background.