Shades of Gold #FED406
Tints of Gold #FED406
RGB
CMYK
RGB Variations
Color information
#FED406 (or 0xFED406) is known color: Gold. HEX triplet: FE, D4 and 06. RGB value is (254,212,6). Sum of RGB (Red+Green+Blue) = 254+212+6=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 6 (2.73% from 255 or 1.27% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FED406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED406 is #012BF9. Grayscale: #C9C9C9. Windows color (decimal): -76794 or 447742. OLE color: 447742.
HSL color Cylindrical-coordinate representation of color #FED406: hue angle of 49.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FED406 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 6 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.00 |
| HSL | 49.84º | 0.99% | 0.51% | - |
| HSV(B) | 49.84º | 0.98% | 1% | - |
| XYZ | 64.45 | 68.17 | 9.93 | - |
| YUV | 201.07 | 17.91 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 6 | 0 | 0.17 | 0.98 | 0.00 | 49.84 | 0.99 | 0.51 |
| Hex | FE | D4 | 6 | 0 | 11 | 62 | 0 | 32 | 63 | 33 |
| Octal | 376 | 324 | 6 | 0 | 21 | 142 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010100 | 110 | 0 | 10001 | 1100010 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED406
Complementary color
Monochromatic Colors of #FED406
Black with #FED406
Text Example
Text Example
White with #FED406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED406; }
p { color: rgb(254,212,6); }
H1.HeaderClassName
{
color: #FED406;
}
.AnyTagClassName
{
color: #FED406;
}
</style>
background-color css
<style>
a { background-color: #FED406; }
a { background-color: rgb(254,212,6); }
div.DivClassName
{
background-color: #FED406;
}
.BgClassName
{
background-color: #FED406;
}
</style>
border-color css
<style>
span { border-color: #FED406; }
span { border-color: rgb(254,212,6); }
td.TdClassName
{
border-color: #FED406;
}
.TagClassName
{
border-color: #FED406;
}
</style>