Shades of Gold #FAD501
Tints of Gold #FAD501
RGB
CMYK
RGB Variations
Color information
#FAD501 (or 0xFAD501) is known color: Gold. HEX triplet: FA, D5 and 01. RGB value is (250,213,1). Sum of RGB (Red+Green+Blue) = 250+213+1=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD501 is #052AFE. Grayscale: #C8C8C8. Windows color (decimal): -338687 or 120314. OLE color: 120314.
HSL color Cylindrical-coordinate representation of color #FAD501: hue angle of 51.08º 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 #FAD501 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.02 |
| HSL | 51.08º | 0.99% | 0.49% | - |
| HSV(B) | 51.08º | 1% | 0.98% | - |
| XYZ | 63.22 | 67.91 | 9.81 | - |
| YUV | 199.9 | 15.76 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 1 | 0 | 0.15 | 1.00 | 0.02 | 51.08 | 0.99 | 0.49 |
| Hex | FA | D5 | 1 | 0 | F | 64 | 2 | 33 | 63 | 31 |
| Octal | 372 | 325 | 1 | 0 | 17 | 144 | 2 | 63 | 143 | 61 |
| Binary | 11111010 | 11010101 | 1 | 0 | 1111 | 1100100 | 10 | 110011 | 1100011 | 110001 |
Color Harmonies of #FAD501
Complementary color
Monochromatic Colors of #FAD501
Black with #FAD501
Text Example
Text Example
White with #FAD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD501; }
p { color: rgb(250,213,1); }
H1.HeaderClassName
{
color: #FAD501;
}
.AnyTagClassName
{
color: #FAD501;
}
</style>
background-color css
<style>
a { background-color: #FAD501; }
a { background-color: rgb(250,213,1); }
div.DivClassName
{
background-color: #FAD501;
}
.BgClassName
{
background-color: #FAD501;
}
</style>
border-color css
<style>
span { border-color: #FAD501; }
span { border-color: rgb(250,213,1); }
td.TdClassName
{
border-color: #FAD501;
}
.TagClassName
{
border-color: #FAD501;
}
</style>