Shades of Gold #FAD201
Tints of Gold #FAD201
RGB
CMYK
RGB Variations
Color information
#FAD201 (or 0xFAD201) is known color: Gold. HEX triplet: FA, D2 and 01. RGB value is (250,210,1). Sum of RGB (Red+Green+Blue) = 250+210+1=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD201 is #052DFE. Grayscale: #C7C7C7. Windows color (decimal): -339455 or 119546. OLE color: 119546.
HSL color Cylindrical-coordinate representation of color #FAD201: hue angle of 50.36º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAD201 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.02 |
| HSL | 50.36º | 0.99% | 0.49% | - |
| HSV(B) | 50.36º | 1% | 0.98% | - |
| XYZ | 62.48 | 66.42 | 9.56 | - |
| YUV | 198.13 | 16.75 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 1 | 0 | 0.16 | 1.00 | 0.02 | 50.36 | 0.99 | 0.49 |
| Hex | FA | D2 | 1 | 0 | 10 | 64 | 2 | 32 | 63 | 31 |
| Octal | 372 | 322 | 1 | 0 | 20 | 144 | 2 | 62 | 143 | 61 |
| Binary | 11111010 | 11010010 | 1 | 0 | 10000 | 1100100 | 10 | 110010 | 1100011 | 110001 |
Color Harmonies of #FAD201
Complementary color
Monochromatic Colors of #FAD201
Black with #FAD201
Text Example
Text Example
White with #FAD201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD201; }
p { color: rgb(250,210,1); }
H1.HeaderClassName
{
color: #FAD201;
}
.AnyTagClassName
{
color: #FAD201;
}
</style>
background-color css
<style>
a { background-color: #FAD201; }
a { background-color: rgb(250,210,1); }
div.DivClassName
{
background-color: #FAD201;
}
.BgClassName
{
background-color: #FAD201;
}
</style>
border-color css
<style>
span { border-color: #FAD201; }
span { border-color: rgb(250,210,1); }
td.TdClassName
{
border-color: #FAD201;
}
.TagClassName
{
border-color: #FAD201;
}
</style>