COLOR #FDC613

HEX: #FDC613
RGB: (253,198,19)

Color info

#FDC613 contains mainly red and green colors. Web safe color of #FDC613 is #FFCC00 (or #FC0).

RGB color model

#FDC613 color RGB value is (253,198,19).

  • red value is 253;
  • green value is 198;
  • blue value is 19.
RGB:
(253,198,19)
(99%,78%,7%)

RGB channels and saturation

R 253 of 255 = 99%
G 198 of 255 = 78%
B 19 of 255 = 7%

253
198
19

R + G + B ~ 61%. #FDC613 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 198 + 19 = 470 (100%)
R 253 of 470 ~ 53.83%
G 198 of 470 ~ 42.13%
B 19 of 470 ~ 4.04%

%53.83
%42.13

CMYK color model

#FDC613 color CMYK value is (0,22,92,1).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 92.49%
  • key color value is 0.78%
CMYK:
(0,22,92,1)
C0M22Y92K1 
(0%,22%,92%,1%)
(0.00/0.22/0.92/0.01)	

CMYK percentages

%0
%21.74
%92.49
%0.78

Codes

Color #FDC613 in popluar color models

FDC613
RGB25319819
HSL46°98.32%53.33%
HSB/HSV46°92.49%99.22%
CMYK0.00%21.74%92.49%
0.78%

Color #FDC613 in popluar number systems.

HEXFDC613
Decimal25319819
Binary111111011100011010011
Octal37530623

Shades and tints

Shades of #FDC613

#FDC613
(253,198,19)
#E6B412
(230,180,18)
#CFA211
(207,162,17)
#B89010
(184,144,16)
#A17E0F
(161,126,15)
#8A6C0E
(138,108,14)
#735A0D
(115,90,13)
#5C480C
(92,72,12)
#45360B
(69,54,11)
#2E240A
(46,36,10)
#171209
(23,18,9)
#000000
(0,0,0)

Tints of #FDC613

#FDC613
(253,198,19)
#FDCB28
(253,203,40)
#FDD03D
(253,208,61)
#FDD552
(253,213,82)
#FDDA67
(253,218,103)
#FDDF7C
(253,223,124)
#FDE491
(253,228,145)
#FDE9A6
(253,233,166)
#FDEEBB
(253,238,187)
#FDF3D0
(253,243,208)
#FDF8E5
(253,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC613 color. Also use rgb(253,198,19) instead hex code.

Text Font Color

.myTextColor { color: #FDC613; }

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

This text font color is #FDC613.


Background Color

.myBgColor { background-color: #FDC613; }

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

This div background color is #FDC613.


Border color

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

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

This div border color is #FDC613.


Opacity

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

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

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

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

This text has shadow with #FDC613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC613 on black background.


Color preview on white background

This text has color #FDC613 on white background.



Black color preview on #FDC613 background

This text has black color on #FDC613 background.


White color preview on #FDC613 background

This text has white color on #FDC613 background.