Shades of Gold #FDD401
Tints of Gold #FDD401
RGB
CMYK
RGB Variations
Color information
#FDD401 (or 0xFDD401) is known color: Gold. HEX triplet: FD, D4 and 01. RGB value is (253,212,1). Sum of RGB (Red+Green+Blue) = 253+212+1=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD401 is #022BFE. Grayscale: #C9C9C9. Windows color (decimal): -142335 or 120061. OLE color: 120061.
HSL color Cylindrical-coordinate representation of color #FDD401: hue angle of 50.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDD401 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.01 |
| HSL | 50.24º | 0.99% | 0.5% | - |
| HSV(B) | 50.24º | 1% | 0.99% | - |
| XYZ | 64.06 | 67.97 | 9.77 | - |
| YUV | 200.21 | 15.58 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 1 | 0 | 0.16 | 1.00 | 0.01 | 50.24 | 0.99 | 0.5 |
| Hex | FD | D4 | 1 | 0 | 10 | 64 | 1 | 32 | 63 | 32 |
| Octal | 375 | 324 | 1 | 0 | 20 | 144 | 1 | 62 | 143 | 62 |
| Binary | 11111101 | 11010100 | 1 | 0 | 10000 | 1100100 | 1 | 110010 | 1100011 | 110010 |
Color Harmonies of #FDD401
Complementary color
Monochromatic Colors of #FDD401
Black with #FDD401
Text Example
Text Example
White with #FDD401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD401; }
p { color: rgb(253,212,1); }
H1.HeaderClassName
{
color: #FDD401;
}
.AnyTagClassName
{
color: #FDD401;
}
</style>
background-color css
<style>
a { background-color: #FDD401; }
a { background-color: rgb(253,212,1); }
div.DivClassName
{
background-color: #FDD401;
}
.BgClassName
{
background-color: #FDD401;
}
</style>
border-color css
<style>
span { border-color: #FDD401; }
span { border-color: rgb(253,212,1); }
td.TdClassName
{
border-color: #FDD401;
}
.TagClassName
{
border-color: #FDD401;
}
</style>