Shades of Gold #FDD508
Tints of Gold #FDD508
RGB
CMYK
RGB Variations
Color information
#FDD508 (or 0xFDD508) is known color: Gold. HEX triplet: FD, D5 and 08. RGB value is (253,213,8). Sum of RGB (Red+Green+Blue) = 253+213+8=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD508 is #022AF7. Grayscale: #CACACA. Windows color (decimal): -142072 or 579069. OLE color: 579069.
HSL color Cylindrical-coordinate representation of color #FDD508: hue angle of 50.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDD508 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.01 |
| HSL | 50.2º | 0.98% | 0.51% | - |
| HSV(B) | 50.2º | 0.97% | 0.99% | - |
| XYZ | 64.35 | 68.49 | 10.06 | - |
| YUV | 201.59 | 18.75 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 8 | 0 | 0.16 | 0.97 | 0.01 | 50.2 | 0.98 | 0.51 |
| Hex | FD | D5 | 8 | 0 | 10 | 61 | 1 | 32 | 62 | 33 |
| Octal | 375 | 325 | 10 | 0 | 20 | 141 | 1 | 62 | 142 | 63 |
| Binary | 11111101 | 11010101 | 1000 | 0 | 10000 | 1100001 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FDD508
Complementary color
Monochromatic Colors of #FDD508
Black with #FDD508
Text Example
Text Example
White with #FDD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD508; }
p { color: rgb(253,213,8); }
H1.HeaderClassName
{
color: #FDD508;
}
.AnyTagClassName
{
color: #FDD508;
}
</style>
background-color css
<style>
a { background-color: #FDD508; }
a { background-color: rgb(253,213,8); }
div.DivClassName
{
background-color: #FDD508;
}
.BgClassName
{
background-color: #FDD508;
}
</style>
border-color css
<style>
span { border-color: #FDD508; }
span { border-color: rgb(253,213,8); }
td.TdClassName
{
border-color: #FDD508;
}
.TagClassName
{
border-color: #FDD508;
}
</style>