Shades of Gold #FED20C
Tints of Gold #FED20C
RGB
CMYK
RGB Variations
Color information
#FED20C (or 0xFED20C) is known color: Gold. HEX triplet: FE, D2 and 0C. RGB value is (254,210,12). Sum of RGB (Red+Green+Blue) = 254+210+12=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FED20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED20C is #012DF3. Grayscale: #C9C9C9. Windows color (decimal): -77300 or 840446. OLE color: 840446.
HSL color Cylindrical-coordinate representation of color #FED20C: hue angle of 49.09º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FED20C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.00 |
| HSL | 49.09º | 0.99% | 0.52% | - |
| HSV(B) | 49.09º | 0.95% | 1% | - |
| XYZ | 63.99 | 67.19 | 9.94 | - |
| YUV | 200.58 | 21.58 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 12 | 0 | 0.17 | 0.95 | 0.00 | 49.09 | 0.99 | 0.52 |
| Hex | FE | D2 | C | 0 | 11 | 5F | 0 | 31 | 63 | 34 |
| Octal | 376 | 322 | 14 | 0 | 21 | 137 | 0 | 61 | 143 | 64 |
| Binary | 11111110 | 11010010 | 1100 | 0 | 10001 | 1011111 | 0 | 110001 | 1100011 | 110100 |
Color Harmonies of #FED20C
Complementary color
Monochromatic Colors of #FED20C
Black with #FED20C
Text Example
Text Example
White with #FED20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED20C; }
p { color: rgb(254,210,12); }
H1.HeaderClassName
{
color: #FED20C;
}
.AnyTagClassName
{
color: #FED20C;
}
</style>
background-color css
<style>
a { background-color: #FED20C; }
a { background-color: rgb(254,210,12); }
div.DivClassName
{
background-color: #FED20C;
}
.BgClassName
{
background-color: #FED20C;
}
</style>
border-color css
<style>
span { border-color: #FED20C; }
span { border-color: rgb(254,210,12); }
td.TdClassName
{
border-color: #FED20C;
}
.TagClassName
{
border-color: #FED20C;
}
</style>