COLOR #FDA422

HEX: #FDA422
RGB: (253,164,34)

Color info

#FDA422 contains mainly red color. Web safe color of #FDA422 is #FF9933 (or #F93).

RGB color model

#FDA422 color RGB value is (253,164,34).

  • red value is 253;
  • green value is 164;
  • blue value is 34.
RGB:
(253,164,34)
(99%,64%,13%)

RGB channels and saturation

R 253 of 255 = 99%
G 164 of 255 = 64%
B 34 of 255 = 13%

253
164
34

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

Portions of RGB colors in percentages

R + G + B =
253 + 164 + 34 = 451 (100%)
R 253 of 451 ~ 56.1%
G 164 of 451 ~ 36.36%
B 34 of 451 ~ 7.54%

%56.1
%36.36

CMYK color model

#FDA422 color CMYK value is (0,35,87,1).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 86.56%
  • key color value is 0.78%
CMYK:
(0,35,87,1)
C0M35Y87K1 
(0%,35%,87%,1%)
(0.00/0.35/0.87/0.01)	

CMYK percentages

%0
%35.18
%86.56
%0.78

Codes

Color #FDA422 in popluar color models

FDA422
RGB25316434
HSL36°98.21%56.27%
HSB/HSV36°86.56%99.22%
CMYK0.00%35.18%86.56%
0.78%

Color #FDA422 in popluar number systems.

HEXFDA422
Decimal25316434
Binary1111110110100100100010
Octal37524442

Shades and tints

Shades of #FDA422

#FDA422
(253,164,34)
#E6961F
(230,150,31)
#CF881C
(207,136,28)
#B87A19
(184,122,25)
#A16C16
(161,108,22)
#8A5E13
(138,94,19)
#735010
(115,80,16)
#5C420D
(92,66,13)
#45340A
(69,52,10)
#2E2607
(46,38,7)
#171804
(23,24,4)
#000000
(0,0,0)

Tints of #FDA422

#FDA422
(253,164,34)
#FDAC36
(253,172,54)
#FDB44A
(253,180,74)
#FDBC5E
(253,188,94)
#FDC472
(253,196,114)
#FDCC86
(253,204,134)
#FDD49A
(253,212,154)
#FDDCAE
(253,220,174)
#FDE4C2
(253,228,194)
#FDECD6
(253,236,214)
#FDF4EA
(253,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA422 color. Also use rgb(253,164,34) instead hex code.

Text Font Color

.myTextColor { color: #FDA422; }

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

This text font color is #FDA422.


Background Color

.myBgColor { background-color: #FDA422; }

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

This div background color is #FDA422.


Border color

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

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

This div border color is #FDA422.


Opacity

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

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

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

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

This text has shadow with #FDA422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA422 on black background.


Color preview on white background

This text has color #FDA422 on white background.



Black color preview on #FDA422 background

This text has black color on #FDA422 background.


White color preview on #FDA422 background

This text has white color on #FDA422 background.