Shades of Gold #FAD502
Tints of Gold #FAD502
RGB
CMYK
RGB Variations
Color information
#FAD502 (or 0xFAD502) is known color: Gold. HEX triplet: FA, D5 and 02. RGB value is (250,213,2). Sum of RGB (Red+Green+Blue) = 250+213+2=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD502 is #052AFD. Grayscale: #C8C8C8. Windows color (decimal): -338686 or 185850. OLE color: 185850.
HSL color Cylindrical-coordinate representation of color #FAD502: hue angle of 51.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAD502 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.02 |
| HSL | 51.05º | 0.98% | 0.49% | - |
| HSV(B) | 51.05º | 0.99% | 0.98% | - |
| XYZ | 63.23 | 67.92 | 9.83 | - |
| YUV | 200.01 | 16.26 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 2 | 0 | 0.15 | 0.99 | 0.02 | 51.05 | 0.98 | 0.49 |
| Hex | FA | D5 | 2 | 0 | F | 63 | 2 | 33 | 62 | 31 |
| Octal | 372 | 325 | 2 | 0 | 17 | 143 | 2 | 63 | 142 | 61 |
| Binary | 11111010 | 11010101 | 10 | 0 | 1111 | 1100011 | 10 | 110011 | 1100010 | 110001 |
Color Harmonies of #FAD502
Complementary color
Monochromatic Colors of #FAD502
Black with #FAD502
Text Example
Text Example
White with #FAD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD502; }
p { color: rgb(250,213,2); }
H1.HeaderClassName
{
color: #FAD502;
}
.AnyTagClassName
{
color: #FAD502;
}
</style>
background-color css
<style>
a { background-color: #FAD502; }
a { background-color: rgb(250,213,2); }
div.DivClassName
{
background-color: #FAD502;
}
.BgClassName
{
background-color: #FAD502;
}
</style>
border-color css
<style>
span { border-color: #FAD502; }
span { border-color: rgb(250,213,2); }
td.TdClassName
{
border-color: #FAD502;
}
.TagClassName
{
border-color: #FAD502;
}
</style>