Shades of Gold #FED201
Tints of Gold #FED201
RGB
CMYK
RGB Variations
Color information
#FED201 (or 0xFED201) is known color: Gold. HEX triplet: FE, D2 and 01. RGB value is (254,210,1). Sum of RGB (Red+Green+Blue) = 254+210+1=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FED201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED201 is #012DFE. Grayscale: #C8C8C8. Windows color (decimal): -77311 or 119550. OLE color: 119550.
HSL color Cylindrical-coordinate representation of color #FED201: hue angle of 49.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FED201 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.00 |
| HSL | 49.57º | 0.99% | 0.5% | - |
| HSV(B) | 49.57º | 1% | 1% | - |
| XYZ | 63.93 | 67.17 | 9.62 | - |
| YUV | 199.33 | 16.08 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 1 | 0 | 0.17 | 1.00 | 0.00 | 49.57 | 0.99 | 0.5 |
| Hex | FE | D2 | 1 | 0 | 11 | 64 | 0 | 32 | 63 | 32 |
| Octal | 376 | 322 | 1 | 0 | 21 | 144 | 0 | 62 | 143 | 62 |
| Binary | 11111110 | 11010010 | 1 | 0 | 10001 | 1100100 | 0 | 110010 | 1100011 | 110010 |
Color Harmonies of #FED201
Complementary color
Monochromatic Colors of #FED201
Black with #FED201
Text Example
Text Example
White with #FED201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED201; }
p { color: rgb(254,210,1); }
H1.HeaderClassName
{
color: #FED201;
}
.AnyTagClassName
{
color: #FED201;
}
</style>
background-color css
<style>
a { background-color: #FED201; }
a { background-color: rgb(254,210,1); }
div.DivClassName
{
background-color: #FED201;
}
.BgClassName
{
background-color: #FED201;
}
</style>
border-color css
<style>
span { border-color: #FED201; }
span { border-color: rgb(254,210,1); }
td.TdClassName
{
border-color: #FED201;
}
.TagClassName
{
border-color: #FED201;
}
</style>