Shades of Gold #FFD40F
Tints of Gold #FFD40F
RGB
CMYK
RGB Variations
Color information
#FFD40F (or 0xFFD40F) is known color: Gold. HEX triplet: FF, D4 and 0F. RGB value is (255,212,15). Sum of RGB (Red+Green+Blue) = 255+212+15=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD40F is #002BF0. Grayscale: #CBCBCB. Windows color (decimal): -11249 or 1037567. OLE color: 1037567.
HSL color Cylindrical-coordinate representation of color #FFD40F: hue angle of 49.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD40F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 15 | - |
| CMYK | 0 | 0.17 | 0.94 | 0 |
| HSL | 49.25º | 1% | 0.53% | - |
| HSV(B) | 49.25º | 0.94% | 1% | - |
| XYZ | 64.87 | 68.38 | 10.23 | - |
| YUV | 202.4 | 22.25 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 15 | 0 | 0.17 | 0.94 | 0 | 49.25 | 1 | 0.53 |
| Hex | FF | D4 | F | 0 | 11 | 5E | 0 | 31 | 64 | 35 |
| Octal | 377 | 324 | 17 | 0 | 21 | 136 | 0 | 61 | 144 | 65 |
| Binary | 11111111 | 11010100 | 1111 | 0 | 10001 | 1011110 | 0 | 110001 | 1100100 | 110101 |
Color Harmonies of #FFD40F
Complementary color
Monochromatic Colors of #FFD40F
Black with #FFD40F
Text Example
Text Example
White with #FFD40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD40F; }
p { color: rgb(255,212,15); }
H1.HeaderClassName
{
color: #FFD40F;
}
.AnyTagClassName
{
color: #FFD40F;
}
</style>
background-color css
<style>
a { background-color: #FFD40F; }
a { background-color: rgb(255,212,15); }
div.DivClassName
{
background-color: #FFD40F;
}
.BgClassName
{
background-color: #FFD40F;
}
</style>
border-color css
<style>
span { border-color: #FFD40F; }
span { border-color: rgb(255,212,15); }
td.TdClassName
{
border-color: #FFD40F;
}
.TagClassName
{
border-color: #FFD40F;
}
</style>