Shades of Gold #FED600
Tints of Gold #FED600
RGB
CMYK
RGB Variations
Color information
#FED600 (or 0xFED600) is known color: Gold. HEX triplet: FE, D6 and 00. RGB value is (254,214,0). Sum of RGB (Red+Green+Blue) = 254+214+0=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FED600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED600 is #0129FF. Grayscale: #CACACA. Windows color (decimal): -76288 or 55038. OLE color: 55038.
HSL color Cylindrical-coordinate representation of color #FED600: hue angle of 50.55º 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 #FED600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.00 |
| HSL | 50.55º | 1% | 0.5% | - |
| HSV(B) | 50.55º | 1% | 1% | - |
| XYZ | 64.92 | 69.16 | 9.93 | - |
| YUV | 201.56 | 14.25 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 0 | 0 | 0.16 | 1 | 0.00 | 50.55 | 1 | 0.5 |
| Hex | FE | D6 | 0 | 0 | 10 | 64 | 0 | 33 | 64 | 32 |
| Octal | 376 | 326 | 0 | 0 | 20 | 144 | 0 | 63 | 144 | 62 |
| Binary | 11111110 | 11010110 | 0 | 0 | 10000 | 1100100 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FED600
Complementary color
Monochromatic Colors of #FED600
Black with #FED600
Text Example
Text Example
White with #FED600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED600; }
p { color: rgb(254,214,0); }
H1.HeaderClassName
{
color: #FED600;
}
.AnyTagClassName
{
color: #FED600;
}
</style>
background-color css
<style>
a { background-color: #FED600; }
a { background-color: rgb(254,214,0); }
div.DivClassName
{
background-color: #FED600;
}
.BgClassName
{
background-color: #FED600;
}
</style>
border-color css
<style>
span { border-color: #FED600; }
span { border-color: rgb(254,214,0); }
td.TdClassName
{
border-color: #FED600;
}
.TagClassName
{
border-color: #FED600;
}
</style>