HEX: #FAD422
RGB: (250,212,34)
#FAD422 contains mainly red and green colors. Web safe color of #FAD422 is #FFCC33 (or #FC3).
#FAD422 color RGB value is (250,212,34).
RGB: (250,212,34)
(98%, 83%, 13%)
R 250 of 255 = 98%
G 212 of 255 = 83%
B 34 of 255 = 13%
R + G + B ~ 65%. #FAD422 is quite light color.
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'%
#FAD422 color CMYK value is (0,15,86,2).
CMYK: (0,15,86,2)
C0M15Y86K2 (0%, 15%, 86%, 2%)
(0.00 / 0.15 / 0.86 / 0.02)
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 of #FAD422
Tints of #FAD422
Examples of css and html codes for elements with #FAD422 color. Also use rgb(250,212,34) instead hex code.
.myTextColor { color: #FAD422; }
<p style="color:#FAD422">This sample text font color is #FAD422.</p>
This text font color is #FAD422.
.myBgColor { background-color: #FAD422; }
<div style="background-color:#FAD422">Inner text</div>
This div background color is #FAD422.
.myBorderColor { border: 1px solid #FAD422; }
<div style="border:3px solid #FAD422">Div</div>
This div border color is #FAD422.
.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%.
.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.
/* 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 text has color #FAD422 on black background.
This text has color #FAD422 on white background.
This text has black color on #FAD422 background.
This text has white color on #FAD422 background.
Complementary color for #hex is #052BDD.