Shades of Gold #FAD403
Tints of Gold #FAD403
RGB
CMYK
RGB Variations
Color information
#FAD403 (or 0xFAD403) is known color: Gold. HEX triplet: FA, D4 and 03. RGB value is (250,212,3). Sum of RGB (Red+Green+Blue) = 250+212+3=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 3 (1.56% from 255 or 0.65% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD403 is #052BFC. Grayscale: #C8C8C8. Windows color (decimal): -338941 or 251130. OLE color: 251130.
HSL color Cylindrical-coordinate representation of color #FAD403: hue angle of 50.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAD403 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.02 |
| HSL | 50.77º | 0.98% | 0.5% | - |
| HSV(B) | 50.77º | 0.99% | 0.98% | - |
| XYZ | 62.98 | 67.42 | 9.78 | - |
| YUV | 199.54 | 17.09 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 3 | 0 | 0.15 | 0.99 | 0.02 | 50.77 | 0.98 | 0.5 |
| Hex | FA | D4 | 3 | 0 | F | 63 | 2 | 33 | 62 | 32 |
| Octal | 372 | 324 | 3 | 0 | 17 | 143 | 2 | 63 | 142 | 62 |
| Binary | 11111010 | 11010100 | 11 | 0 | 1111 | 1100011 | 10 | 110011 | 1100010 | 110010 |
Color Harmonies of #FAD403
Complementary color
Monochromatic Colors of #FAD403
Black with #FAD403
Text Example
Text Example
White with #FAD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD403; }
p { color: rgb(250,212,3); }
H1.HeaderClassName
{
color: #FAD403;
}
.AnyTagClassName
{
color: #FAD403;
}
</style>
background-color css
<style>
a { background-color: #FAD403; }
a { background-color: rgb(250,212,3); }
div.DivClassName
{
background-color: #FAD403;
}
.BgClassName
{
background-color: #FAD403;
}
</style>
border-color css
<style>
span { border-color: #FAD403; }
span { border-color: rgb(250,212,3); }
td.TdClassName
{
border-color: #FAD403;
}
.TagClassName
{
border-color: #FAD403;
}
</style>