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