Shades of Gold #FED606
Tints of Gold #FED606
RGB
CMYK
RGB Variations
Color information
#FED606 (or 0xFED606) is known color: Gold. HEX triplet: FE, D6 and 06. RGB value is (254,214,6). Sum of RGB (Red+Green+Blue) = 254+214+6=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 6 (2.73% from 255 or 1.27% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FED606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED606 is #0129F9. Grayscale: #CBCBCB. Windows color (decimal): -76282 or 448254. OLE color: 448254.
HSL color Cylindrical-coordinate representation of color #FED606: hue angle of 50.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FED606 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 6 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.00 |
| HSL | 50.32º | 0.99% | 0.51% | - |
| HSV(B) | 50.32º | 0.98% | 1% | - |
| XYZ | 64.95 | 69.18 | 10.1 | - |
| YUV | 202.25 | 17.25 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 6 | 0 | 0.16 | 0.98 | 0.00 | 50.32 | 0.99 | 0.51 |
| Hex | FE | D6 | 6 | 0 | 10 | 62 | 0 | 32 | 63 | 33 |
| Octal | 376 | 326 | 6 | 0 | 20 | 142 | 0 | 62 | 143 | 63 |
| Binary | 11111110 | 11010110 | 110 | 0 | 10000 | 1100010 | 0 | 110010 | 1100011 | 110011 |
Color Harmonies of #FED606
Complementary color
Monochromatic Colors of #FED606
Black with #FED606
Text Example
Text Example
White with #FED606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED606; }
p { color: rgb(254,214,6); }
H1.HeaderClassName
{
color: #FED606;
}
.AnyTagClassName
{
color: #FED606;
}
</style>
background-color css
<style>
a { background-color: #FED606; }
a { background-color: rgb(254,214,6); }
div.DivClassName
{
background-color: #FED606;
}
.BgClassName
{
background-color: #FED606;
}
</style>
border-color css
<style>
span { border-color: #FED606; }
span { border-color: rgb(254,214,6); }
td.TdClassName
{
border-color: #FED606;
}
.TagClassName
{
border-color: #FED606;
}
</style>