COLOR #FAD422

HEX: #FAD422 RGB: (250,212,34)

Color info

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

RGB color model

#FAD422 color RGB value is (250,212,34).

RGB: (250,212,34) (98%, 83%, 13%)

RGB channels and saturation

R 250 of 255 = 98%
G 212 of 255 = 83%
B 34 of 255 = 13%

250
212
34

R + G + B ~ 65%. #FAD422 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 212 + 34 = 496 (100%)
R 250 of 496 ~ 50.4%
G 212 of 496 ~ 42.74%
B 34 of 496 ~ 6.85'%

%50.4
%42.74

CMYK color model

#FAD422 color CMYK value is (0,15,86,2).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 86.40%
  • key color value is 1.96%

CMYK: (0,15,86,2)
C0M15Y86K2 (0%, 15%, 86%, 2%)
(0.00 / 0.15 / 0.86 / 0.02)

CMYK percentages

%0
%15.2
%86.4
%1.96

Codes

Color #FAD422 in popluar color models

FA D4 22
RGB 250 212 34
HSL 49° 95.58% 55.69%
HSB/HSV 49° 86.40% 98.04%
CMYK 0.00% 15.20% 86.40%
1.96%

Color #FAD422 in popluar number systems.

HEX FA D4 22
Decimal 250 212 34
Binary 11111010 11010100 100010
Octal 372 324 42

Shades and tints

Shades of #FAD422

#FAD422
(250,212,34)
#E4C11F
(228,193,31)
#CEAE1C
(206,174,28)
#B89B19
(184,155,25)
#A28816
(162,136,22)
#8C7513
(140,117,19)
#766210
(118,98,16)
#604F0D
(96,79,13)
#4A3C0A
(74,60,10)
#342907
(52,41,7)
#1E1604
(30,22,4)
#000000
(0,0,0)

Tints of #FAD422

#FAD422
(250,212,34)
#FAD736
(250,215,54)
#FADA4A
(250,218,74)
#FADD5E
(250,221,94)
#FAE072
(250,224,114)
#FAE386
(250,227,134)
#FAE69A
(250,230,154)
#FAE9AE
(250,233,174)
#FAECC2
(250,236,194)
#FAEFD6
(250,239,214)
#FAF2EA
(250,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD422 color. Also use rgb(250,212,34) instead hex code.

Text Font Color

.myTextColor { color: #FAD422; }

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

This text font color is #FAD422.

Background Color

.myBgColor { background-color: #FAD422; }

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

This div background color is #FAD422.

Border color

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

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

This div border color is #FAD422.

Opacity

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

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

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

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

This text has shadow with #FAD422 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD422.

Preview

Color preview on black background

This text has color #FAD422 on black background.


Color preview on white background

This text has color #FAD422 on white background.


Black color preview on #FAD422 background

This text has black color on #FAD422 background.


White color preview on #FAD422 background

This text has white color on #FAD422 background.


Related colors

Complementary color

Complementary color for #hex is #052BDD.


I love getcolorcode.com

Triadic colors

1 #22FAD4 and #D422FA with #FAD422 are triadic colors.

2 #22D4FA and #D4FA22 with #FAD422 are triadic colors.