Shades of Gold #FED40A
Tints of Gold #FED40A
RGB
CMYK
RGB Variations
Color information
#FED40A (or 0xFED40A) is known color: Gold. HEX triplet: FE, D4 and 0A. RGB value is (254,212,10). Sum of RGB (Red+Green+Blue) = 254+212+10=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FED40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED40A is #012BF5. Grayscale: #CACACA. Windows color (decimal): -76790 or 709886. OLE color: 709886.
HSL color Cylindrical-coordinate representation of color #FED40A: hue angle of 49.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FED40A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.00 |
| HSL | 49.67º | 0.99% | 0.52% | - |
| HSV(B) | 49.67º | 0.96% | 1% | - |
| XYZ | 64.47 | 68.18 | 10.05 | - |
| YUV | 201.53 | 19.91 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 10 | 0 | 0.17 | 0.96 | 0.00 | 49.67 | 0.99 | 0.52 |
| Hex | FE | D4 | A | 0 | 11 | 60 | 0 | 32 | 63 | 34 |
| Octal | 376 | 324 | 12 | 0 | 21 | 140 | 0 | 62 | 143 | 64 |
| Binary | 11111110 | 11010100 | 1010 | 0 | 10001 | 1100000 | 0 | 110010 | 1100011 | 110100 |
Color Harmonies of #FED40A
Complementary color
Monochromatic Colors of #FED40A
Black with #FED40A
Text Example
Text Example
White with #FED40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED40A; }
p { color: rgb(254,212,10); }
H1.HeaderClassName
{
color: #FED40A;
}
.AnyTagClassName
{
color: #FED40A;
}
</style>
background-color css
<style>
a { background-color: #FED40A; }
a { background-color: rgb(254,212,10); }
div.DivClassName
{
background-color: #FED40A;
}
.BgClassName
{
background-color: #FED40A;
}
</style>
border-color css
<style>
span { border-color: #FED40A; }
span { border-color: rgb(254,212,10); }
td.TdClassName
{
border-color: #FED40A;
}
.TagClassName
{
border-color: #FED40A;
}
</style>