COLOR #FCBE03

HEX: #FCBE03
RGB: (252,190,3)

Color info

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

RGB color model

#FCBE03 color RGB value is (252,190,3).

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

RGB channels and saturation

R 252 of 255 = 99%
G 190 of 255 = 75%
B 3 of 255 = 1%

252
190
3

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

Portions of RGB colors in percentages

R + G + B =
252 + 190 + 3 = 445 (100%)
R 252 of 445 ~ 56.63%
G 190 of 445 ~ 42.7%
B 3 of 445 ~ 0.67%

%56.63
%42.7

CMYK color model

#FCBE03 color CMYK value is (0,25,99,1).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 98.81%
  • key color value is 1.18%
CMYK:
(0,25,99,1)
C0M25Y99K1 
(0%,25%,99%,1%)
(0.00/0.25/0.99/0.01)	

CMYK percentages

%0
%24.6
%98.81
%1.18

Codes

Color #FCBE03 in popluar color models

FCBE03
RGB2521903
HSL45°97.65%50.00%
HSB/HSV45°98.81%98.82%
CMYK0.00%24.60%98.81%
1.18%

Color #FCBE03 in popluar number systems.

HEXFCBE03
Decimal2521903
Binary111111001011111011
Octal3742763

Shades and tints

Shades of #FCBE03

#FCBE03
(252,190,3)
#E6AD03
(230,173,3)
#D09C03
(208,156,3)
#BA8B03
(186,139,3)
#A47A03
(164,122,3)
#8E6903
(142,105,3)
#785803
(120,88,3)
#624703
(98,71,3)
#4C3603
(76,54,3)
#362503
(54,37,3)
#201403
(32,20,3)
#000000
(0,0,0)

Tints of #FCBE03

#FCBE03
(252,190,3)
#FCC319
(252,195,25)
#FCC82F
(252,200,47)
#FCCD45
(252,205,69)
#FCD25B
(252,210,91)
#FCD771
(252,215,113)
#FCDC87
(252,220,135)
#FCE19D
(252,225,157)
#FCE6B3
(252,230,179)
#FCEBC9
(252,235,201)
#FCF0DF
(252,240,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBE03 color. Also use rgb(252,190,3) instead hex code.

Text Font Color

.myTextColor { color: #FCBE03; }

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

This text font color is #FCBE03.


Background Color

.myBgColor { background-color: #FCBE03; }

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

This div background color is #FCBE03.


Border color

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

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

This div border color is #FCBE03.


Opacity

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

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

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

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

This text has shadow with #FCBE03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBE03 on black background.


Color preview on white background

This text has color #FCBE03 on white background.



Black color preview on #FCBE03 background

This text has black color on #FCBE03 background.


White color preview on #FCBE03 background

This text has white color on #FCBE03 background.