Shades of Gold #FFD500
Tints of Gold #FFD500
RGB
CMYK
RGB Variations
Color information
#FFD500 (or 0xFFD500) is known color: Gold. HEX triplet: FF, D5 and 00. RGB value is (255,213,0). Sum of RGB (Red+Green+Blue) = 255+213+0=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD500 is #002AFF. Grayscale: #CACACA. Windows color (decimal): -11008 or 54783. OLE color: 54783.
HSL color Cylindrical-coordinate representation of color #FFD500: hue angle of 50.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD500 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0 |
| HSL | 50.12º | 1% | 0.5% | - |
| HSV(B) | 50.12º | 1% | 1% | - |
| XYZ | 65.03 | 68.85 | 9.86 | - |
| YUV | 201.28 | 14.41 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 0 | 0 | 0.16 | 1 | 0 | 50.12 | 1 | 0.5 |
| Hex | FF | D5 | 0 | 0 | 10 | 64 | 0 | 32 | 64 | 32 |
| Octal | 377 | 325 | 0 | 0 | 20 | 144 | 0 | 62 | 144 | 62 |
| Binary | 11111111 | 11010101 | 0 | 0 | 10000 | 1100100 | 0 | 110010 | 1100100 | 110010 |
Color Harmonies of #FFD500
Complementary color
Monochromatic Colors of #FFD500
Black with #FFD500
Text Example
Text Example
White with #FFD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD500; }
p { color: rgb(255,213,0); }
H1.HeaderClassName
{
color: #FFD500;
}
.AnyTagClassName
{
color: #FFD500;
}
</style>
background-color css
<style>
a { background-color: #FFD500; }
a { background-color: rgb(255,213,0); }
div.DivClassName
{
background-color: #FFD500;
}
.BgClassName
{
background-color: #FFD500;
}
</style>
border-color css
<style>
span { border-color: #FFD500; }
span { border-color: rgb(255,213,0); }
td.TdClassName
{
border-color: #FFD500;
}
.TagClassName
{
border-color: #FFD500;
}
</style>