Shades of Gold #FED200
Tints of Gold #FED200
RGB
CMYK
RGB Variations
Color information
#FED200 (or 0xFED200) is known color: Gold. HEX triplet: FE, D2 and 00. RGB value is (254,210,0). Sum of RGB (Red+Green+Blue) = 254+210+0=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FED200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED200 is #012DFF. Grayscale: #C8C8C8. Windows color (decimal): -77312 or 54014. OLE color: 54014.
HSL color Cylindrical-coordinate representation of color #FED200: hue angle of 49.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FED200 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.00 |
| HSL | 49.61º | 1% | 0.5% | - |
| HSV(B) | 49.61º | 1% | 1% | - |
| XYZ | 63.92 | 67.16 | 9.6 | - |
| YUV | 199.22 | 15.58 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 0 | 0 | 0.17 | 1 | 0.00 | 49.61 | 1 | 0.5 |
| Hex | FE | D2 | 0 | 0 | 11 | 64 | 0 | 32 | 64 | 32 |
| Octal | 376 | 322 | 0 | 0 | 21 | 144 | 0 | 62 | 144 | 62 |
| Binary | 11111110 | 11010010 | 0 | 0 | 10001 | 1100100 | 0 | 110010 | 1100100 | 110010 |
Color Harmonies of #FED200
Complementary color
Monochromatic Colors of #FED200
Black with #FED200
Text Example
Text Example
White with #FED200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED200; }
p { color: rgb(254,210,0); }
H1.HeaderClassName
{
color: #FED200;
}
.AnyTagClassName
{
color: #FED200;
}
</style>
background-color css
<style>
a { background-color: #FED200; }
a { background-color: rgb(254,210,0); }
div.DivClassName
{
background-color: #FED200;
}
.BgClassName
{
background-color: #FED200;
}
</style>
border-color css
<style>
span { border-color: #FED200; }
span { border-color: rgb(254,210,0); }
td.TdClassName
{
border-color: #FED200;
}
.TagClassName
{
border-color: #FED200;
}
</style>