Shades of Gold #FAD307
Tints of Gold #FAD307
RGB
CMYK
RGB Variations
Color information
#FAD307 (or 0xFAD307) is known color: Gold. HEX triplet: FA, D3 and 07. RGB value is (250,211,7). Sum of RGB (Red+Green+Blue) = 250+211+7=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD307 is #052CF8. Grayscale: #C8C8C8. Windows color (decimal): -339193 or 513018. OLE color: 513018.
HSL color Cylindrical-coordinate representation of color #FAD307: hue angle of 50.37º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAD307 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.02 |
| HSL | 50.37º | 0.96% | 0.5% | - |
| HSV(B) | 50.37º | 0.97% | 0.98% | - |
| XYZ | 62.76 | 66.93 | 9.81 | - |
| YUV | 199.41 | 19.42 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 7 | 0 | 0.16 | 0.97 | 0.02 | 50.37 | 0.96 | 0.5 |
| Hex | FA | D3 | 7 | 0 | 10 | 61 | 2 | 32 | 60 | 32 |
| Octal | 372 | 323 | 7 | 0 | 20 | 141 | 2 | 62 | 140 | 62 |
| Binary | 11111010 | 11010011 | 111 | 0 | 10000 | 1100001 | 10 | 110010 | 1100000 | 110010 |
Color Harmonies of #FAD307
Complementary color
Monochromatic Colors of #FAD307
Black with #FAD307
Text Example
Text Example
White with #FAD307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD307; }
p { color: rgb(250,211,7); }
H1.HeaderClassName
{
color: #FAD307;
}
.AnyTagClassName
{
color: #FAD307;
}
</style>
background-color css
<style>
a { background-color: #FAD307; }
a { background-color: rgb(250,211,7); }
div.DivClassName
{
background-color: #FAD307;
}
.BgClassName
{
background-color: #FAD307;
}
</style>
border-color css
<style>
span { border-color: #FAD307; }
span { border-color: rgb(250,211,7); }
td.TdClassName
{
border-color: #FAD307;
}
.TagClassName
{
border-color: #FAD307;
}
</style>