COLOR #FCB706

HEX: #FCB706
RGB: (252,183,6)

Color info

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

RGB color model

#FCB706 color RGB value is (252,183,6).

  • red value is 252;
  • green value is 183;
  • blue value is 6.
RGB:
(252,183,6)
(99%,72%,2%)

RGB channels and saturation

R 252 of 255 = 99%
G 183 of 255 = 72%
B 6 of 255 = 2%

252
183
6

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

Portions of RGB colors in percentages

R + G + B =
252 + 183 + 6 = 441 (100%)
R 252 of 441 ~ 57.14%
G 183 of 441 ~ 41.5%
B 6 of 441 ~ 1.36%

%57.14
%41.5

CMYK color model

#FCB706 color CMYK value is (0,27,98,1).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 97.62%
  • key color value is 1.18%
CMYK:
(0,27,98,1)
C0M27Y98K1 
(0%,27%,98%,1%)
(0.00/0.27/0.98/0.01)	

CMYK percentages

%0
%27.38
%97.62
%1.18

Codes

Color #FCB706 in popluar color models

FCB706
RGB2521836
HSL43°97.62%50.59%
HSB/HSV43°97.62%98.82%
CMYK0.00%27.38%97.62%
1.18%

Color #FCB706 in popluar number systems.

HEXFCB706
Decimal2521836
Binary1111110010110111110
Octal3742676

Shades and tints

Shades of #FCB706

#FCB706
(252,183,6)
#E6A706
(230,167,6)
#D09706
(208,151,6)
#BA8706
(186,135,6)
#A47706
(164,119,6)
#8E6706
(142,103,6)
#785706
(120,87,6)
#624706
(98,71,6)
#4C3706
(76,55,6)
#362706
(54,39,6)
#201706
(32,23,6)
#000000
(0,0,0)

Tints of #FCB706

#FCB706
(252,183,6)
#FCBD1C
(252,189,28)
#FCC332
(252,195,50)
#FCC948
(252,201,72)
#FCCF5E
(252,207,94)
#FCD574
(252,213,116)
#FCDB8A
(252,219,138)
#FCE1A0
(252,225,160)
#FCE7B6
(252,231,182)
#FCEDCC
(252,237,204)
#FCF3E2
(252,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB706 color. Also use rgb(252,183,6) instead hex code.

Text Font Color

.myTextColor { color: #FCB706; }

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

This text font color is #FCB706.


Background Color

.myBgColor { background-color: #FCB706; }

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

This div background color is #FCB706.


Border color

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

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

This div border color is #FCB706.


Opacity

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

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

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

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

This text has shadow with #FCB706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB706 on black background.


Color preview on white background

This text has color #FCB706 on white background.



Black color preview on #FCB706 background

This text has black color on #FCB706 background.


White color preview on #FCB706 background

This text has white color on #FCB706 background.