Shades of Gold #FED413
Tints of Gold #FED413
RGB
CMYK
RGB Variations
Color information
#FED413 (or 0xFED413) is known color: Gold. HEX triplet: FE, D4 and 13. RGB value is (254,212,19). Sum of RGB (Red+Green+Blue) = 254+212+19=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED413 is #012BEC. Grayscale: #CBCBCB. Windows color (decimal): -76781 or 1299710. OLE color: 1299710.
HSL color Cylindrical-coordinate representation of color #FED413: hue angle of 49.28º 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 #FED413 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 19 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.00 |
| HSL | 49.28º | 0.99% | 0.54% | - |
| HSV(B) | 49.28º | 0.93% | 1% | - |
| XYZ | 64.53 | 68.2 | 10.38 | - |
| YUV | 202.56 | 24.41 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 19 | 0 | 0.17 | 0.93 | 0.00 | 49.28 | 0.99 | 0.54 |
| Hex | FE | D4 | 13 | 0 | 11 | 5D | 0 | 31 | 63 | 36 |
| Octal | 376 | 324 | 23 | 0 | 21 | 135 | 0 | 61 | 143 | 66 |
| Binary | 11111110 | 11010100 | 10011 | 0 | 10001 | 1011101 | 0 | 110001 | 1100011 | 110110 |
Color Harmonies of #FED413
Complementary color
Monochromatic Colors of #FED413
Black with #FED413
Text Example
Text Example
White with #FED413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED413; }
p { color: rgb(254,212,19); }
H1.HeaderClassName
{
color: #FED413;
}
.AnyTagClassName
{
color: #FED413;
}
</style>
background-color css
<style>
a { background-color: #FED413; }
a { background-color: rgb(254,212,19); }
div.DivClassName
{
background-color: #FED413;
}
.BgClassName
{
background-color: #FED413;
}
</style>
border-color css
<style>
span { border-color: #FED413; }
span { border-color: rgb(254,212,19); }
td.TdClassName
{
border-color: #FED413;
}
.TagClassName
{
border-color: #FED413;
}
</style>