Shades of Gold #FAD20B
Tints of Gold #FAD20B
RGB
CMYK
RGB Variations
Color information
#FAD20B (or 0xFAD20B) is known color: Gold. HEX triplet: FA, D2 and 0B. RGB value is (250,210,11). Sum of RGB (Red+Green+Blue) = 250+210+11=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD20B is #052DF4. Grayscale: #C8C8C8. Windows color (decimal): -339445 or 774906. OLE color: 774906.
HSL color Cylindrical-coordinate representation of color #FAD20B: hue angle of 49.96º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAD20B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.02 |
| HSL | 49.96º | 0.96% | 0.51% | - |
| HSV(B) | 49.96º | 0.96% | 0.98% | - |
| XYZ | 62.53 | 66.44 | 9.85 | - |
| YUV | 199.27 | 21.75 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 11 | 0 | 0.16 | 0.96 | 0.02 | 49.96 | 0.96 | 0.51 |
| Hex | FA | D2 | B | 0 | 10 | 60 | 2 | 32 | 60 | 33 |
| Octal | 372 | 322 | 13 | 0 | 20 | 140 | 2 | 62 | 140 | 63 |
| Binary | 11111010 | 11010010 | 1011 | 0 | 10000 | 1100000 | 10 | 110010 | 1100000 | 110011 |
Color Harmonies of #FAD20B
Complementary color
Monochromatic Colors of #FAD20B
Black with #FAD20B
Text Example
Text Example
White with #FAD20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD20B; }
p { color: rgb(250,210,11); }
H1.HeaderClassName
{
color: #FAD20B;
}
.AnyTagClassName
{
color: #FAD20B;
}
</style>
background-color css
<style>
a { background-color: #FAD20B; }
a { background-color: rgb(250,210,11); }
div.DivClassName
{
background-color: #FAD20B;
}
.BgClassName
{
background-color: #FAD20B;
}
</style>
border-color css
<style>
span { border-color: #FAD20B; }
span { border-color: rgb(250,210,11); }
td.TdClassName
{
border-color: #FAD20B;
}
.TagClassName
{
border-color: #FAD20B;
}
</style>