COLOR #FDC67A

HEX: #FDC67A
RGB: (253,198,122)

Color info

#FDC67A contains mainly red and green colors. Web safe color of #FDC67A is #FFCC66 (or #FC6).

RGB color model

#FDC67A color RGB value is (253,198,122).

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

RGB channels and saturation

R 253 of 255 = 99%
G 198 of 255 = 78%
B 122 of 255 = 48%

253
198
122

R + G + B ~ 75%. #FDC67A is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 198 + 122 = 573 (100%)
R 253 of 573 ~ 44.15%
G 198 of 573 ~ 34.55%
B 122 of 573 ~ 21.29%

%44.15
%34.55
%21.29

CMYK color model

#FDC67A color CMYK value is (0,22,52,1).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 51.78%
  • key color value is 0.78%
CMYK:
(0,22,52,1)
C0M22Y52K1 
(0%,22%,52%,1%)
(0.00/0.22/0.52/0.01)	

CMYK percentages

%0
%21.74
%51.78
%0.78

Codes

Color #FDC67A in popluar color models

FDC67A
RGB253198122
HSL35°97.04%73.53%
HSB/HSV35°51.78%99.22%
CMYK0.00%21.74%51.78%
0.78%

Color #FDC67A in popluar number systems.

HEXFDC67A
Decimal253198122
Binary11111101110001101111010
Octal375306172

Shades and tints

Shades of #FDC67A

#FDC67A
(253,198,122)
#E6B46F
(230,180,111)
#CFA264
(207,162,100)
#B89059
(184,144,89)
#A17E4E
(161,126,78)
#8A6C43
(138,108,67)
#735A38
(115,90,56)
#5C482D
(92,72,45)
#453622
(69,54,34)
#2E2417
(46,36,23)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #FDC67A

#FDC67A
(253,198,122)
#FDCB86
(253,203,134)
#FDD092
(253,208,146)
#FDD59E
(253,213,158)
#FDDAAA
(253,218,170)
#FDDFB6
(253,223,182)
#FDE4C2
(253,228,194)
#FDE9CE
(253,233,206)
#FDEEDA
(253,238,218)
#FDF3E6
(253,243,230)
#FDF8F2
(253,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC67A; }

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

This text font color is #FDC67A.


Background Color

.myBgColor { background-color: #FDC67A; }

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

This div background color is #FDC67A.


Border color

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

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

This div border color is #FDC67A.


Opacity

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

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

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

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

This text has shadow with #FDC67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC67A on black background.


Color preview on white background

This text has color #FDC67A on white background.



Black color preview on #FDC67A background

This text has black color on #FDC67A background.


White color preview on #FDC67A background

This text has white color on #FDC67A background.