Shades of Gold #FED40C
Tints of Gold #FED40C
RGB
CMYK
RGB Variations
Color information
#FED40C (or 0xFED40C) is known color: Gold. HEX triplet: FE, D4 and 0C. RGB value is (254,212,12). Sum of RGB (Red+Green+Blue) = 254+212+12=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FED40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED40C is #012BF3. Grayscale: #CACACA. Windows color (decimal): -76788 or 840958. OLE color: 840958.
HSL color Cylindrical-coordinate representation of color #FED40C: hue angle of 49.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FED40C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.00 |
| HSL | 49.59º | 0.99% | 0.52% | - |
| HSV(B) | 49.59º | 0.95% | 1% | - |
| XYZ | 64.48 | 68.18 | 10.11 | - |
| YUV | 201.76 | 20.91 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 12 | 0 | 0.17 | 0.95 | 0.00 | 49.59 | 0.99 | 0.52 |
| Hex | FE | D4 | C | 0 | 11 | 5F | 0 | 32 | 63 | 34 |
| Octal | 376 | 324 | 14 | 0 | 21 | 137 | 0 | 62 | 143 | 64 |
| Binary | 11111110 | 11010100 | 1100 | 0 | 10001 | 1011111 | 0 | 110010 | 1100011 | 110100 |
Color Harmonies of #FED40C
Complementary color
Monochromatic Colors of #FED40C
Black with #FED40C
Text Example
Text Example
White with #FED40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED40C; }
p { color: rgb(254,212,12); }
H1.HeaderClassName
{
color: #FED40C;
}
.AnyTagClassName
{
color: #FED40C;
}
</style>
background-color css
<style>
a { background-color: #FED40C; }
a { background-color: rgb(254,212,12); }
div.DivClassName
{
background-color: #FED40C;
}
.BgClassName
{
background-color: #FED40C;
}
</style>
border-color css
<style>
span { border-color: #FED40C; }
span { border-color: rgb(254,212,12); }
td.TdClassName
{
border-color: #FED40C;
}
.TagClassName
{
border-color: #FED40C;
}
</style>