Shades of Gold #FED611
Tints of Gold #FED611
RGB
CMYK
RGB Variations
Color information
#FED611 (or 0xFED611) is known color: Gold. HEX triplet: FE, D6 and 11. RGB value is (254,214,17). Sum of RGB (Red+Green+Blue) = 254+214+17=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 17 (7.03% from 255 or 3.51% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED611 is #0129EE. Grayscale: #CCCCCC. Windows color (decimal): -76271 or 1169150. OLE color: 1169150.
HSL color Cylindrical-coordinate representation of color #FED611: hue angle of 49.87º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FED611 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 17 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.00 |
| HSL | 49.87º | 0.99% | 0.53% | - |
| HSV(B) | 49.87º | 0.93% | 1% | - |
| XYZ | 65.02 | 69.2 | 10.46 | - |
| YUV | 203.5 | 22.75 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 17 | 0 | 0.16 | 0.93 | 0.00 | 49.87 | 0.99 | 0.53 |
| Hex | FE | D6 | 11 | 0 | 10 | 5D | 0 | 32 | 63 | 35 |
| Octal | 376 | 326 | 21 | 0 | 20 | 135 | 0 | 62 | 143 | 65 |
| Binary | 11111110 | 11010110 | 10001 | 0 | 10000 | 1011101 | 0 | 110010 | 1100011 | 110101 |
Color Harmonies of #FED611
Complementary color
Monochromatic Colors of #FED611
Black with #FED611
Text Example
Text Example
White with #FED611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED611; }
p { color: rgb(254,214,17); }
H1.HeaderClassName
{
color: #FED611;
}
.AnyTagClassName
{
color: #FED611;
}
</style>
background-color css
<style>
a { background-color: #FED611; }
a { background-color: rgb(254,214,17); }
div.DivClassName
{
background-color: #FED611;
}
.BgClassName
{
background-color: #FED611;
}
</style>
border-color css
<style>
span { border-color: #FED611; }
span { border-color: rgb(254,214,17); }
td.TdClassName
{
border-color: #FED611;
}
.TagClassName
{
border-color: #FED611;
}
</style>