Shades of Gold #FED503
Tints of Gold #FED503
RGB
CMYK
RGB Variations
Color information
#FED503 (or 0xFED503) is known color: Gold. HEX triplet: FE, D5 and 03. RGB value is (254,213,3). Sum of RGB (Red+Green+Blue) = 254+213+3=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 3 (1.56% from 255 or 0.64% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FED503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED503 is #012AFC. Grayscale: #CACACA. Windows color (decimal): -76541 or 251390. OLE color: 251390.
HSL color Cylindrical-coordinate representation of color #FED503: hue angle of 50.2º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FED503 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.00 |
| HSL | 50.2º | 0.99% | 0.5% | - |
| HSV(B) | 50.2º | 0.99% | 1% | - |
| XYZ | 64.68 | 68.67 | 9.93 | - |
| YUV | 201.32 | 16.08 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 3 | 0 | 0.16 | 0.99 | 0.00 | 50.2 | 0.99 | 0.5 |
| Hex | FE | D5 | 3 | 0 | 10 | 63 | 0 | 32 | 63 | 32 |
| Octal | 376 | 325 | 3 | 0 | 20 | 143 | 0 | 62 | 143 | 62 |
| Binary | 11111110 | 11010101 | 11 | 0 | 10000 | 1100011 | 0 | 110010 | 1100011 | 110010 |
Color Harmonies of #FED503
Complementary color
Monochromatic Colors of #FED503
Black with #FED503
Text Example
Text Example
White with #FED503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED503; }
p { color: rgb(254,213,3); }
H1.HeaderClassName
{
color: #FED503;
}
.AnyTagClassName
{
color: #FED503;
}
</style>
background-color css
<style>
a { background-color: #FED503; }
a { background-color: rgb(254,213,3); }
div.DivClassName
{
background-color: #FED503;
}
.BgClassName
{
background-color: #FED503;
}
</style>
border-color css
<style>
span { border-color: #FED503; }
span { border-color: rgb(254,213,3); }
td.TdClassName
{
border-color: #FED503;
}
.TagClassName
{
border-color: #FED503;
}
</style>