Shades of Gold #FAD302
Tints of Gold #FAD302
RGB
CMYK
RGB Variations
Color information
#FAD302 (or 0xFAD302) is known color: Gold. HEX triplet: FA, D3 and 02. RGB value is (250,211,2). Sum of RGB (Red+Green+Blue) = 250+211+2=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD302 is #052CFD. Grayscale: #C7C7C7. Windows color (decimal): -339198 or 185338. OLE color: 185338.
HSL color Cylindrical-coordinate representation of color #FAD302: hue angle of 50.56º 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 #FAD302 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.02 |
| HSL | 50.56º | 0.98% | 0.49% | - |
| HSV(B) | 50.56º | 0.99% | 0.98% | - |
| XYZ | 62.73 | 66.92 | 9.67 | - |
| YUV | 198.84 | 16.92 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 2 | 0 | 0.16 | 0.99 | 0.02 | 50.56 | 0.98 | 0.49 |
| Hex | FA | D3 | 2 | 0 | 10 | 63 | 2 | 33 | 62 | 31 |
| Octal | 372 | 323 | 2 | 0 | 20 | 143 | 2 | 63 | 142 | 61 |
| Binary | 11111010 | 11010011 | 10 | 0 | 10000 | 1100011 | 10 | 110011 | 1100010 | 110001 |
Color Harmonies of #FAD302
Complementary color
Monochromatic Colors of #FAD302
Black with #FAD302
Text Example
Text Example
White with #FAD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD302; }
p { color: rgb(250,211,2); }
H1.HeaderClassName
{
color: #FAD302;
}
.AnyTagClassName
{
color: #FAD302;
}
</style>
background-color css
<style>
a { background-color: #FAD302; }
a { background-color: rgb(250,211,2); }
div.DivClassName
{
background-color: #FAD302;
}
.BgClassName
{
background-color: #FAD302;
}
</style>
border-color css
<style>
span { border-color: #FAD302; }
span { border-color: rgb(250,211,2); }
td.TdClassName
{
border-color: #FAD302;
}
.TagClassName
{
border-color: #FAD302;
}
</style>