Shades of Gold #FED513
Tints of Gold #FED513
RGB
CMYK
RGB Variations
Color information
#FED513 (or 0xFED513) is known color: Gold. HEX triplet: FE, D5 and 13. RGB value is (254,213,19). Sum of RGB (Red+Green+Blue) = 254+213+19=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 19 (7.81% from 255 or 3.91% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FED513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED513 is #012AEC. Grayscale: #CBCBCB. Windows color (decimal): -76525 or 1299966. OLE color: 1299966.
HSL color Cylindrical-coordinate representation of color #FED513: hue angle of 49.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FED513 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 19 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.00 |
| HSL | 49.53º | 0.99% | 0.54% | - |
| HSV(B) | 49.53º | 0.93% | 1% | - |
| XYZ | 64.78 | 68.71 | 10.46 | - |
| YUV | 203.14 | 24.08 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 19 | 0 | 0.16 | 0.93 | 0.00 | 49.53 | 0.99 | 0.54 |
| Hex | FE | D5 | 13 | 0 | 10 | 5D | 0 | 32 | 63 | 36 |
| Octal | 376 | 325 | 23 | 0 | 20 | 135 | 0 | 62 | 143 | 66 |
| Binary | 11111110 | 11010101 | 10011 | 0 | 10000 | 1011101 | 0 | 110010 | 1100011 | 110110 |
Color Harmonies of #FED513
Complementary color
Monochromatic Colors of #FED513
Black with #FED513
Text Example
Text Example
White with #FED513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED513; }
p { color: rgb(254,213,19); }
H1.HeaderClassName
{
color: #FED513;
}
.AnyTagClassName
{
color: #FED513;
}
</style>
background-color css
<style>
a { background-color: #FED513; }
a { background-color: rgb(254,213,19); }
div.DivClassName
{
background-color: #FED513;
}
.BgClassName
{
background-color: #FED513;
}
</style>
border-color css
<style>
span { border-color: #FED513; }
span { border-color: rgb(254,213,19); }
td.TdClassName
{
border-color: #FED513;
}
.TagClassName
{
border-color: #FED513;
}
</style>