Shades of Gold #FDD510
Tints of Gold #FDD510
RGB
CMYK
RGB Variations
Color information
#FDD510 (or 0xFDD510) is known color: Gold. HEX triplet: FD, D5 and 10. RGB value is (253,213,16). Sum of RGB (Red+Green+Blue) = 253+213+16=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD510 is #022AEF. Grayscale: #CBCBCB. Windows color (decimal): -142064 or 1103357. OLE color: 1103357.
HSL color Cylindrical-coordinate representation of color #FDD510: hue angle of 49.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDD510 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 16 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.01 |
| HSL | 49.87º | 0.98% | 0.53% | - |
| HSV(B) | 49.87º | 0.94% | 0.99% | - |
| XYZ | 64.4 | 68.51 | 10.32 | - |
| YUV | 202.5 | 22.75 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 16 | 0 | 0.16 | 0.94 | 0.01 | 49.87 | 0.98 | 0.53 |
| Hex | FD | D5 | 10 | 0 | 10 | 5E | 1 | 32 | 62 | 35 |
| Octal | 375 | 325 | 20 | 0 | 20 | 136 | 1 | 62 | 142 | 65 |
| Binary | 11111101 | 11010101 | 10000 | 0 | 10000 | 1011110 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FDD510
Complementary color
Monochromatic Colors of #FDD510
Black with #FDD510
Text Example
Text Example
White with #FDD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD510; }
p { color: rgb(253,213,16); }
H1.HeaderClassName
{
color: #FDD510;
}
.AnyTagClassName
{
color: #FDD510;
}
</style>
background-color css
<style>
a { background-color: #FDD510; }
a { background-color: rgb(253,213,16); }
div.DivClassName
{
background-color: #FDD510;
}
.BgClassName
{
background-color: #FDD510;
}
</style>
border-color css
<style>
span { border-color: #FDD510; }
span { border-color: rgb(253,213,16); }
td.TdClassName
{
border-color: #FDD510;
}
.TagClassName
{
border-color: #FDD510;
}
</style>