Shades of Gold #FED400
Tints of Gold #FED400
RGB
CMYK
RGB Variations
Color information
#FED400 (or 0xFED400) is known color: Gold. HEX triplet: FE, D4 and 00. RGB value is (254,212,0). Sum of RGB (Red+Green+Blue) = 254+212+0=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FED400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED400 is #012BFF. Grayscale: #C9C9C9. Windows color (decimal): -76800 or 54526. OLE color: 54526.
HSL color Cylindrical-coordinate representation of color #FED400: hue angle of 50.08º 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 #FED400 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.00 |
| HSL | 50.08º | 1% | 0.5% | - |
| HSV(B) | 50.08º | 1% | 1% | - |
| XYZ | 64.42 | 68.16 | 9.76 | - |
| YUV | 200.39 | 14.91 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 0 | 0 | 0.17 | 1 | 0.00 | 50.08 | 1 | 0.5 |
| Hex | FE | D4 | 0 | 0 | 11 | 64 | 0 | 32 | 64 | 32 |
| Octal | 376 | 324 | 0 | 0 | 21 | 144 | 0 | 62 | 144 | 62 |
| Binary | 11111110 | 11010100 | 0 | 0 | 10001 | 1100100 | 0 | 110010 | 1100100 | 110010 |
Color Harmonies of #FED400
Complementary color
Monochromatic Colors of #FED400
Black with #FED400
Text Example
Text Example
White with #FED400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED400; }
p { color: rgb(254,212,0); }
H1.HeaderClassName
{
color: #FED400;
}
.AnyTagClassName
{
color: #FED400;
}
</style>
background-color css
<style>
a { background-color: #FED400; }
a { background-color: rgb(254,212,0); }
div.DivClassName
{
background-color: #FED400;
}
.BgClassName
{
background-color: #FED400;
}
</style>
border-color css
<style>
span { border-color: #FED400; }
span { border-color: rgb(254,212,0); }
td.TdClassName
{
border-color: #FED400;
}
.TagClassName
{
border-color: #FED400;
}
</style>