Shades of Gold #FFD502
Tints of Gold #FFD502
RGB
CMYK
RGB Variations
Color information
#FFD502 (or 0xFFD502) is known color: Gold. HEX triplet: FF, D5 and 02. RGB value is (255,213,2). Sum of RGB (Red+Green+Blue) = 255+213+2=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD502 is #002AFD. Grayscale: #CACACA. Windows color (decimal): -11006 or 185855. OLE color: 185855.
HSL color Cylindrical-coordinate representation of color #FFD502: hue angle of 50.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFD502 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0 |
| HSL | 50.04º | 1% | 0.5% | - |
| HSV(B) | 50.04º | 0.99% | 1% | - |
| XYZ | 65.05 | 68.85 | 9.92 | - |
| YUV | 201.5 | 15.41 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 2 | 0 | 0.16 | 0.99 | 0 | 50.04 | 1 | 0.5 |
| Hex | FF | D5 | 2 | 0 | 10 | 63 | 0 | 32 | 64 | 32 |
| Octal | 377 | 325 | 2 | 0 | 20 | 143 | 0 | 62 | 144 | 62 |
| Binary | 11111111 | 11010101 | 10 | 0 | 10000 | 1100011 | 0 | 110010 | 1100100 | 110010 |
Color Harmonies of #FFD502
Complementary color
Monochromatic Colors of #FFD502
Black with #FFD502
Text Example
Text Example
White with #FFD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD502; }
p { color: rgb(255,213,2); }
H1.HeaderClassName
{
color: #FFD502;
}
.AnyTagClassName
{
color: #FFD502;
}
</style>
background-color css
<style>
a { background-color: #FFD502; }
a { background-color: rgb(255,213,2); }
div.DivClassName
{
background-color: #FFD502;
}
.BgClassName
{
background-color: #FFD502;
}
</style>
border-color css
<style>
span { border-color: #FFD502; }
span { border-color: rgb(255,213,2); }
td.TdClassName
{
border-color: #FFD502;
}
.TagClassName
{
border-color: #FFD502;
}
</style>