Shades of Gold #FED412
Tints of Gold #FED412
RGB
CMYK
RGB Variations
Color information
#FED412 (or 0xFED412) is known color: Gold. HEX triplet: FE, D4 and 12. RGB value is (254,212,18). Sum of RGB (Red+Green+Blue) = 254+212+18=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FED412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED412 is #012BED. Grayscale: #CBCBCB. Windows color (decimal): -76782 or 1234174. OLE color: 1234174.
HSL color Cylindrical-coordinate representation of color #FED412: hue angle of 49.32º 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 #FED412 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 18 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.00 |
| HSL | 49.32º | 0.99% | 0.53% | - |
| HSV(B) | 49.32º | 0.93% | 1% | - |
| XYZ | 64.53 | 68.2 | 10.34 | - |
| YUV | 202.44 | 23.91 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 18 | 0 | 0.17 | 0.93 | 0.00 | 49.32 | 0.99 | 0.53 |
| Hex | FE | D4 | 12 | 0 | 11 | 5D | 0 | 31 | 63 | 35 |
| Octal | 376 | 324 | 22 | 0 | 21 | 135 | 0 | 61 | 143 | 65 |
| Binary | 11111110 | 11010100 | 10010 | 0 | 10001 | 1011101 | 0 | 110001 | 1100011 | 110101 |
Color Harmonies of #FED412
Complementary color
Monochromatic Colors of #FED412
Black with #FED412
Text Example
Text Example
White with #FED412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED412; }
p { color: rgb(254,212,18); }
H1.HeaderClassName
{
color: #FED412;
}
.AnyTagClassName
{
color: #FED412;
}
</style>
background-color css
<style>
a { background-color: #FED412; }
a { background-color: rgb(254,212,18); }
div.DivClassName
{
background-color: #FED412;
}
.BgClassName
{
background-color: #FED412;
}
</style>
border-color css
<style>
span { border-color: #FED412; }
span { border-color: rgb(254,212,18); }
td.TdClassName
{
border-color: #FED412;
}
.TagClassName
{
border-color: #FED412;
}
</style>