Shades of Gold #FFD508
Tints of Gold #FFD508
RGB
CMYK
RGB Variations
Color information
#FFD508 (or 0xFFD508) is known color: Gold. HEX triplet: FF, D5 and 08. RGB value is (255,213,8). Sum of RGB (Red+Green+Blue) = 255+213+8=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 8 (3.52% from 255 or 1.68% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD508 is #002AF7. Grayscale: #CBCBCB. Windows color (decimal): -11000 or 579071. OLE color: 579071.
HSL color Cylindrical-coordinate representation of color #FFD508: hue angle of 49.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFD508 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0 |
| HSL | 49.8º | 1% | 0.52% | - |
| HSV(B) | 49.8º | 0.97% | 1% | - |
| XYZ | 65.08 | 68.87 | 10.09 | - |
| YUV | 202.19 | 18.41 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 8 | 0 | 0.16 | 0.97 | 0 | 49.8 | 1 | 0.52 |
| Hex | FF | D5 | 8 | 0 | 10 | 61 | 0 | 32 | 64 | 34 |
| Octal | 377 | 325 | 10 | 0 | 20 | 141 | 0 | 62 | 144 | 64 |
| Binary | 11111111 | 11010101 | 1000 | 0 | 10000 | 1100001 | 0 | 110010 | 1100100 | 110100 |
Color Harmonies of #FFD508
Complementary color
Monochromatic Colors of #FFD508
Black with #FFD508
Text Example
Text Example
White with #FFD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD508; }
p { color: rgb(255,213,8); }
H1.HeaderClassName
{
color: #FFD508;
}
.AnyTagClassName
{
color: #FFD508;
}
</style>
background-color css
<style>
a { background-color: #FFD508; }
a { background-color: rgb(255,213,8); }
div.DivClassName
{
background-color: #FFD508;
}
.BgClassName
{
background-color: #FFD508;
}
</style>
border-color css
<style>
span { border-color: #FFD508; }
span { border-color: rgb(255,213,8); }
td.TdClassName
{
border-color: #FFD508;
}
.TagClassName
{
border-color: #FFD508;
}
</style>