Shades of Gold #FAD40C
Tints of Gold #FAD40C
RGB
CMYK
RGB Variations
Color information
#FAD40C (or 0xFAD40C) is known color: Gold. HEX triplet: FA, D4 and 0C. RGB value is (250,212,12). Sum of RGB (Red+Green+Blue) = 250+212+12=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD40C is #052BF3. Grayscale: #C9C9C9. Windows color (decimal): -338932 or 840954. OLE color: 840954.
HSL color Cylindrical-coordinate representation of color #FAD40C: hue angle of 50.42º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAD40C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.02 |
| HSL | 50.42º | 0.96% | 0.51% | - |
| HSV(B) | 50.42º | 0.95% | 0.98% | - |
| XYZ | 63.03 | 67.44 | 10.04 | - |
| YUV | 200.56 | 21.59 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 12 | 0 | 0.15 | 0.95 | 0.02 | 50.42 | 0.96 | 0.51 |
| Hex | FA | D4 | C | 0 | F | 5F | 2 | 32 | 60 | 33 |
| Octal | 372 | 324 | 14 | 0 | 17 | 137 | 2 | 62 | 140 | 63 |
| Binary | 11111010 | 11010100 | 1100 | 0 | 1111 | 1011111 | 10 | 110010 | 1100000 | 110011 |
Color Harmonies of #FAD40C
Complementary color
Monochromatic Colors of #FAD40C
Black with #FAD40C
Text Example
Text Example
White with #FAD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD40C; }
p { color: rgb(250,212,12); }
H1.HeaderClassName
{
color: #FAD40C;
}
.AnyTagClassName
{
color: #FAD40C;
}
</style>
background-color css
<style>
a { background-color: #FAD40C; }
a { background-color: rgb(250,212,12); }
div.DivClassName
{
background-color: #FAD40C;
}
.BgClassName
{
background-color: #FAD40C;
}
</style>
border-color css
<style>
span { border-color: #FAD40C; }
span { border-color: rgb(250,212,12); }
td.TdClassName
{
border-color: #FAD40C;
}
.TagClassName
{
border-color: #FAD40C;
}
</style>