COLOR #FDCD0A

HEX: #FDCD0A
RGB: (253,205,10)

Color info

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

RGB color model

#FDCD0A color RGB value is (253,205,10).

  • red value is 253;
  • green value is 205;
  • blue value is 10.
RGB:
(253,205,10)
(99%,80%,4%)

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 10 of 255 = 4%

253
205
10

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

Portions of RGB colors in percentages

R + G + B =
253 + 205 + 10 = 468 (100%)
R 253 of 468 ~ 54.06%
G 205 of 468 ~ 43.8%
B 10 of 468 ~ 2.14%

%54.06
%43.8

CMYK color model

#FDCD0A color CMYK value is (0,19,96,1).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 96.05%
  • key color value is 0.78%
CMYK:
(0,19,96,1)
C0M19Y96K1 
(0%,19%,96%,1%)
(0.00/0.19/0.96/0.01)	

CMYK percentages

%0
%18.97
%96.05
%0.78

Codes

Color #FDCD0A in popluar color models

FDCD0A
RGB25320510
HSL48°98.38%51.57%
HSB/HSV48°96.05%99.22%
CMYK0.00%18.97%96.05%
0.78%

Color #FDCD0A in popluar number systems.

HEXFDCD0A
Decimal25320510
Binary11111101110011011010
Octal37531512

Shades and tints

Shades of #FDCD0A

#FDCD0A
(253,205,10)
#E6BB0A
(230,187,10)
#CFA90A
(207,169,10)
#B8970A
(184,151,10)
#A1850A
(161,133,10)
#8A730A
(138,115,10)
#73610A
(115,97,10)
#5C4F0A
(92,79,10)
#453D0A
(69,61,10)
#2E2B0A
(46,43,10)
#17190A
(23,25,10)
#000000
(0,0,0)

Tints of #FDCD0A

#FDCD0A
(253,205,10)
#FDD120
(253,209,32)
#FDD536
(253,213,54)
#FDD94C
(253,217,76)
#FDDD62
(253,221,98)
#FDE178
(253,225,120)
#FDE58E
(253,229,142)
#FDE9A4
(253,233,164)
#FDEDBA
(253,237,186)
#FDF1D0
(253,241,208)
#FDF5E6
(253,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCD0A color. Also use rgb(253,205,10) instead hex code.

Text Font Color

.myTextColor { color: #FDCD0A; }

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

This text font color is #FDCD0A.


Background Color

.myBgColor { background-color: #FDCD0A; }

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

This div background color is #FDCD0A.


Border color

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

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

This div border color is #FDCD0A.


Opacity

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

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

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

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

This text has shadow with #FDCD0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCD0A on black background.


Color preview on white background

This text has color #FDCD0A on white background.



Black color preview on #FDCD0A background

This text has black color on #FDCD0A background.


White color preview on #FDCD0A background

This text has white color on #FDCD0A background.