Shades of Gold #FFD40A
Tints of Gold #FFD40A
RGB
CMYK
RGB Variations
Color information
#FFD40A (or 0xFFD40A) is known color: Gold. HEX triplet: FF, D4 and 0A. RGB value is (255,212,10). Sum of RGB (Red+Green+Blue) = 255+212+10=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD40A is #002BF5. Grayscale: #CACACA. Windows color (decimal): -11254 or 709887. OLE color: 709887.
HSL color Cylindrical-coordinate representation of color #FFD40A: hue angle of 49.47º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFD40A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0 |
| HSL | 49.47º | 1% | 0.52% | - |
| HSV(B) | 49.47º | 0.96% | 1% | - |
| XYZ | 64.84 | 68.37 | 10.07 | - |
| YUV | 201.83 | 19.75 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 10 | 0 | 0.17 | 0.96 | 0 | 49.47 | 1 | 0.52 |
| Hex | FF | D4 | A | 0 | 11 | 60 | 0 | 31 | 64 | 34 |
| Octal | 377 | 324 | 12 | 0 | 21 | 140 | 0 | 61 | 144 | 64 |
| Binary | 11111111 | 11010100 | 1010 | 0 | 10001 | 1100000 | 0 | 110001 | 1100100 | 110100 |
Color Harmonies of #FFD40A
Complementary color
Monochromatic Colors of #FFD40A
Black with #FFD40A
Text Example
Text Example
White with #FFD40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD40A; }
p { color: rgb(255,212,10); }
H1.HeaderClassName
{
color: #FFD40A;
}
.AnyTagClassName
{
color: #FFD40A;
}
</style>
background-color css
<style>
a { background-color: #FFD40A; }
a { background-color: rgb(255,212,10); }
div.DivClassName
{
background-color: #FFD40A;
}
.BgClassName
{
background-color: #FFD40A;
}
</style>
border-color css
<style>
span { border-color: #FFD40A; }
span { border-color: rgb(255,212,10); }
td.TdClassName
{
border-color: #FFD40A;
}
.TagClassName
{
border-color: #FFD40A;
}
</style>