COLOR #FCB402

HEX: #FCB402
RGB: (252,180,2)

Color info

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

RGB color model

#FCB402 color RGB value is (252,180,2).

  • red value is 252;
  • green value is 180;
  • blue value is 2.
RGB:
(252,180,2)
(99%,71%,1%)

RGB channels and saturation

R 252 of 255 = 99%
G 180 of 255 = 71%
B 2 of 255 = 1%

252
180
2

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

Portions of RGB colors in percentages

R + G + B =
252 + 180 + 2 = 434 (100%)
R 252 of 434 ~ 58.06%
G 180 of 434 ~ 41.47%
B 2 of 434 ~ 0.46%

%58.06
%41.47

CMYK color model

#FCB402 color CMYK value is (0,29,99,1).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 99.21%
  • key color value is 1.18%
CMYK:
(0,29,99,1)
C0M29Y99K1 
(0%,29%,99%,1%)
(0.00/0.29/0.99/0.01)	

CMYK percentages

%0
%28.57
%99.21
%1.18

Codes

Color #FCB402 in popluar color models

FCB402
RGB2521802
HSL43°98.43%49.80%
HSB/HSV43°99.21%98.82%
CMYK0.00%28.57%99.21%
1.18%

Color #FCB402 in popluar number systems.

HEXFCB402
Decimal2521802
Binary111111001011010010
Octal3742642

Shades and tints

Shades of #FCB402

#FCB402
(252,180,2)
#E6A402
(230,164,2)
#D09402
(208,148,2)
#BA8402
(186,132,2)
#A47402
(164,116,2)
#8E6402
(142,100,2)
#785402
(120,84,2)
#624402
(98,68,2)
#4C3402
(76,52,2)
#362402
(54,36,2)
#201402
(32,20,2)
#000000
(0,0,0)

Tints of #FCB402

#FCB402
(252,180,2)
#FCBA19
(252,186,25)
#FCC030
(252,192,48)
#FCC647
(252,198,71)
#FCCC5E
(252,204,94)
#FCD275
(252,210,117)
#FCD88C
(252,216,140)
#FCDEA3
(252,222,163)
#FCE4BA
(252,228,186)
#FCEAD1
(252,234,209)
#FCF0E8
(252,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB402 color. Also use rgb(252,180,2) instead hex code.

Text Font Color

.myTextColor { color: #FCB402; }

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

This text font color is #FCB402.


Background Color

.myBgColor { background-color: #FCB402; }

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

This div background color is #FCB402.


Border color

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

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

This div border color is #FCB402.


Opacity

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

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

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

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

This text has shadow with #FCB402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB402 on black background.


Color preview on white background

This text has color #FCB402 on white background.



Black color preview on #FCB402 background

This text has black color on #FCB402 background.


White color preview on #FCB402 background

This text has white color on #FCB402 background.