Shades of Gold #FAD306
Tints of Gold #FAD306
RGB
CMYK
RGB Variations
Color information
#FAD306 (or 0xFAD306) is known color: Gold. HEX triplet: FA, D3 and 06. RGB value is (250,211,6). Sum of RGB (Red+Green+Blue) = 250+211+6=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD306 is #052CF9. Grayscale: #C8C8C8. Windows color (decimal): -339194 or 447482. OLE color: 447482.
HSL color Cylindrical-coordinate representation of color #FAD306: hue angle of 50.41º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAD306 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 6 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.02 |
| HSL | 50.41º | 0.96% | 0.5% | - |
| HSV(B) | 50.41º | 0.98% | 0.98% | - |
| XYZ | 62.75 | 66.93 | 9.78 | - |
| YUV | 199.29 | 18.92 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 6 | 0 | 0.16 | 0.98 | 0.02 | 50.41 | 0.96 | 0.5 |
| Hex | FA | D3 | 6 | 0 | 10 | 62 | 2 | 32 | 60 | 32 |
| Octal | 372 | 323 | 6 | 0 | 20 | 142 | 2 | 62 | 140 | 62 |
| Binary | 11111010 | 11010011 | 110 | 0 | 10000 | 1100010 | 10 | 110010 | 1100000 | 110010 |
Color Harmonies of #FAD306
Complementary color
Monochromatic Colors of #FAD306
Black with #FAD306
Text Example
Text Example
White with #FAD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD306; }
p { color: rgb(250,211,6); }
H1.HeaderClassName
{
color: #FAD306;
}
.AnyTagClassName
{
color: #FAD306;
}
</style>
background-color css
<style>
a { background-color: #FAD306; }
a { background-color: rgb(250,211,6); }
div.DivClassName
{
background-color: #FAD306;
}
.BgClassName
{
background-color: #FAD306;
}
</style>
border-color css
<style>
span { border-color: #FAD306; }
span { border-color: rgb(250,211,6); }
td.TdClassName
{
border-color: #FAD306;
}
.TagClassName
{
border-color: #FAD306;
}
</style>