COLOR #FCC722

HEX: #FCC722
RGB: (252,199,34)

Color info

#FCC722 contains mainly red and green colors. Web safe color of #FCC722 is #FFCC33 (or #FC3).

RGB color model

#FCC722 color RGB value is (252,199,34).

  • red value is 252;
  • green value is 199;
  • blue value is 34.
RGB:
(252,199,34)
(99%,78%,13%)

RGB channels and saturation

R 252 of 255 = 99%
G 199 of 255 = 78%
B 34 of 255 = 13%

252
199
34

R + G + B ~ 63%. #FCC722 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 199 + 34 = 485 (100%)
R 252 of 485 ~ 51.96%
G 199 of 485 ~ 41.03%
B 34 of 485 ~ 7.01%

%51.96
%41.03

CMYK color model

#FCC722 color CMYK value is (0,21,87,1).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 86.51%
  • key color value is 1.18%
CMYK:
(0,21,87,1)
C0M21Y87K1 
(0%,21%,87%,1%)
(0.00/0.21/0.87/0.01)	

CMYK percentages

%0
%21.03
%86.51
%1.18

Codes

Color #FCC722 in popluar color models

FCC722
RGB25219934
HSL45°97.32%56.08%
HSB/HSV45°86.51%98.82%
CMYK0.00%21.03%86.51%
1.18%

Color #FCC722 in popluar number systems.

HEXFCC722
Decimal25219934
Binary1111110011000111100010
Octal37430742

Shades and tints

Shades of #FCC722

#FCC722
(252,199,34)
#E6B51F
(230,181,31)
#D0A31C
(208,163,28)
#BA9119
(186,145,25)
#A47F16
(164,127,22)
#8E6D13
(142,109,19)
#785B10
(120,91,16)
#62490D
(98,73,13)
#4C370A
(76,55,10)
#362507
(54,37,7)
#201304
(32,19,4)
#000000
(0,0,0)

Tints of #FCC722

#FCC722
(252,199,34)
#FCCC36
(252,204,54)
#FCD14A
(252,209,74)
#FCD65E
(252,214,94)
#FCDB72
(252,219,114)
#FCE086
(252,224,134)
#FCE59A
(252,229,154)
#FCEAAE
(252,234,174)
#FCEFC2
(252,239,194)
#FCF4D6
(252,244,214)
#FCF9EA
(252,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC722 color. Also use rgb(252,199,34) instead hex code.

Text Font Color

.myTextColor { color: #FCC722; }

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

This text font color is #FCC722.


Background Color

.myBgColor { background-color: #FCC722; }

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

This div background color is #FCC722.


Border color

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

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

This div border color is #FCC722.


Opacity

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

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

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

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

This text has shadow with #FCC722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC722 on black background.


Color preview on white background

This text has color #FCC722 on white background.



Black color preview on #FCC722 background

This text has black color on #FCC722 background.


White color preview on #FCC722 background

This text has white color on #FCC722 background.