Shades of Gold #FAD400
Tints of Gold #FAD400
RGB
CMYK
RGB Variations
Color information
#FAD400 (or 0xFAD400) is known color: Gold. HEX triplet: FA, D4 and 00. RGB value is (250,212,0). Sum of RGB (Red+Green+Blue) = 250+212+0=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD400 is #052BFF. Grayscale: #C8C8C8. Windows color (decimal): -338944 or 54522. OLE color: 54522.
HSL color Cylindrical-coordinate representation of color #FAD400: hue angle of 50.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAD400 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.02 |
| HSL | 50.88º | 1% | 0.49% | - |
| HSV(B) | 50.88º | 1% | 0.98% | - |
| XYZ | 62.97 | 67.41 | 9.69 | - |
| YUV | 199.19 | 15.59 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 0 | 0 | 0.15 | 1 | 0.02 | 50.88 | 1 | 0.49 |
| Hex | FA | D4 | 0 | 0 | F | 64 | 2 | 33 | 64 | 31 |
| Octal | 372 | 324 | 0 | 0 | 17 | 144 | 2 | 63 | 144 | 61 |
| Binary | 11111010 | 11010100 | 0 | 0 | 1111 | 1100100 | 10 | 110011 | 1100100 | 110001 |
Color Harmonies of #FAD400
Complementary color
Monochromatic Colors of #FAD400
Black with #FAD400
Text Example
Text Example
White with #FAD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD400; }
p { color: rgb(250,212,0); }
H1.HeaderClassName
{
color: #FAD400;
}
.AnyTagClassName
{
color: #FAD400;
}
</style>
background-color css
<style>
a { background-color: #FAD400; }
a { background-color: rgb(250,212,0); }
div.DivClassName
{
background-color: #FAD400;
}
.BgClassName
{
background-color: #FAD400;
}
</style>
border-color css
<style>
span { border-color: #FAD400; }
span { border-color: rgb(250,212,0); }
td.TdClassName
{
border-color: #FAD400;
}
.TagClassName
{
border-color: #FAD400;
}
</style>