Shades of Gold #FED206
Tints of Gold #FED206
RGB
CMYK
RGB Variations
Color information
#FED206 (or 0xFED206) is known color: Gold. HEX triplet: FE, D2 and 06. RGB value is (254,210,6). Sum of RGB (Red+Green+Blue) = 254+210+6=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 6 (2.73% from 255 or 1.28% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FED206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED206 is #012DF9. Grayscale: #C8C8C8. Windows color (decimal): -77306 or 447230. OLE color: 447230.
HSL color Cylindrical-coordinate representation of color #FED206: hue angle of 49.35º 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 #FED206 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 6 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.00 |
| HSL | 49.35º | 0.99% | 0.51% | - |
| HSV(B) | 49.35º | 0.98% | 1% | - |
| XYZ | 63.95 | 67.18 | 9.77 | - |
| YUV | 199.9 | 18.58 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 6 | 0 | 0.17 | 0.98 | 0.00 | 49.35 | 0.99 | 0.51 |
| Hex | FE | D2 | 6 | 0 | 11 | 62 | 0 | 31 | 63 | 33 |
| Octal | 376 | 322 | 6 | 0 | 21 | 142 | 0 | 61 | 143 | 63 |
| Binary | 11111110 | 11010010 | 110 | 0 | 10001 | 1100010 | 0 | 110001 | 1100011 | 110011 |
Color Harmonies of #FED206
Complementary color
Monochromatic Colors of #FED206
Black with #FED206
Text Example
Text Example
White with #FED206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED206; }
p { color: rgb(254,210,6); }
H1.HeaderClassName
{
color: #FED206;
}
.AnyTagClassName
{
color: #FED206;
}
</style>
background-color css
<style>
a { background-color: #FED206; }
a { background-color: rgb(254,210,6); }
div.DivClassName
{
background-color: #FED206;
}
.BgClassName
{
background-color: #FED206;
}
</style>
border-color css
<style>
span { border-color: #FED206; }
span { border-color: rgb(254,210,6); }
td.TdClassName
{
border-color: #FED206;
}
.TagClassName
{
border-color: #FED206;
}
</style>