Shades of Gold #FAD603
Tints of Gold #FAD603
RGB
CMYK
RGB Variations
Color information
#FAD603 (or 0xFAD603) is known color: Gold. HEX triplet: FA, D6 and 03. RGB value is (250,214,3). Sum of RGB (Red+Green+Blue) = 250+214+3=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 3 (1.56% from 255 or 0.64% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD603 is #0529FC. Grayscale: #C9C9C9. Windows color (decimal): -338429 or 251642. OLE color: 251642.
HSL color Cylindrical-coordinate representation of color #FAD603: hue angle of 51.26º 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 #FAD603 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.02 |
| HSL | 51.26º | 0.98% | 0.5% | - |
| HSV(B) | 51.26º | 0.99% | 0.98% | - |
| XYZ | 63.49 | 68.42 | 9.95 | - |
| YUV | 200.71 | 16.43 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 3 | 0 | 0.14 | 0.99 | 0.02 | 51.26 | 0.98 | 0.5 |
| Hex | FA | D6 | 3 | 0 | E | 63 | 2 | 33 | 62 | 32 |
| Octal | 372 | 326 | 3 | 0 | 16 | 143 | 2 | 63 | 142 | 62 |
| Binary | 11111010 | 11010110 | 11 | 0 | 1110 | 1100011 | 10 | 110011 | 1100010 | 110010 |
Color Harmonies of #FAD603
Complementary color
Monochromatic Colors of #FAD603
Black with #FAD603
Text Example
Text Example
White with #FAD603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD603; }
p { color: rgb(250,214,3); }
H1.HeaderClassName
{
color: #FAD603;
}
.AnyTagClassName
{
color: #FAD603;
}
</style>
background-color css
<style>
a { background-color: #FAD603; }
a { background-color: rgb(250,214,3); }
div.DivClassName
{
background-color: #FAD603;
}
.BgClassName
{
background-color: #FAD603;
}
</style>
border-color css
<style>
span { border-color: #FAD603; }
span { border-color: rgb(250,214,3); }
td.TdClassName
{
border-color: #FAD603;
}
.TagClassName
{
border-color: #FAD603;
}
</style>