Shades of Gold #FED311
Tints of Gold #FED311
RGB
CMYK
RGB Variations
Color information
#FED311 (or 0xFED311) is known color: Gold. HEX triplet: FE, D3 and 11. RGB value is (254,211,17). Sum of RGB (Red+Green+Blue) = 254+211+17=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FED311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED311 is #012CEE. Grayscale: #CACACA. Windows color (decimal): -77039 or 1168382. OLE color: 1168382.
HSL color Cylindrical-coordinate representation of color #FED311: hue angle of 49.11º 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 #FED311 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 17 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.00 |
| HSL | 49.11º | 0.99% | 0.53% | - |
| HSV(B) | 49.11º | 0.93% | 1% | - |
| XYZ | 64.27 | 67.7 | 10.21 | - |
| YUV | 201.74 | 23.75 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 17 | 0 | 0.17 | 0.93 | 0.00 | 49.11 | 0.99 | 0.53 |
| Hex | FE | D3 | 11 | 0 | 11 | 5D | 0 | 31 | 63 | 35 |
| Octal | 376 | 323 | 21 | 0 | 21 | 135 | 0 | 61 | 143 | 65 |
| Binary | 11111110 | 11010011 | 10001 | 0 | 10001 | 1011101 | 0 | 110001 | 1100011 | 110101 |
Color Harmonies of #FED311
Complementary color
Monochromatic Colors of #FED311
Black with #FED311
Text Example
Text Example
White with #FED311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED311; }
p { color: rgb(254,211,17); }
H1.HeaderClassName
{
color: #FED311;
}
.AnyTagClassName
{
color: #FED311;
}
</style>
background-color css
<style>
a { background-color: #FED311; }
a { background-color: rgb(254,211,17); }
div.DivClassName
{
background-color: #FED311;
}
.BgClassName
{
background-color: #FED311;
}
</style>
border-color css
<style>
span { border-color: #FED311; }
span { border-color: rgb(254,211,17); }
td.TdClassName
{
border-color: #FED311;
}
.TagClassName
{
border-color: #FED311;
}
</style>