Shades of Gold #FAD60C
Tints of Gold #FAD60C
RGB
CMYK
RGB Variations
Color information
#FAD60C (or 0xFAD60C) is known color: Gold. HEX triplet: FA, D6 and 0C. RGB value is (250,214,12). Sum of RGB (Red+Green+Blue) = 250+214+12=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD60C is #0529F3. Grayscale: #CACACA. Windows color (decimal): -338420 or 841466. OLE color: 841466.
HSL color Cylindrical-coordinate representation of color #FAD60C: hue angle of 50.92º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAD60C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.02 |
| HSL | 50.92º | 0.96% | 0.51% | - |
| HSV(B) | 50.92º | 0.95% | 0.98% | - |
| XYZ | 63.54 | 68.44 | 10.21 | - |
| YUV | 201.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 12 | 0 | 0.14 | 0.95 | 0.02 | 50.92 | 0.96 | 0.51 |
| Hex | FA | D6 | C | 0 | E | 5F | 2 | 33 | 60 | 33 |
| Octal | 372 | 326 | 14 | 0 | 16 | 137 | 2 | 63 | 140 | 63 |
| Binary | 11111010 | 11010110 | 1100 | 0 | 1110 | 1011111 | 10 | 110011 | 1100000 | 110011 |
Color Harmonies of #FAD60C
Complementary color
Monochromatic Colors of #FAD60C
Black with #FAD60C
Text Example
Text Example
White with #FAD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD60C; }
p { color: rgb(250,214,12); }
H1.HeaderClassName
{
color: #FAD60C;
}
.AnyTagClassName
{
color: #FAD60C;
}
</style>
background-color css
<style>
a { background-color: #FAD60C; }
a { background-color: rgb(250,214,12); }
div.DivClassName
{
background-color: #FAD60C;
}
.BgClassName
{
background-color: #FAD60C;
}
</style>
border-color css
<style>
span { border-color: #FAD60C; }
span { border-color: rgb(250,214,12); }
td.TdClassName
{
border-color: #FAD60C;
}
.TagClassName
{
border-color: #FAD60C;
}
</style>