Shades of Gold #FAD202
Tints of Gold #FAD202
RGB
CMYK
RGB Variations
Color information
#FAD202 (or 0xFAD202) is known color: Gold. HEX triplet: FA, D2 and 02. RGB value is (250,210,2). Sum of RGB (Red+Green+Blue) = 250+210+2=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD202 is #052DFD. Grayscale: #C7C7C7. Windows color (decimal): -339454 or 185082. OLE color: 185082.
HSL color Cylindrical-coordinate representation of color #FAD202: hue angle of 50.32º 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 #FAD202 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.02 |
| HSL | 50.32º | 0.98% | 0.49% | - |
| HSV(B) | 50.32º | 0.99% | 0.98% | - |
| XYZ | 62.48 | 66.42 | 9.58 | - |
| YUV | 198.25 | 17.25 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 2 | 0 | 0.16 | 0.99 | 0.02 | 50.32 | 0.98 | 0.49 |
| Hex | FA | D2 | 2 | 0 | 10 | 63 | 2 | 32 | 62 | 31 |
| Octal | 372 | 322 | 2 | 0 | 20 | 143 | 2 | 62 | 142 | 61 |
| Binary | 11111010 | 11010010 | 10 | 0 | 10000 | 1100011 | 10 | 110010 | 1100010 | 110001 |
Color Harmonies of #FAD202
Complementary color
Monochromatic Colors of #FAD202
Black with #FAD202
Text Example
Text Example
White with #FAD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD202; }
p { color: rgb(250,210,2); }
H1.HeaderClassName
{
color: #FAD202;
}
.AnyTagClassName
{
color: #FAD202;
}
</style>
background-color css
<style>
a { background-color: #FAD202; }
a { background-color: rgb(250,210,2); }
div.DivClassName
{
background-color: #FAD202;
}
.BgClassName
{
background-color: #FAD202;
}
</style>
border-color css
<style>
span { border-color: #FAD202; }
span { border-color: rgb(250,210,2); }
td.TdClassName
{
border-color: #FAD202;
}
.TagClassName
{
border-color: #FAD202;
}
</style>