Shades of Gold #FAD40D
Tints of Gold #FAD40D
RGB
CMYK
RGB Variations
Color information
#FAD40D (or 0xFAD40D) is known color: Gold. HEX triplet: FA, D4 and 0D. RGB value is (250,212,13). Sum of RGB (Red+Green+Blue) = 250+212+13=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD40D is #052BF2. Grayscale: #C9C9C9. Windows color (decimal): -338931 or 906490. OLE color: 906490.
HSL color Cylindrical-coordinate representation of color #FAD40D: hue angle of 50.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAD40D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.02 |
| HSL | 50.38º | 0.96% | 0.52% | - |
| HSV(B) | 50.38º | 0.95% | 0.98% | - |
| XYZ | 63.04 | 67.44 | 10.08 | - |
| YUV | 200.68 | 22.09 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 13 | 0 | 0.15 | 0.95 | 0.02 | 50.38 | 0.96 | 0.52 |
| Hex | FA | D4 | D | 0 | F | 5F | 2 | 32 | 60 | 34 |
| Octal | 372 | 324 | 15 | 0 | 17 | 137 | 2 | 62 | 140 | 64 |
| Binary | 11111010 | 11010100 | 1101 | 0 | 1111 | 1011111 | 10 | 110010 | 1100000 | 110100 |
Color Harmonies of #FAD40D
Complementary color
Monochromatic Colors of #FAD40D
Black with #FAD40D
Text Example
Text Example
White with #FAD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD40D; }
p { color: rgb(250,212,13); }
H1.HeaderClassName
{
color: #FAD40D;
}
.AnyTagClassName
{
color: #FAD40D;
}
</style>
background-color css
<style>
a { background-color: #FAD40D; }
a { background-color: rgb(250,212,13); }
div.DivClassName
{
background-color: #FAD40D;
}
.BgClassName
{
background-color: #FAD40D;
}
</style>
border-color css
<style>
span { border-color: #FAD40D; }
span { border-color: rgb(250,212,13); }
td.TdClassName
{
border-color: #FAD40D;
}
.TagClassName
{
border-color: #FAD40D;
}
</style>