Shades of Gold #FDD412
Tints of Gold #FDD412
RGB
CMYK
RGB Variations
Color information
#FDD412 (or 0xFDD412) is known color: Gold. HEX triplet: FD, D4 and 12. RGB value is (253,212,18). Sum of RGB (Red+Green+Blue) = 253+212+18=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD412 is #022BED. Grayscale: #CACACA. Windows color (decimal): -142318 or 1234173. OLE color: 1234173.
HSL color Cylindrical-coordinate representation of color #FDD412: hue angle of 49.53º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDD412 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 18 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.01 |
| HSL | 49.53º | 0.98% | 0.53% | - |
| HSV(B) | 49.53º | 0.93% | 0.99% | - |
| XYZ | 64.16 | 68.01 | 10.32 | - |
| YUV | 202.14 | 24.08 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 18 | 0 | 0.16 | 0.93 | 0.01 | 49.53 | 0.98 | 0.53 |
| Hex | FD | D4 | 12 | 0 | 10 | 5D | 1 | 32 | 62 | 35 |
| Octal | 375 | 324 | 22 | 0 | 20 | 135 | 1 | 62 | 142 | 65 |
| Binary | 11111101 | 11010100 | 10010 | 0 | 10000 | 1011101 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FDD412
Complementary color
Monochromatic Colors of #FDD412
Black with #FDD412
Text Example
Text Example
White with #FDD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD412; }
p { color: rgb(253,212,18); }
H1.HeaderClassName
{
color: #FDD412;
}
.AnyTagClassName
{
color: #FDD412;
}
</style>
background-color css
<style>
a { background-color: #FDD412; }
a { background-color: rgb(253,212,18); }
div.DivClassName
{
background-color: #FDD412;
}
.BgClassName
{
background-color: #FDD412;
}
</style>
border-color css
<style>
span { border-color: #FDD412; }
span { border-color: rgb(253,212,18); }
td.TdClassName
{
border-color: #FDD412;
}
.TagClassName
{
border-color: #FDD412;
}
</style>